/* enhancedmedia - HTML/CSS Template - Platinum Orange */
html, body {
	height:100%;
	margin:0;
}
body {
	text-align:center;
	background:#e2e2e2 url(images/bgslice.jpg) repeat-y center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666666;
	min-height:100%;
}
/* Global styles */
h1 {font-size:22px; padding:15px 0 0 0;}
h3 {font-size:14px;}
h4 {
	font-size:12px;
	color:#3C0400;
}
a:link, a:active, a:visited{color:#FF9900; text-decoration:none;}
a:hover {text-decoration:underline;}
.separator {margin:10px 0 0 0; width:100%; font-size:0px; border-top:1px solid #CCCCCC;}
.floatr{float:right; margin:0 10px 20px 20px;}
/* Global Page styles */
#bgwrapper {
	margin:0 auto 0 auto;
	width:850px;
	height:100%;
	text-align:left;
}
#wrapper {
	margin:0 auto 0 64px;
	width:723px;
	clear:both;
	position:absolute;
}
#header {
	margin:0;
	padding:0;
	width:100%;
	height:100px;
	background:url(images/header.jpg) no-repeat;
}
#nav {
	margin:0;
	padding:5px 0 0 15px;
	width:708px;
	height:32px;
	background:url(images/navbg.jpg) repeat-x;
	color:#FFFFFF;
	font-size:11px;
}
#nav a:link, #nav a:active, #nav a:visited{color:#FFF; text-decoration:none;}
#nav a:hover {text-decoration:underline;}
#search {
	margin:25px 0 0 0;
	padding:0;
	width:200px;
	height:50px;
	float:right;
	font-family:Century Gothic, Helvetica;
	font-size:10px;
	font-weight:bold;
	color:#999999;
}
#frame {
	margin:15px 0 15px 15px;
	width:669px;
	padding:10px;
	background:#f2f2f2 url(images/frameheader_bg.jpg) repeat-x top;
	border:1px solid #a9a9a9;
	border-top:none;
}
#content { margin:20px 0 0 0;}
#footer {
	margin:0 0 10px 0;
	text-align:center;
	font-size:10px;
	color:#999999;
}
#rss {
	width:43px;
	height:39px;
	position:absolute;
	top:93px;
	right:18px;
}
/* Index page styles */
#leftcontent {
	float:left;
	width:478px;
}
#latest {
	margin:20px 0 0 10px;
	padding:0 0 0 10px;
	width:170px;
	float:left;
	font-size:10px;
	border-left:1px solid #CCCCCC;
	text-align:justify;
}
#latest label { text-align:left; width:3em;}
/* Contact Page styles */
#mouse {
	width:139px;
	height:110px;
	background:url(images/mouse.jpg) no-repeat;
	position:absolute;
	top:235px;
	right:75px;
}
#contact label {
	margin:3px 5px 0 0;
	width:5.5em;
	float:left;
	text-align:right;
	display: block;
	font-family:Century Gothic, Helvetica;
	font-size:10px;
	font-weight:bold;
	color:#999999;
}
.userinput, .contactinput {
	border:1px solid #ccc;
	font-size:11px;
	line-height:17px;
	padding:3px 0 0 2px;
	background:url(images/search_bg.jpg) repeat-x;
}
.userinput { width:100px;}
.submit input { margin-left: 5.5em; } 
fieldset { margin:20px 0 10px 0; border: 1px solid #CCCCCC; }
