@charset "utf-8";
/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Basic Settings */

html, body{
	background:url(../images/background.png) repeat top center #2D2D2D;
	color:#8E8E8E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

a:link, a:active, a:visited, a:hover{
	text-decoration:none;
	color:#D11D35;
}

img{
	border:none;
}

/* Features */

.color{
	color:#D11D35;
}

.clear{
	clear:both;
}

.spacer{
	margin:40px 0px;
}

.linkhover a{
	color:#8E8E8E;
}

.linkhover a:hover{
	color:#D11D35;
}

/* Wrapper */

#wrapper{
	margin:0px auto;
	width:1160px;
	background:url(../images/content.png) repeat-y top center #0F0F0F;
	text-align:left;
}

/* Header */

#header{
	height:192px;
	border-bottom:1px solid #8E8E8E;
}

#logo{
	padding:110px 100px 10px 100px;
	width:718px;
	float:left;
}

#topnavi{
	padding:140px 20px 10px 20px;;
	width:202px;
	float:right;
}

#topnavi ul{
	list-style-type:none;
}

#topnavi ul li a{
	color:#8E8E8E;
	line-height:20px;
}

#topnavi ul li a:hover{
	color:#D11D35;
}

#topnavi ul li#selected a{
	color:#D11D35;
}

/* Main */

#main{
}

#content{
	padding:100px;
	width:718px;
	font-size:12px;
	float:left;
}

#content h3{
	margin-bottom:20px;
	color:#D11D35;
	font-size:16px;
}

#content p{
	line-height:22px;
}

#mainnavi{
	padding:100px 20px;
	width:202px;
	float:right;
}

#mainnavi ul{
	list-style-type:none;
}

#mainnavi ul li a{
	color:#8E8E8E;
	line-height:20px;
}

#mainnavi ul li a:hover{
	color:#D11D35;
}

#mainnavi ul li#selected a{
	color:#D11D35;
}

.gray{
	opacity: 0.2;
	-moz-opacity:0.2;
	filter:alpha(opacity=20);
}

.gray:hover{
	opacity: 1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}

/* Footer */

#footer{
	padding:20px 100px;
	height:47px;
	font-size:10px;
	border-top:1px solid #8E8E8E;
}

	#footer a{
		color:#8E8E8E;
	}
