﻿body {
	background: #000000 url(CSS/bg-main-senior1.jpg) no-repeat center top;
	font-family: Georgia;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	width: 1000px;
	line-height: 130%;
	z-index: 2;
}

img {
	cursor: default;
	border: none;
}

/******************
LAYOUT DIVS
******************/

#header-container {
	height:200px;
	font-size:2em;
	margin:0px;
	font-weight:bold;
	}

#header-container a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
#header-left {
	float:left;
	width:280px;
	color:#FFFFFF;
	height:200px;
	padding:0px 10px 0px 10px;
	background: url(CSS/logo.png) no-repeat;
	vertical-align: text-bottom;
	font-size: .8em;
	text-align: center;
	}

#header-right {
	margin:0px 40px 0px 280px;
	color:#FFFFFF;
	padding: 130px 10px 0px 0px;
	height:50px;
	font-size:1.5em;
	text-align:center;
	vertical-align: middle;
	filter: shadow(color:black);
	}
#content-container {
	border-bottom: 5px black solid;
	width: 100%;
	}

#content-side {
	float:left;
	width:250px;
	color:#FFFFFF;
	text-align: center;
	padding: 10px 50px 10px 20px;
	height: auto;
	font-style: normal;
	}

#content {
	padding: 10px 0px 20px 10px;
	margin:0px 0px 0px 0px;

	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	padding:10px 0px
	}

#three-column-left {
	float:left;
	width:30%;
	}

#three-column-right {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 31% 0px 35%;
	}

#footer-container {
	height:68px;
	color:#FFFFFF;
	margin:4px 0px 0px 0px;
	clear:both;
	}

#footer-left {
	width:175px;
	height:56px;
	padding:1px 0px 0px 10px;
	margin:0px;
	text-align: center;
	}

#footer-right {
	float:right;
	color:#FFFFFF;
	padding:0px;
	width:600px;
	height:68px;
	margin:0px;
	font-style: normal;
	}

a:link {
	color: white;
	text-decoration: none;
	}

a:visited {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}

a:active {
	color: #FFFF00;
}

h1 {
	font-size: 2.4em;
	font-style: normal;
}


.title-slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	padding: 200px 0px 0px 0px;
}

.email-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	color: yellow;

}

.content-image {
	text-align: center;
}

.menu-link {
	text-align: left;
}

.regular-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
}

.justified-paragraph {
	text-align: justify;
}

.clear {
	clear:both;
	}
p.thumbs img {
	border: none;
}