@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	}
	
	
body {
	background-color:#3477d2;
	text-align:center;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	letter-spacing:.2px;
	

}

img {
	display:block;
	margin:0 auto 5px auto ;
	border:none;
}

p{
	text-align:left;
	margin: 0 0 12px 0;

}


a:link, a:hover, a:active, a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}


#container {
	background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:1024px;
	height:954px;
	margin:auto;
	text-align:center;
}


#content {
	width:965px;
	height:500px;
	position:relative;
	top:371px;
	margin:auto;
	}
	
	
#footer {
	margin:auto;
	text-align:center;
	clear:both;
	padding:20px 0;
	}
	
	

	
	
#left {
		width:564px;
		height:500px;
		float:left;
		margin:0 34px 0 0;
		}
		
#left_text {
		width:265px;
		height:500px;
		float:left;
		}
		
#left_photo {
		float:left;
		height:500px;	
		width:288px;
		margin:0 0 0 10px;
		}
		
		
#right {
		
		float:left;
		height:500px;	
		width:365px;
		text-align:center;
		margin:auto;
		}
		
#right_top{

	}
	
#right_bottom{
	margin: 15px 0 0 0;

	}
	
	
	
.ways_left {
	float:left;
	width:120px;

	margin:0 8px 0 4px;
}


.ways_right {
	float:left;
	width:225px;

}


.first_bullet {
	margin: 3px 0 0 0;
	}
	
.bullets {
	margin: 15px 0 0 0;
	}
	
	
.address {
	font-size: 11px;
	}	
	
		
.main_text {
	width:246px
}

#ui-video-container {
background-color:#F6C800;
height:206px;
margin:0 auto 10px;
text-align:center;
width:357px;
}







