
body {
	Font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:59%; /* Sets default font size to 10px */
	color:#3399FF;


	}

a {text-decoration: none}



/* Main sections*/

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
        
	height:170px;
        
        	}
#menu {
	text-decoration: none;
        height:35px;
	line-height:35px;
	background:url(images/bar2.png) no-repeat;
	
	}



#content {
	float:left;
        padding: 10px;
	width:480px;
        background-color: #efefef;
	
	}


#sidebar {
	float:right;
        width:160px;
        padding: 10px;
	margin-right:0px;
        background-color: #efefef;
       
	}

.clearer {
font-size : 0;
line-height : 0;
display : block;
margin : 0;
padding : 0;
clear : both;
height : 0;
width : auto;
}



#footer {	
        float: left;
        height:100px;
        width:700px;
	background:url(images/footer3.png);
	}




/* Menu stuff*/

#menu ul {
        list-style-type: none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding: 0 15px;
	
	color:#ffffff;
	margin-right:2px;
	}

#menu li a:hover {
        color: yellow;
}







/* Down the bottom */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}


