<!--This document validates as CSS level 2.1-->
<style type="text/css">

body {
		background-color:rgb(99,130,193);
		text-align:center;	
		margin: 0 auto;
		}

a { 		text-decoration : none;
		}

a:link {
		color: rgb(51,122,183);
		}


a:visited {
		color: rgb(255,165,0);
		}


a:hover {
		color: rgb(15,21,135);
		}


a:active {
		color: rgb(250,184,64);
		}

img{
	vertical-align: baseline;
}

#wrapper {
		width:900px;
		margin:0px auto;
		margin-top: 50px;
/*		border:1px solid #bbb; */
		padding:10px;
/*		background-color:rgb(99,130,193); */
	}
		

#header {
		border:1px solid #bbb;
		height:80px;
		width:878px;
		padding:10px;
		padding: 0;
		font-family:"comic sans ms";
		font-size:200%; 
		background-color:rgb(255, 252, 243);
		text-align:left;
		}

#menu {	
		float:left;
		margin-top:10px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:10px;
    		padding:10px;
    		border:1px solid #bbb;
    		width:878px;

		font-family:"comic sans ms";
		font-size:105%; 
		color: rgb(255, 250, 235);
		background-color:rgb(99,130,193);
		text-align:center;
		list-style: none;
		

		}
	
.

#content {

		margin-top:10px;
		margin-bottom:10px;
		padding-bottom:10px;
/*		background-color:rgb(99,130,193);
*/
		font-style:normal; 
		color:white;
		}
		/* applies to all divs within the content div */
  
	#content div {
		
		border:1px solid #bbb;
		font-family:"comic sans ms"; 
    		float:left;
		}

	#content-left {
		width:265px;
		padding:10px;
		font-family:"comic sans ms";
		font-size:120%; 
		color:rgb(255, 250, 235);
		background-color:rgb(99,130,193);
		}

	#content-main {
		margin-left:10px;
		width:265px;
		padding:10px;
		font-family:"comic sans ms";
		font-size:120%; 
		color:rgb(255, 250, 235);
		background-color:rgb(99,130,193);
		}

  	#content-right {
		margin-left:10px;
		width:265px;
		padding : 10px;
		font-family:"comic sans ms";
		font-size:120%; 
		color:rgb(255, 250, 235);
		background-color:rgb(99,130,193);
		}

  #bottom {
		clear:both;
		margin-top:30px;
		text-align:right;
		font-family:"comic sans ms";
		font-size:60%; 
		color:rgb(255, 250, 235);
		}
</style>
