* { padding: 0; margin: 0; }

body {
	background: #660099;
	font-family: Georgia;
}

#wrapper { 
 margin: 40;
 width: 920px;
}

#header {
 width: 900px;
 float: center;
 padding: 5px;
 border-style: double;
 height: 178px;
 margin: 10px 0px 0px 0px;
 background: white;
 overflow: hidden;
}

a {text-decoration: none; font-family: Georgia;}
a:link {color: white}     
a:visited {color: white} 
a:hover {color: #E9C63A}   
a:active {color: #E9C63A} 

#navigation {
 float: center;
 width: 900px;
 padding: 10px;
 border-style: double;
 margin: 0px 0px 0px 0px;
 background: #660099;
}

#leftcolumn { 
 color: #333;
 border-style: double;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 428px;
 width: 663px;
 float: left;
 background: white;
font-family: Georgia;
}
#rightcolumn { 
 float: right;
 border-style: double;
 margin: 0px 0px 0px 0px;
 padding: 23px;
 height: 420px;
 width: 177px;
 display: inline;
 background: white;
 font-family: Georgia;
}

#footer { 
 width: 900px;
 clear: both;
 border-style: double;
 border-color: black;
 background: #660099;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 color: white;
}
