/*************  CSS for Steve Grahn by Hans-Peter Nilsson rebuild 091206 **************/

/************************************ Default ***********************************************/

*	{ 
	margin:0; 
	padding:0 
	}
	
img a	{ 
	border:0;
}

body 	{	
	font-size: 62.5%; 
	background:#302718 url('../images/bg/bg.jpg') fixed; 
	color:#ffffff;
} 
	 
	

h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }


h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin:0 0 3px 0; 
	}

p  { font:13px/14px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; color:#fc6 }

.emphas	{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1.2em;
	font-size:1.4em;
	font-style: italic;
}

/*************************************** fonter **************************/

a:link, 	a:visited	{ 
	font-size: 1.0em;	
	color:#ffcc66; 
	font-weight:bold;
	text-decoration:none; 
}
				
a:hover 	{ 
	font-size: 1.0em;
	color: #ffffff;
	font-weight:bold; 
	text-decoration: underline;
}


/************************* Content layout *****************/
	
#header { 
	margin:10px 0px 0 0; 
	width:100%; 
	height:85px;
	padding: 15px 0 0 0; 
	background:url('../images/bg/repeater100gradweb.jpg') repeat-x; 
	}

#header h1 { 
	background:url('../images/bg/namelogo75gradweb.jpg');
	margin: 0px auto 0 auto; 
	width:600px; 
	height:75px; 
}	

#wrapper { 	
	margin:35px auto 10px auto; 
	width:800px; 
}

#pageheader	{
	width: inherit;
	height: 40px;
	
}

#pageheader h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: center;
}
				
.fullwidth {
	background:url(../images/bg/blackborder2px_web.jpg) repeat-x; 	
	width:inherit; 
	padding: 10px 0px 10px 10px; 
	}
				
.leftcolumn {
	background: url(../images/bg/blackborder2px_web.jpg) repeat-x;
	float:left; 
	width:380px; 
	padding:10px 10px 10px 10px; 
}
				
.rightcolumn { 
	background: url(../images/bg/blackborder2px_web.jpg) repeat-x;
	float:left; 
	width:380px; 
	padding:10px 10px 10px 10px; 
}
				
.clear	{
	clear:both;
}
/********************************** Images **********************************************/
.borderimage	{
	border: 1px solid #ffffff;
}

.downloadbutton	{
	float:left;
	border: 1px solid #ffcc66;
	margin: 0 0 10px 0;
}


/******************************** FOOTER****************************************************/

#footer 	{ 	
	background:url('../images/bg/repeater100gradweb.jpg'); 
	margin:0px 0px 10px 0px; 
	padding:0px 20px 20p 20px; 
	width:100%; 
	height:100px; 
				
}
				
#footer_inner { 
	margin:0 auto 0 auto; 
	padding:25px 0px 0px 0px; 
	width:800px; 
	height:75px; 
}
				
#footer_inner p{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.1em;
	color: #996633;
}
				
#footer br { 
	clear:both 
}








