* {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

@font-face {
    font-family: 'Titillium_med';
    src: url('../fonts/titilliumtext22l004-webfont.eot?') format('eot'),
         url('../fonts/titilliumtext22l004-webfont.woff') format('woff'),
         url('../fonts/titilliumtext22l004-webfont.ttf') format('truetype'),
         url('../fonts/titilliumtext22l004-webfont.svg#webfontCPq41uH5') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium_light';
    src: url('../fonts/titilliumtext22l001-webfont.eot?') format('eot'),
         url('../fonts/titilliumtext22l001-webfont.woff') format('woff'),
         url('../fonts/titilliumtext22l001-webfont.ttf') format('truetype'),
         url('../fonts/titilliumtext22l001-webfont.svg#webfont68FQqJCq') format('svg');
    font-weight: normal;
    font-style: normal;
}


p , label{
	color: #a0a0a0;
	font-size: 16px;
}

.dates {
	font-size: 14px;
	
}

p {
	margin: 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	font: normal;
	color: #1f70c2;
}

h1 {
	font-size: 48px;
	margin: 10px 0 5px;
}

.main_page_header {
	margin-bottom: -20px;
}

h2 {
	font-size: 19px;
	margin: 10px 0;	
}

h3 {
	font-size: 15px;
	margin: 8px 0;	
}
a {
	color: #1F70C2;
	outline: none;
	text-decoration: none;
}

h3 a:hover, a:hover {
	color: #fff;
}

a img,:link img,:visited img { 
	border:none; 
}

body {
	font-family: 'Titillium_med';
	background-image: url(../images/background.jpg);
	padding-bottom: 15px;
}

#main {
	width:1160px;
	height:600px;
	z-index:1;
	margin: 150px auto 0;
	border: 2px solid #1f70c2;
	position: relative;
	background-color: #000;
}

#social {
	position: absolute;
	right: 0px;
	top: -45px;
	height: 53px;
}

#menu {
	position: absolute;
	right: 200px;
	top: -50px;
	height: 53px;
}

#menu li, #menu ul{
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size:18px;
}
	
#menu a {
	padding: 13px;
}

#menu a:link, #menu a:visited, #menu a:active{
	float: left;
	font-weight: bold;
	margin: 0 2px 4px 2px;
	text-decoration: none;
	color: #1f70c2;
}

#menu a:hover{
	background: url(../images/button_back.png) repeat-x;
	color: #FFF;
}

#menu ul{
	margin: 0;
	text-transform:uppercase;
}

textarea, input[type=text]  {
	width: 216px;
	resize: none;
	background: #666;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #878787;
	border-bottom: 1px solid #878787;
	color: #bfbfbf;
	padding: 2px;
	font: 'Titillium_med';	
	margin: 5px 0;
}

#main_text {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 465px;
	height: 550px;
}

#video_div {
	float: left;
	margin: 0px;
	width: 850px;
	height: 550px;
	padding: 10px 0 0 15px;
}

#main #video_div object {
	padding: 15px 40px 15px 0;
}

#right_content {
	float: right;
	width: 240px;
	padding: 5px 0 0;
	margin: 0 10px;
	position: static;
}

#contact table {
	padding: 0px;
	margin: 0px;
}


#left_image {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 662px;
	width: 407px;
	margin: 0px;
	padding: 0px;
}

hr {
	background-color: #A0A0A0;
    border: 0 none;
    color: #A0A0A0;
    height: 1px;
    width: 100%;
}

.clearfloat {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}
