@charset "utf-8";

/*Layout*/
* {
	margin: 0;}
html, body {
	height: 90%;
	}
* html #wrap { 
	height: 100%;}
body {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
	background: #444449;
	margin: 0;
	padding: 0;	}
#wrap {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: #ffffff url(images/bg.gif) repeat-x;
	background-position:top center;
	}
	
#header {
	position: top center;
	width:100%;
	height:150px;
	margin:0 auto;
	color:#FFFFFF;
	padding-top:30px;
	font-size:8pt;
	}
#content {
	width:100%;
	margin:0 auto;
	overflow:auto;
	}
a img{
	border:0;
	}

a:link, a:visited {
	text-decoration:none;
	color:#cc0000;
	}
a:hover {
	color:#FF3300;
	text-decoration:underline;
	}


/*thumbs*/

#thumbs {
	width:620px;
	height:300px;
	margin: 10px 10px 10px 30px;
	background-color:#eeeef0;
	border: 1px solid #cccccf;
	padding:10px;
	color:#333333;
	}
#thumbleft {
	width:200px;
	height:300px;
	margin-right:20px;
	float:left;
	}
#thumbright {
	width:380px;
	height:300px;
	overflow:auto;
	}
#detail0 {
	width:100%;
	font: 30pt bold Arial, sans-serif;
	color:#ffffff;
	text-align:right;
	}
#detail1 {
	width:360px;
	font-size: 14pt;
	font-weight: bold;
	color:#990000;
	margin: 0;
	}
#detail2 {
	width:360px;
	font-size: 8pt;
	color:#333333;
	margin: 0;
	}
#detail3 {
	width:360px;
	font: 8pt normal Tahoma, sans-serif;
	color:#666666;
	margin-top: 15px;
	padding: 10px;
	background:#FFFFFF;
	line-height:1.2em;
	}
#detail3 a {
	font-weight: bold;
	font-size:11pt;
	}
#detail3 ul {
	margin:0;
	padding:0;
	}
#detail3 li {
	list-style-type:none;
	padding-bottom:10px;
	}


/*footer*/
#footer, .push {
	height: 90px;
	overflow:hidden;
	clear:both;}
#footer {
	background: #444449;
	width:100%;
	margin: 0 auto;
	color:#FFFFFF;
	}
#footer .text{
	padding:20px 0 0 20px;
	font-size:8pt;
	}
	
#footer a img{
	border:0;
	}

#footer a:link, a:visited {
	text-decoration:none;
	color:#cc0000;
	}
#footer a:hover {
	color:#FF3300;
	position:relative; top:-1;
	}

/*content*/
