@charset "utf-8";

html, body {
	height: 100%;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.style_topnav {
	font-size: 20px;
	padding-top: 30px;
}

    body {
	background-color: #8ABEE3;
	background-image: url(../images-skins/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	font-family: "Trebuchet MS";
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
.wrapper #content {
	height: 383px;
	width: 100%;
	border-top-width: 3px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #333333;
	margin-top: 30px;
	box-shadow: 
        0px -2px 1px 0px #FFFFFF;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	padding-top: 10px;
	background-image: url(../images-content/bg_content.png);
	background-repeat: repeat;
}
.left_column {
	margin: 0px;
	float: left;
	height: 188px;
	width: 300px;
}
.right_column {
	margin-left: 300px;
}


.wrapper #content .main_box p {
	text-align: justify;
	font-size: 16px;
	color: #333333;
}

.wrapper #content .main_box h1 {
	color: #003333;
	font-size: 26px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-family: 'Economica', Arial, sans-serif;
	font-weight: bold;
}
.wrapper #content .main_box {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer #logo_homepage {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper #content .main_box .just_list li {
	font-size: 16px;
	color: #333333;
	list-style-position: inside;
	list-style-image: url(../images-skins/list.png);
}
a:hover {
	color: #FFFF00;
}
#submit {
	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #666666;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 8px solid #000066;
	font-size: 16px;
	line-height: 16px;
	width: 130px;
	text-align: center;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-color: #FFFFFF;
	background-position: 255;
}
