/************* GENERAL CSS ************/

body {
	background: #0080FF url(images/back.png) repeat-y top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	color: #33CCFF;
	width: 771px;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	background-image: url(images/header.png);
	padding: 10px 0px 10px 0px;
	margin: auto;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	color: #FFFFFF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: auto;
	background-color: #0080FF;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #66CCFF;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: auto;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 10px 20px 10px 20px;
	border-left: solid #000000 1px;
	border-top: solid #000000 1px;
}

#right {
	float: right;
	width: 225px;
	color: #FFFFFF;
	padding: 10px 5px 10px 15px;
}

/************* FOOTER ************/

#footer {
	font-size: 9px;
	color: #333333;
	background-image: url(images/back-footer.png);
	background-repeat: repeat-y;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	text-align: center;
	border-right: solid #000000 1px;
	clear: left;
	margin: auto;
	width: 770px;
	padding: 10px 0px 10px 0px;
}

