@charset "UTF-8";
/* CSS Document */

#container {width:100%;
}
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	}
	
A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color:#CCCCCC;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: underline; color: white;}

#header {background-color:#73767D;
}
#logo {
	background-image: url(images/logo-bg.jpg);
	background-repeat:repeat-x;
}
#content {
	background-image: url(images/bg.jpg);
	height:100%;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 50px;
	padding-top:34px;
	background-repeat:repeat-x;
	background-color: #4169E2;
	text-align:left;
}
#photos {
	position:relative;
	float:left;
	padding-left:69px;
	padding-right:30px;
	width:291px;
	height:100%;
}
#text {
position:relative;
	float:left;
	width:380px;
	}
#footer {
clear:both;
	background-color:#4169E1;
	border-top: solid #FFF 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding-left: 390px;
	padding-top:10px;
	height:40px;
	width:100%;
}
hr {
	border: none;
	padding-right:100px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	height: 0.5px;
	width: 410px;
	padding-bottom:2px;
	}

H4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight:    bold;
	color:#FFFFFF;
	line-height: 19px;
}

H5  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  13px;
	font-weight: normal;
	color: #173885;
	line-height: 5px;
}