﻿html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body {
	background-color: #cfb98a; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Verdana;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.retinaradio.com/images/masterPage/background.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #1d4872;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
    color: #931A25;
    text-decoration: none;
}

/* Remove Image Borders */
a img {
	border: 0 none;
}

/* Remove Dotted Borders */
a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

/* =LAYOUT
-----------------------------------------------------------------------------*/

#container {
	width: 670px;
	margin: 0px auto;
	/*padding: 260px 0px 0px 0px;*/
	text-align: left;
} 

#header {
	height: 260px;
} 

#sidebar1 {
}

#mainContent {
	margin: 0px 0px 0px 10px; 
	padding: 0px 0 40px 0;

}

#footer {	
} 

.clearfloat {clear:both;  height:0; font-size: 1px; line-height: 0px;}



/* =MISC
-----------------------------------------------------------------------------*/


