﻿body {
    margin: 0;
    padding: 0;
    font-family: open_sansregular, Arial;
}
img {
    max-width: 100%;
}
.clear {
    clear: both;
}

/* Text */

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../font/BebasNeue-webfont.eot');
    src: url('../font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BebasNeue-webfont.woff') format('woff'),
         url('../font/BebasNeue-webfont.ttf') format('truetype'),
         url('../font/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('vOpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1 {
    font-family: bebas_neueregular;
    color: #4b6782;
    font-size: 32px;
}
h2 {
    font-family: bebas_neueregular;
    font-size: 28px;
}
h3 {
    font-family: bebas_neueregular;
    color: #4b6782;
    font-size: 24px;
}
h4 {
    font-family: bebas_neueregular;
    color: #7f8c8d;
    font-size: 24px;
    margin: 0px;
}
h5 {
    color: #7f8c8d;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}
a {
    text-decoration: none;
    color: #f1c40f;
}
p {
    font-size: 16px;
}

/* Nav */
.nav a{
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: bebas_neueregular;
	font-size: 24px;
	color: #000;
	}
.nav ul {
	list-style-type: none;
	width: 1000px;
	}

.nav li {
	float: left;
	list-style-type: none;
	}
.nav a:hover {
	background-color: #2980b9;
	color: #fff;
	}

.nav a.active {
	background-color: #2980b9;
	color: #fff;
	}

/* Layout */
#header {
    width: 1000px;
    margin: auto;
    padding: 20px 0 0 0;
}
#nav {
    width: 100%;
    background-color: #4b6782;
    height: auto;
}
#nav_cont {
    width: 1000px;
    height: 30px;
    margin: auto;
}
#content {
    width: 1000px;
    margin: auto;
    min-height: 100px;
}
#content_left {
    width: 700px;
    float: left;
}
#content_right {
    width: 280px;
    padding: 10px 0 0 20px;
    float: left;
}   
#footer {
    width: 100%;
    background-color: #4b6782;
    min-height: 160px;
    clear: both;
}
.contain, h3 {
    clear: both;
    margin: 0px;
}
.w30 {
    width: 30%;
    float: left;
    padding: 10px;
}
.w50 {
    width: 50%;
    float: left;
}
.w70 {
    width: 60%;
    float: left;
}