/* CSS for radondome.com */

/* 1280 Resolution */

/* BODY */

html, body { background-color: #FFFFFF;
             font-weight: bold;
	     margin: 0px auto;
	     width: 1259px;
}

/* HEADERS */

#header1 { font-family: Arial;
	   color: #FFFFFF;
	   background-color: #000000;
	   height: 30px;
	   width: 259px;
	   font-size: 14px;
	   margin-top: -9px;
	   padding-top: 5px;
	   padding-bottom: 5px;
	   padding-left: 1000px;
}

#header2 { font-family: Arial;
	   color: #DF0101;
	   background-color: #FFFFFF;
	   height: 100px;
	   width: 1109px;
	   font-size: 100px;
	   border: 1px solid #000000;
	   border-bottom: 4px solid #000000;
	   padding-left: 150px;
}

/* MAIN CONTENT */

#main_content { color: #000000;
		margin-left: auto;
		margin-right: auto;
		height: 1200px;
		width: 1000px;
		margin-top: 10px;
}

/* FOOTERS */

#footer { font-family: Arial;
	  color: #000000;
	  text-align: center;
	  border-top: 5px solid #000000;
}

/* LINKS */

a:link { color: #333333; text-decoration: none; }      
a:visited { color: #333333; text-decoration: none; }  
a:hover { color: #0E8C3A; text-decoration: none; }  
a:active { color: #333333; text-decoration: none; }





