* {
	font-family: 'Exo', sans-serif;
	font-weight: normal;
	line-height:30px;
	
}

ul {list-style-type:none;}

body {
	margin:0;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color:#003861;
	font-size:22px;
	
	color:#646464;
	
}


html, body {height: 100%;}

#container{
	
	margin: 30px auto 30px auto;
	
	width: 1029px;
	height:auto !important;
	height:100%; 
	min-height:100%; 
	text-align:center;
}


img {
	border:0;
}


strong {
	font-weight: bold;
}

p {
	margin-top:0;
}

#yla {
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	
	height: 60px;
}


#content {
	background-color:#f7f7f7;
	padding:40px;
	width: 949px;
	text-align:left;
	border-top:10px solid #65d0f8;
	overflow: auto;
}

#content-left {
	width:550px;
	float:left;
}

#content-right {
	width:350px;
	float:left;
}
