@charset "UTF-8";
/* A Comment */

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	border: 1px solid #666666;
}

#header {
	float: left;
	height: 60px;
	width: 760px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 20px;
	
}

#menu {
	float: left;
	height: 16px;
	width: 760px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #66CCFF;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: #333333;
}

#leftColumn {
	float: left;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 20px;
}

#footer {

	clear: both;
	width: 760px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4DA5D8;
	background-color: #333333;
	height: 89px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}

body {
	background: #cccccc url("bg_grad.jpg") fixed;
	margin: 0px;
}
a:link{
	color: #6699FF;
	text-decoration: none;
}
a:visited{
	color: #6699FF;
	text-decoration: none;
}
a:hover{
	color: #FF6633;
	text-decoration: none;
}
a:active{
	color: #6699FF;
	text-decoration: none;
}
