* {
	margin: 0; padding:0;
}

body {
	text-align: center; /*this is for ie*/
	font-family: Verdana;
	font-size:62.5%; /*magic number makes all text = 10px on all browsers*/
	color: #000;
}

a {
	color: #6992B9;
} 

a:hover {
	color: #355472;
}

a:visited {
	color: #6992B9;
}

div#wrapper {  
	font-size: 10px;
	border: none;     
	width: 100%; /*760px;*/ 
	height: 70px;
	background: #000;
	/*border: solid 1px red;      */
}

div#top_logo {     
	text-align: center;
	height: 70px;     
	background: #FFF url(../images/top_left.gif) 0 0 repeat;         
}

div#top_soon {
	text-align: center;
	height: 55px;   
	background: #FFF url(../images/coming_soon_left.gif) 0 0 repeat;   
}

div#main_content {
	background: #FFF url(../images/main_bg_left.gif) 0 0 repeat;
}

div#main_area {      
	margin: 0 auto;
	height: 312px;
	background: #FFF url(../images/main_bg.jpg) 0 0 repeat;   
	width: 760px; 
	/*border: solid 1px red; */ 
}      

div#main_titles {
	margin-left: 33px;  
	width: 694px;
	height: 40px;
	float: left;
    /*border: solid 1px red;  */  
} 
div#download_bar {
	margin-left: 33px;     
	width: 694px;
	height: 66px;         
	background: #FFF url(../images/download_bg.gif) 0 0 repeat;
    /*border: solid 1px red;  */  
}
   
div#title_left {
	float: left;
}
div#title_left_button {
	float: left;
	margin-top: 1px;
}

div#title_right {
	float: right;                   
} 
div#title_right_button { 
	margin-top: 21px; 
	margin-right: 21px; 
	float: right;                   
}

div#main_text {
	height: 204px;
	width: 694px;
	margin-left: 33px;   
	float: left;   
	text-align: left;
	background: #FFF url(../images/main_text_bg.jpg) 0 0 no-repeat;     
	/*border: solid 1px red;     */ 
}

div#text_address {
	margin-left: 10px;
	margin-top: 12px;
	width: 160px;
	float: left;
	color: #6992B9; /*#5885AF; */
	text-align: left;
	/*border: solid 1px green; */ 
} 

div#text_broch {
	margin-right: 130px;
	margin-top: 12px;
	float: right;
	color: #6992B9; /*#5885AF; */
	text-align: left;
	/*border: solid 1px green; */ 
} 

div#bottom {                                                 
	background: #FFF url(../images/bottom_bg_left.gif) 0 0 repeat;
	height: 306px;       
}