/* CSS Document */
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body	{
	background-color:#343434;
	font-family:tahoma, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}

#wrapper	{
	width:825px;
	}

#nav	{
	width:520px;
	height:150px;
	float:left;
	text-align:left;
	}

#sideblock	{
	width:305px;
	height:150px;
	float:right;
	_margin-top:-150px;
	}

#topper	{
	width:825px;
	height:40px;
	background-image:url(../img/title.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-bottom:6px;
	}
	
#bggreypattern	{
	background-image:url(../img/bg_pattern_01.gif);
	background-repeat:repeat;
	background-color:#2d2d2d;
	width:250px;
	height:150px;
	margin-right:10px;
	}

#bgwhitepattern	{
	background-image:url(../img/bg_pattern_01.gif);
	background-repeat:repeat;
	background-color:#FFFFFF;
	width:45px;
	height:150px;
	}
	
#nav ul	{
	list-style-type:none;
	margin:60px 0 0 120px;
	_margin:60px 0 0 160px;
	}

#nav #selected, #nav #selected a, #nav #selected a:hover	{
	margin-left:-70px;
	color:#f74818;
	}

#nav #selected2, #nav #selected2 a, #nav #selected2 a:hover	{
	margin-left:-47px;
	color:#f74818;
	}

#nav a{
	text-decoration:none;
	color:#FFFFFF;
	letter-spacing:1px;
	}

#nav a:hover{
	text-decoration:none;
	color:#f74818;
	letter-spacing:1px;
	}

#maincontent a	{
	text-decoration:line-through;
	color:#FFFFFF;
	}

#maincontent a:hover	{
	text-decoration:overline;
	}

#news a	{
	text-decoration:line-through;
	font-weight:bold;
	color:#151515;
	}

#news a:hover	{
	text-decoration:overline;
	}

#maincontent	{
	background-color:#2d2d2d;
	width:510px;
	margin-top:10px;
	padding-bottom:60px;
	text-align:left;
	float:left;
	}

#maincontent p	{
	margin:10px 10px 0px 60px;
	font-family:tahoma, sans-serif;
	font-size:11px;
	}
	
#news	{
	background-color:#FFFFFF;
	width:250px;
	margin-right:55px;
	margin-top:10px;
	float:right;
	_margin-left:10px;
	text-align:left;
	}

#news p{
	color:#2d2d2d;
	padding:10px 50px 10px 10px;
	font-family:tahoma, sans-serif;
	font-size:10px;
	}

h1	{
	font-family:tahoma, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	margin:10px 10px 0px 60px;
	}

h2{
	font-family:tahoma, sans-serif;
	font-size:11px;
	color:#f74818;
	margin:10px 10px 0px 60px;
	font-weight:normal;
	}
	
.right	{
	padding-left:320px;
	}

#img	{
	border-right: 1px solid #f74818;
	margin-right:10px;
	}
	
.note	{
	color:#666666;
	}

.list	{
	color: #f74818;
	}
	
	