/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

h1{
	font-size: 150%;
}
h2{
	font-size: 120%;
}
h3, h4{
	font-size: 100%;
	font-weight: bold;
}
p{
	font-size: 100%;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#wrapper{
	width: 608px;
	margin: 15px auto 0 auto;
}

#header{
	width: 100%;
	height: 158px;
	background: #fafafa;
	float: left;
	border: 1px solid #b9b9b9;
}
#header h1, #header h1 a { 
	margin: 0;
	
	width: 105px;
	height: 99px;
	display: block;
	overflow: hidden;
}
#header h1{
	padding-left: 38px;
	padding-top: 29px;
}
#header h1 a {
	padding: 99px 0 0;
	height: 99px;
	he\ight: 0;
	background: transparent url(images/logo.gif) no-repeat top left;
}
#header h1 span {
	display: none;
}

#logo {
	margin: 0;
	padding: 0;
	float: left;
}

#mainnav{
	width: 350px;
	height: 22px;
	color: #000000;
	float: right;
	padding-top: 110px;
}
#mainnav ul {
	margin: 0 0 0 5px;
	padding: 0;
	height: 11px;
	list-style: none;
	float: right;
	overflow: hidden;
}
#mainnav li {
	float: left;
	height: 12px;
	background: transparent url(img/mainnav_stripe_right.gif) no-repeat right;
}
#mainnav li .menu1{
	background: url(images/menu1.gif) no-repeat;
	width: 70px;
}
#mainnav li .menu2{
	background: url(images/menu2.gif) no-repeat;
	width: 72px;
}
#mainnav li .menu3{
	background: url(images/menu3.gif) no-repeat;
	width: 93px;
}
#mainnav li a {
	display: block;
	float: left;
	padding: 50px 12px 0 10px;
	line-height: 12px;
	text-decoration: none;
	font-weight: bolder;
	font-size: 11px;
	color: #d25e59;
}

#mainnav li a:hover {
	color: #000000;
}
#content{
	width: 608px;
	background: #f2f2f2;
	float: left;
	height: 500px;
	border: 1px solid #b9b9b9;
	margin-top: -1px;
	padding: 0px;
}
#content .gutter{
	padding:25px;
	height: 400px;
}
#content .gutter2{
	padding:50px;
	height: 350px;
	font-weight: bold;
	line-height: 150%;
}
#footer{
	width: 100%;
	height: 22px;
	clear: both;
}
