/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: white;
	font-weight: normal;
	margin-top: 0px;
    background-color: #210089;
    background-image: url(imgs/background-grad.jpg);
    background-repeat: repeat-x;
	background-position: 0px 0px; 
}
h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
	font-size: 20px;
	color:#99CCFF;
}
p {
	letter-spacing:2px;
	line-height: 20px;
}




#wrapper {
     width: 800px;
     margin-left: auto;
     margin-right: auto;
}
#masthead {
	width: 800px;
	height: 400px;
	back
	margin: 0px 0px 0px 0px;
	background-image: url(imgs/masthead.jpg);
}
#contentcolumn {
	float: left;
	width: 490px;
	margin: 0px 10px 0px 0px;
}
#rightcolumn {
	float: right;
	width: 280px;
	margin: 0px 0px 5px 10px;
	text-align: center;
}
a {
     font-size: 12px;
}
a:link {
     color: #FFCC00;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: underline;
}
a:visited {
     color: #FFCC00;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: underline;
}
a:hover {
     color: #99FFCC;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: none;
}
#footer {
     clear: both;
     font-size: 10px;
     height: 160px;
     padding-top: 30px;
     padding-bottom: 30px;
     text-align: center;
     background: url(imgs/footer.jpg) no-repeat top;
}
#footer a:link {
     color: #FFCC00;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: none;
}
#footer a:visited {
     color: #FFCC00;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: none;
}
#footer a:hover {
     color: #009966;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: underline;
}
.overline {
     border-top: 1px #009966 solid;
	 border-bottom: 1px #009966 solid;
     text-transform: uppercase;
     font-weight: bold;
     color: #99CCFF;
}
