@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic);

body {
margin: 0px;
padding: 0px;
font-family: "Source Sans Pro", Helvetica, Ariel, sans-serif;
color: #333333;
font-size: 12pt;
}

h1, h2, h3 {
font-weight: 300;
}

p {
line-height: 1.25em;
}

.logo {
width: auto;
height:100px;
padding: 25px;
}

.top {
top: 0px;
z-index: 1;
position: fixed;
width: 100%;
height: 150px;
background-color: #ffffff;
text-align: center;
line-height: 150px;
}

.menu {
z-index: 1;
position: fixed;
top: 150px;
width: 100%;
height: 50px;
background-color: #ff8000;
text-align: center;
color: #ffffff;
line-height: 50px;
box-shadow: 0px 5px 10px #dddddd, 0px -5px 10px #dddddd;
font-size: 0.75em;
}

.main_menu_ul {
position: relative;
float: left;
left:50%;
list-style-type:none;
margin:0;
padding:0;
text-transform: uppercase;
}

.main_menu_li {
float: left;
position: relative;
right: 50%;
}

.main_menu_li_current {
float: left;
position: relative;
right: 50%;
background-color: #b35a00;
}

.menu_link {
display: block;
padding-left: 10px;
padding-right: 10px;
/*width: 100px;*/
text-decoration: inherit;
color: inherit;
}

.menu_link:hover {
background-color: #b35a00;
}

.main {
z-index: 0;
position: relative;
top: 210px;
width: 40em;
margin-left: auto;
margin-right: auto;
text-align: justify;
}