	body {
	margin: 0;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Verdana, serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #3366cc;
	height: 100%;
}
	div#center {
	position: absolute;
	left: 50%;
	width: 1000px;
	min-height: 100%;
	margin: 0 0 0 -500px;
	z-index: 1;
	clear: both;
}
	div#menu {
	position: absolute;
	top: 20px;
	left: 0;
	width: 480px;
	height: 55px;
    font-size: 12px;	
	background-image: url(../images/menu.png);
	z-index: 1;
}
	div#photo {
	position: absolute;
	top: 100px;
	left: 0;
	width: 480px;
	height: 535px;
	font-family: Arial, Verdana, serif;
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	text-decoration: none;
	text-align: right;
	color: #ffffff;
	padding: 25px 25px 25px 175px;
	background-image: url(../images/photo1.jpg);
	background-repeat: no-repeat;	
}

	div#content {
	position: relative;
	top: 0;
	left: 480px;
	width: 520px;
    min-height:585px;
    height:auto !important;
    height:585px;
	padding: 10px 50px 10px 50px;
	color: #101010;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	z-index: 10;	
}
    div#text {
	position: relative;
	margin: 0;
	width: 420px;
	padding: 0;
}
	div#bottom {
	position: relative;
	top: 0;
	left: 480px;
	width: 520px;
	height: 97px;
	padding: 0;
	background-image: url(../images/content_bottom.png);
}
	div#logo {
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background-image: url(../images/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
}
	div#logo a {
	float:left; width:100%; height:100%; outline: 0;
}
	div#logo b {
	display:none;
}
	div#footer {
	position: absolute;
	left: 0;
	top: 640px;
	width: 480px;
	height: 30px;
	overflow: hidden;
	font-size: 12px;
	color: #6484a7;
	padding: 0;
}
	div#exedo, div#w3c {
	position:absolute;
	left: 0;
	top: 0;
	width:20px;
	height:20px;
	background-image: url(../images/icons.png);
}
	div#w3c {
	left: 23px;
	background-position: 20px 0;
}
	div#exedo:hover {
	background-position: 0px -20px;
}
	div#w3c:hover {
	background-position: 20px -20px;
}
	div#exedo a, div#w3c a {
	float:left; width:100%; height:100%; outline: 0;
}
	div#exedo b, div#w3c b {
	display:none;
}
	h1 {
	font-family: Arial, Verdana, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	//color: #355fb6;
	color: #cc3333;
	height: 40px;
	background-image: url(../images/divider.png);
	background-position: 0 30px;
	background-repeat: no-repeat;
}
	h2, h3 {
	font-size: 18px;
	color: #5086cc;
}
	h3 {
	color: #77828d;
}
	h4, h5, h6 {
	font-family: Arial, Verdana, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}
	h5 {
	color: #5086cc;
}
	h6 {
	font-size: 14px;
	color: #77828d;
}
	#navcontainer { 
	text-align: center; 
	margin-top: 18px;
}
	#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
}
	#navlist li {
	display: inline;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, serif;
	font-size: 16px;
	color: #3968b0;
	}
	#navlist li:before { content: "| "; }
	#navlist li:first-child:before { content: ""; }
	#navlist a:link, #navlist a:visited {
	font-family: Arial, Verdana, serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #ffffff;
	margin: 0 0.3em 0 0.3em;
	outline: 0;
}
	#navlist a:link#active, #navlist a:visited#active, #navlist a:hover {
	border-bottom: 2px solid #305fa9;
	padding-bottom: 6px;
	background: transparent;
	color: #c4def2;
}
	a:link, a:visited {
	font-family: Arial, Verdana, serif;
	color: #003399;
	text-decoration: none;
}
	a:hover, a:active {
	color: #31a1ff;
	text-decoration: underline;
}
	div#footer a {
	font-family: Arial, Verdana, serif;
	color: #ffffff;
	text-decoration: none;
}
	div#footer a:link#active, div#footer a:visited#active, div#footer a:hover {
	text-decoration: underline;
}
	div#footer.left {
	text-align: left;
}
	div#footer.right {
	vertical-align: middle;
	float: right;
	display: inline; /*fixes IE float bug*/
	text-align: right;
	
}
	div#footer.rights {
	color: #888888;
}