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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6c2b2;
	line-height:17px;
}
body {
	background-color: #a09b87;
	background-image: url(../images/background_main.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color:#69a7a2;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
}

.header {
	background-image: url(../images/header_logo.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px dotted #FFFFFF;
	margin-bottom:10px;
	margin-top:10px
}

a {
	color:#69a7a2;
	text-decoration:none;
}

a:link {
	color:#69a7a2;
	text-decoration:none;
}

a:visited {
	color:#69a7a2;
}

a:hover {
	color:#69a7a2;
	text-decoration:underline;
}

a.listlink {
	color:#c6c2b2;
	text-decoration:none;
}

a.listlink:link {
	color:#c6c2b2;
	text-decoration:none;
}

a.listlink:visited {
	color:#c6c2b2;
}

a.listlink:hover {
	color:#69a7a2;
	text-decoration:underline;
}

#wrapper {
	width:955px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#header {
	background-color:#f3f3f0;
	background-image: url(../images/header_logo.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	width:955px;
	height:115px;
	left:0px;
	top:0px;
	position:absolute;
	z-index:90;
	float:left;
}
#menuholder {
	width:955px;
	height:30px;
	left:0px;
	top:85px;
	position:absolute;
	z-index:100;
	float:left;
}
#info {
	width:955px;
	height:485px;
	left:0px;
	top:115px;
	position:absolute;
	z-index:80;
	float:left;
}
	
#textholder {
	width:420px;
	height:455px;
	padding-top:30px;
	padding-left:30px;
	border:#036 solid 0px;
	float:left;
}

#flashholder {
	width:500px;
	height:485px;
	padding-top:00px;
	padding-left:0px;
	border:#036 solid 0px;
	float:right;
}

#fullholder {
	width:895px;
	height:455px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	border:#036 solid 0px;
	float:left;
}

#media_icons {
	float:right;
	width:166px;
	margin-top:30px;
}
