* { padding: 0; margin: 0; }

a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}


body {
 font-family: Arial, Helvetica, sans-serif;
 background-color: #2287D5;
 font-size: 13px;
}
#wrapper { 

 background: #F2F2E6;
 margin: 0 auto;
 border: 1px solid #454545;
 margin-top: 20px;
 width: 900px;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 height: 191px;
 background: url(/images/header.JPG) #5981fa no-repeat center bottom;
}

#navigation {
 float: left;
 width: 880px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #d8c422;
 border-top: 1px solid #454545;
 border-bottom: 1px solid #454545;
}

#navigation li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
}

#navigation li .current {
	color: #333;
	text-decoration: underline;
}

#navigation li a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}

#navigation li a:hover {
	color: #333;
	text-decoration: underline;
}

#leftcolumn { 
 color: #333;
 border-right: 1px dotted #454545;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 350px;
 width: 658px;
 float: left;
 background: #F2F2E6;
}
#leftcolumn ul, #leftcolumn li {
	padding-left: 15px;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 100%;
 width: 200px;
 display: inline;
 background: #F2F2E6;
}
#footer { 
 width: 880px;
 clear: both;
 color: #333;
 background: #d8c422;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 border-top: 1px solid #454545;
}
