/* Makeshift CSS Reset */
{
    margin: 0;
    padding: 0;
}
 
/* Tell the browser to render HTML 5 elements as block */
 header, section,  footer, aside, nav, article {
    display: block;
}
 
body {
    margin: 0 auto;
    width: 980px;
    font: 13px/22px Helvetica, Arial, sans-serif;
    background-image: url('background.png');
	background-repeat:repeat-x;
  
}
 

 h1 {
    color: #525252;
    font-size: 36px;
    line-height: 44px;
	float:right;
	width:90%
}
 
  
h2 {
    font-size: 32px;
    padding-left:10px;
	color: #87c540;
	text-shadow: 1px 1px #727171;
}
 
h3 {
    font-size: 18px;
    padding-left:10px;
	color: #8f8e8e;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    padding: 11px 0;
}
 
header#page_header {
    padding-top: 30px;
} 
 
header#page_header.img {
    float:left;
} 

#intro {
    margin-top: 10px;
    height: 150px;
    background: url("intro.png") repeat-x;
    background-size: 100%;
    border-radius: 22px;
	box-shadow: 5px 5px 5px #9d9d9d;
}

#intro_text {

    color:#ffffff;
	float:right;
	font-size: 25px;
	width: 250px;
	margin-right: 13px;
	margin-top: 20px;
    font-family: Arial;
	font-style:italic;
	line-height:140%;
	font-weight:bold;
	text-align:center;
	text-shadow: 1px 1px #555454;
}


.combo {
    text-align: center;
    font-size: 26px;
	-webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
	padding: left;
    margin-top: 51px;
} 

section#content {
    width: 980px;
    margin: 0 auto;
}
 
#main {
    margin-top: 30px;
    width: 750px;
	padding-left: 25px;
    float:left;
    color: #777;
	font-size: 16px;
}
 
#main img {
    float: right;
	margin: 5px;

}
 
 
.top_menu {
    padding-top: 15px;
	padding-bottom: 15px;
    font-size: 22px;
	text-align: center;
	color: #509cce;
	text-shadow: 1px 1px #727171;
}


 
#sidebar {
    margin-top: 30px;
    margin-top: 30px;
    float: right;
    width: 180px;
    background: #f6f6f6;
}
 
 nav {
    float: right;
    width: 180px;
    background: #f6f6f6;
}

 nav ul {
    margin: 0 auto;
    list-style: none;
}

 nav ul li {
    float: right;
}
 
 nav ul li a {
    display: block;
    width: 180px;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    color: #777;
	border-bottom:1px solid #e5e5e5;
	}
 
 nav ul li a:hover {
    color: #fff;
	background: #529ece;
}
 
 nav ul li.selected a {
    color: #fff;
}




#dropdown {
    width: 50%px;
    float:left;
    padding-left:35px;
}
	
#search {
    width: 50%px;
    float:left;
}

#search_result {
    width: 980px;
    float:left;
	padding-top:20px;
}
	
.searchfield {
    width: 0px;
	visibility:hidden;
}
	
.searchbutton {
	margin-top: 45px;
    font-size: 25px;
	background: url("button_search.png") repeat-x;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
	width: 150px;
	height: 50px;
	color:#ffffff;
}
	
.searchbutton:hover  {
    background: url("button_search_h.png") repeat-x;
}
	
	
footer#page_footer {
    margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 23px;
	text-align: center;
	border: solid 1px;
    width: 980px;
    height: 50px;
	border-radius: 22px;
	box-shadow: 5px 5px 5px #9d9d9d;
	background: #f6f6f6;
	color: #8f8e8e;
	float: left;	 
}
	
	