/* --------- 1. defaults  --------- */

/*#mobile{display: none;}*/



/* --------- 1. defaults  --------- */

*{
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-size: medium;
	background-color: #49BDEF;
 	font-family: Arial, Helvetica, sans-serif;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	padding-right: 0px;
	padding-top: 20px;
	background-color: #49BDEF;
		}

#masthead{
	width: 800px;
	height: 157px;
	background-color: #84D7FF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-outline-color: black;
	-moz-outline-width: 1px;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
}

#masthead img{
	margin-left: 20px;
	
	}

#content {	
	width: 800px;	
	height: auto;	
		}

#footer {
	clear: both;		
	margin-top: 10px;
	border-top: 3px solid black;
	text-align: center;
		}

#sidebar, #mainColumn, #extraColumn {
	float: left;
	padding: 0px;	
		}


.threeColumnPage #sidebar {
	width: 120px;	
		}

.threeColumnPage #mainColumn {
	width: 670px;
	margin-right: 0px;
	font-size: small;	
		}


.separator {
		clear: both;
		}
