body {
	font-family:Helvetica Neue,Arial, sans-serif;
	font-size:13px;
	background:#ffffff url("../images/bgbg.png") no-repeat;
	margin:0px;
	padding:0px;
	overflow:hidden;
	overflow: auto;
}

/***************** paragraphs *******************/
h1 {
	font-family:Arial;
	padding-top:0px;
	padding-bottom:5px;
	font-size:30px;
	margin-top:0px;
	color:#ff0033;
	
}

h2 {
	font-family:Arial;
	padding-top:0px;
	padding-bottom:5px;
	font-size:20px;
	margin-top:0px;
	color:#ff0033;
	
}

/***************** line *******************/
hr {
	
	background-color:#777777;
        border: 0px solid #aaaaaa;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	height:1px;
	padding:0px;
	margin-top:13px;
	display:none;
}
/***************** Wrapper *********************/
#wrapper {
	width:980px;
	margin:0 auto;
	margin-top:-40px;
	background:transparent url("../images/bg.png") no-repeat;
}

/***************** Structures ******************/
#site-top {
	width:980px;
	height:auto;
	background:transparent;
	padding-top:0px;

}

#site-content {
	width:820px;
	background:#transparent;
	margin-left:150px;
	margin-top:-20px;
	min-height:450px;
}

#site-logo {
	width:530px;
	height:120px;
	background:transparent url("../images/site_logo.png") no-repeat 0% 0%;
	margin-right:0px;
	margin-top:50px;
        margin-left:0px;
	
}

#site-bottom {
	width:980px;
	height:50px;
	background:transparent url("../images/site_bottom.png") no-repeat 0% 0%;
	
}

#site-footer {
	color: #000000;
	margin-left:0px;
	padding-top:40px;
	font-size:12px;
	height:50px;
	background:transparent;
	
}


#site-menu {
	width:230px;
	text-align:left;
	margin-left:0px;
	padding-left:0px;
	height:50px;
	background:transparent;
	float:left;
	
	
}

/***************** Containers ******************/
.content-container {
	min-height:300px;
	padding-left:80px;
	padding-right:0px;
	padding-top:28px;
	padding-bottom:30px;
	color:#666666;
	
	
}

/****************** menu  ***********************/
.menu { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	position:absolute;
	margin-top: 5px; 
	padding-left: 9px; 
	z-index: 400;
	width:150px;
	
	
}

.menu ul {
	float:left;
	margin-top:25px;
	margin-left:0px;
	padding:0px 20px 20px 0px;
	z-index: 400;
	display: block;
	
	
	
	
}
.menu a { 
	display: block;
	float:left;
	
	text-decoration:none; 
	color: #777777;
	font-size:14px; 
	height: 30px; 
	text-decoration: none; 
	
	font-weight: normal;
	
	line-height:30px;
	padding-left:20px;
	min-width:200px;
	
	background:transparent url("../images/site_menu_bg.png") repeat-x;
}

.menu a:hover {
	background:transparent url("../images/menu_item_selected_bg.png") no-repeat; 0% 0%;
}

.menu li { 

	list-style:none;

}

.menu li li { 
	position:absolute;
	height: 23px; 
	margin: 0px; 
	z-index: 10;
	margin-top:20px;
	margin-left:-30px;
	width:300px;
	
	


}

.menu li a:hover, .menu li ul li a:hover { 
	color: #000000;
	
}

.menu > li.sfHover.sf-ul > a {  
	z-index: 301;
}

.menu li.current_page_item > a,
.menu li.current-menu-ancestor > a,
.menu li.current-menu-item > a,
.menu li.current-menu-parent > a {

	color: #000000;
	
}

.sf-menu li.current_page_item > a,
.sf-menu li.current-menu-ancestor > a,
.sf-menu li.current-menu-item > a,
.sf-menu li.current-menu-parent > a {
background:#cc0000;
	color: #ffffff;
	
}

/****************** pictures  ***********************/

img {  
	max-width:750px;
	max-height:280px;
	padding-bottom:10px;
	
}


/****************** links  ***********************/

#site-content a:link {
	color: #fff;
}
#site-content a:visited {
	color: #fff;
}
#site-content a:active,

#site-content a:hover {
	color: #fff;
}
