body { 
	background-color: #BADEFF;
	background:url(images/site_bg.jpg); 
	background-repeat:no-repeat; 
	background-position: 0px 0px; 
	background-attachment: fixed;
}

/*/////////////////////
//   Links
/////////////////////*/
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #00FFFF;
}
a {
	color: #FFF;
	font-weight:bold;
}

#container {
	position:absolute; 
	left:50%; 
	top:10px; 
	margin-left:-412px;  
	width:825px; 
	padding:10px 10px 10px 10px; 
}
#header: {
	width:825px;
	height:100px;
	padding:0px;
	margin:0px;
}
#navFlashMovie {
	width:825px;
	height:35px;
	margin:10px 0px 10px 0px;
	padding:0px;
}
#topRow {
	width:825px;
	height:240px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#topRowText {
	float:left;
	width:210px;
	height:240px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1F2F7B;
	margin:0px 10px 0px 0px;
}
#topRowImage1 {
	float:left;
	width:296px;
	height:240px;
	margin:0px;
	padding:0px;
}
#topRowImage2 {
	float:left;
	width:309px;
	height:240px;
	margin:0px;
	padding:0px;
}
#midRow {
	width:835px;
	clear:both;
	margin:0px 0px 10px 0px;
	padding:40px 0px 10px 0px;
}
#midRow img{
	float:left;
	margin:0px 30px 0px 20px;
	padding:10px;
	border:1px solid #1F2F7B;
}
#bottomRow {
	width:825px;
	height:180px;
}
#bottomRowContent1 {
	float:left;
	width:513px;
	height:180px;
	margin: 0px 0px 0px 0px;
	padding:5px;
	background-image:url(images/bottomleft_bg.png);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
}
#bottomRowContent2 {
	width:287px;
	height:180px;
	background-image:url(images/bottomright_bg.png);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	color:#FFF;
	font-size:12px;
}
#content {
	width:785px;
	height:auto;
	margin-bottom:10px;
	padding:20px;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#BDC4E7;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}
#content a{
	color:#000;
}
#contact {
	width:785px;
	height:auto;
	margin-bottom:10px;
	padding:20px;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#BDC4E7;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}
#contact p{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}
.photo {
	float:left;
	margin:2px;
	padding:5px;
	border:1px solid #000000;
	background-color:#FFFFFF;
}
.photo img {
	float:left;
	margin:2px;
	padding:5px;
	border:1px solid #000000;
	background-color:#FFFFFF;
}
#footer {
	width:800px;
	height:25px;
	margin:20px;
	padding:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#footer a{
	color:#000;
	text-decoration:underline;
}
#footer link{
	color:#000;
	text-decoration:none;
}
#footer active{
	color:#000;
	text-decoration:none;
}
#footer hover{
	color:#000;
	text-decoration:none;
}