@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7d78;
	font-size:13px;
	line-height:19px;
	background: #131211 url(images/bg1.jpg) repeat;
}
#main {
	margin-top: 60px;
}

#featured {
}

.container {
	width:950px;
	margin: 0 0 0 100px;
	position:fixed;
}


/* 
	Header-Styles 
*/

#header {
	padding-bottom: 10px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	background-image: url(images/logoR.png);
	background-repeat:no-repeat;
	width:200px;
	height:94px;
}

/* 
	topper-Styles 
*/
#toper {
	position: absolute;
	top: 0;
	right: 60px;
}

#graphictop h1{
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#graphictop {
	width:284px;
	height:390px;
	float: right;
	margin: 0 0 0 0;
	background: url(images/graphic-1.png) no-repeat 0 top;
}

/* 
	Block-Styles 
*/
#middle {
	padding-top: 10px;
}

h1 {
	font-size:30px;
	font-family:Helvetica, Arial, Sans-serif;
	color: #919191;
	line-height:30px;
	letter-spacing:-1px;
	width: 340px;
	text-align: justify;

}
h2 {
	font-size:17px;
	font-family:Helvetica, Arial, Sans-serif;
	color: #919191;
	line-height:0px;
	letter-spacing:0.8px;
	width: 340px;
	text-align: justify;

}
h3 {
	margin:30px 0px 0px 0px;
	font-size:12px;
	line-height:15px;
	font-family:Helvetica, Arial, Sans-serif;
	color: #333333;
	width: 340px;
	text-align: justify;
}

h3 a {
	color:#555555;
	text-decoration:none;
}
h3 a:hover { text-decoration:none;
	color: #b30505;
}

h4 {
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:5px;
	font-family:Helvetica, Arial, Sans-serif;
	color: #333333;
	width: 340px;
	text-align: justify;
}

h4 a {
	color:#b30505;
	text-decoration:none;
}
h4 a:hover { text-decoration:none;
	color: #b30505;
}

h5 {
	margin:30px 0px 0px 0px;
	font-size:10px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color: #333333;
	width: 340px;
	text-align: justify;
}

h5 a {
	color:#b30505;
	text-decoration:none;
}
h5 a:hover { text-decoration:none;
	color: #b30505;
}



/* 
	Miscellaneous-Styles   
*/

/* Fix up IE6 PNG Support */
img, #logo { behavior: url(scripts/iepngfix.htc); }
img, #graphictop { behavior: url(scripts/iepngfix.htc); }


