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

body {
	text-align: center;
	min-width: 600px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 70px;
}

#container {
	margin:0 auto;
	width:865px;
	text-align: left;
	background-image: url(images/container-bg.jpg);
	background-repeat: repeat-y;
	position: relative; 
	}
	
#container-top { position: relative; width: 865px; height: 22px; background-image: url(images/container-top.jpg); background-repeat: no-repeat; background-position: top;}
	
#container-bottom { position: relative; width: 865px; height: 17px; background-image: url(images/container-bottom.jpg); background-repeat: no-repeat; background-position: bottom; }

#content { position: relative; width: 835px; padding-top: 20px;top: 180px; padding-left: 15px; padding-right: 35px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; 	min-height: 400px;}

.logo {margin-left: 30px; margin-top: 23px; }

#toptext {
	position: absolute;
	height: 150px;
	width: 189px;
	left: 566px;
	top: 1px;
	padding-top: 20px;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

#flashcontent { z-index: 7; }

#footer {	margin:0 auto;
 position: relative; width: 865px; height: 45px; top: 25px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; }
 
 .f1 { color: #1ba6e1; }
 .f3 { color: #f29400; }
 .f2 { color: #949ba1; }