/*    F1 Design - DoubleRed   */

* { padding: 0; margin: 0px; }

body {
	font-size: 12px; 
	behavior: url("scripts/csshover.htc"); 
	color: #fff; 
	font-family: arial, helvetica, sans-serif; 
	background-color: #000
}

a {color:#c33; text-decoration: none; }
a:hover { text-decoration:underline;}

.morelink { color:#c33; }

h1 { font-size:18px; margin-bottom:15px;}

h2 { font-size:14px; }

img { behavior: url("pngbehavior.htc") }

#wrapper {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 870px; 
	position: relative
}

#content {
	background: url(images/logo.jpg) no-repeat top left; 
	float: left; 
	padding:00px 0 0 0; 
	width: 667px; 
}

#outercontent {
	background: url(images/dr_back.jpg) no-repeat bottom left;
}

#innercontent {
	border-bottom: #fff 1px solid; 
	border-right: #fff 1px solid; 
	border-left: #fff 1px solid;
	background: url(images/content_back.jpg) no-repeat top left; 
	display: block; 
	margin-top:60px; 
	min-height: 496px;
	width: 665px; 
}

/* for Internet Explorer */
/*\*/
* html #innercontent {
	height: 495px;
}
/**/

#imageblock {
	border: 1px solid #c33 ; 
	font-style: italic; 
	margin: 10px;
	padding: 5px;  
	text-align: center;
}

.clearfloat { clear: both; }

#menu {
	background: no-repeat top left;
	border: 1px solid #fff ; 
	float: right; 
	font-size: 14px; 
	height: 495px ;
	margin-top: 59px; 
	width: 174px; 
}

#menu li {
	color: #fff; 
	font-weight: bold; 
	line-height:0px;
	list-style-type: none;
}

#menu li.current {
	color: #c33;
}

#menu a {
	color: #fff;  
	display: block; 
	line-height: 40px;
	padding-left:20px;
	text-decoration: none;
}

#menu a:hover { 
	cursor:hand;
	width:154px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/menuhover.png');
}

html>body #menu a:hover { 
	background: url(images/menuhover.png) ;
}

#newsarchive {
	float: left; 
	width: 460px;
}

#newsmenu {
	float: right; 
	padding:5px 20px 5px 5px; 
	width: 150px; 
}

#newsmenu li {
	border-bottom: #666 1px solid; 
	list-style-type: none;
	margin-left: 10px; 
}

.newsarticle {
	padding: 5px; 
	height: 60px;
}

.newshighlight { background: url(images/news_archive_back.jpg) no-repeat top right #333; }

#contactinfo {
	clear: both;
	color: #999; 
	font-weight: bold;
	padding: 10px; 
	text-align: center
}
