/* The body is the outermost layout component and contains the visible page content.  */
body {
	background-color: #FFF;
	color: #333;
	background-image:url(/styles/images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

/* Commonly used to style page titles. */
h1 {
	color: #600;
}
/* Commonly used to style section titles. */
h2 {
	color: #600;
}
h3 {
	color: #333;
}
h4 {
	color: #600;
}

h5 {
	color: #333;
}

h6 {
	color: #333;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #600;
}
/* Sets the style for visited links. */
a:visited {
	color: #600;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #600;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #600;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #600;
}

/*Florida Tech Header */
#header {
	background-color:#000;
	border-bottom: 2px solid #666;
}

#header .fltech {
	background-image: url(/styles/images/florida_tech_header_site.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* This is a container for the page content.  */
#outerWrapper {
}

#header2 {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#menu {
	background-image: url(/styles/images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu ul li a:link {
	color: #FFF;
	text-decoration: none;
}

#menu ul li a:visited {
	color: #FFF;
}

#menu ul li a:hover {
	color: #FC0;
}

#menu ul li a:focus {
}

#menu ul li a:active {
}

#outerWrapper #footer {
	background-image: url(/styles/images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
}

.sidebar {
	background-color: #FFF;
	color: #000;
	border: 1px solid #600;
}

.sidebar h2, 
.sidebar h4 {
	color: #600;
}

.sidebar h3, #right_column .sidebar h5, #right_column .sidebar h6 {
	color: #000;
}

.sidebar h2.main {
	background-color: #600;
	color: #FFF;
}

#bottom {
	background-color: #600;
	background-image:url(/styles/images/bottom_bg.png);
	background-repeat:repeat-x;
	background-position: center bottom;
}

#sponsors {
	color: #FFF;
}

#sponsors h2 {
	color: #FFF;
}

#footer {
}

DIV.album {
	margin: 0 !important;
}
