/******************************************************************************* 
*                                                                              * 
*  Site      :  * 
*  Author    :  * 
*                                                                              * 
*******************************************************************************/ 

/* Logo */

#header {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	background-image: url(/images/header/header_bg.jpg);
	background-repeat:  repeat-x;
	border-left:solid;
	border-left-color:#000000;
	border-left-width:1px;
	border-right:solid;
	border-right-color:#000000;
	border-right-width:1px;
}



#header_logo {
	width: 377px;
	height: 75px;
	float:left;
	padding-top:0px;
	
/*	
	border:#00ff00;
	border-style:solid;
	border-width:1px;
*/	
	
}

#header_logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#header_logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


