/* CSS Document */
body {
	font-family:"comic Sans MS";
	background-color:#333333;
	color:#FF0033;
}
#master {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:black;
}
#container {
	width:800px;
	background-color: #000000;
}
#header {
	height:150px;
	width: 800px;
	border-bottom: solid #FF0033 2px;
	margin-top: 25px;
	text-align: center;
}
.title {
	font-size:36px;
	text-align:center;
}
.subtitle {
	font-size:24px;
	text-align:center;
}
#menu {
	margin-top:40px;
	font-size:16px;
	color:#FF0033;
}
a:link {
	color:#FF0033;
}
a:visited {
	color:#FF0033;
}
a:active {
	color:#FF0033;
}
a:hover {
	color:#FFCC00;
}
#Lcol {
	width:240px;
	float:left;
	border-right: solid #FF0033 2px;
	background-color: #000000;
}
#Rcol {
	width:545px;
	float:right;
	padding: 5px 5px;
	background-color: #000000;
}
#footer {
	width:800px;
	height:100px;
	float: left;
	text-align: center;
	font-size:10px;
	border-top: solid #FF0033 2px;
	background-color: #000000;
}
.foot a:link {
	color:#FFCC33;
}
.foot a:hover {
	color:#FFCC00;
}
.img a:link {
	color:#FF0033;
}
.img a:visited {
	color:#FF0033;
}
.img a:active {
	color:#FF0033;
}
.img a:hover {
	color:#FFCC00;
}
