/* CSS File */
html, body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	color:#cccccc; }

h1 {
	font-size:22px;
	color:#EEEEEE;
}

h2 {
	font-size:18px;
	color:#EEEEEE;
}

a:link, a:visited {
	color:#999999;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#ffffff;
	text-decoration:overline;
}

#logo {
	float:left;
	width:200px;
}

#boo {
	float:right;
	width:50px;
}

#holder {
	background-color:#333333;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:right bottom; width:100%;
	min-width:850px;
}

#content {
	margin-left:200px;
	padding:20px;
}

.navGroup {
	padding:10px;
	background-color:#000000;
	color:#cc0000;
	text-align:center;
	text-transform:capitalize;
	font-weight:bold;
}

.navGroup a:link, .navGroup a:visited {
	color:#cccccc;
	font-size:12px;
	text-decoration:none;
}

.navGroup a:hover, .navGroup a:visited:hover {
	color:#ffffff;
	text-decoration:none;
}

#menu {
	margin-left:200px;
	border-bottom:1px solid #cc0000;
}

#leftpush {
	padding-left:200px;
	background-color:#000000;
}

#footer {
	color:#999999;
	background-color:#000000;
}

#footleft {
	padding:10px;
	float:left;
	width:350px;
	text-align:left;
}

#footright {
	padding-right:10px;
	float:right;
	width:450px;
	text-align:right;
}

#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:underline;
}

#footer a:hover, #footer a:visited:hover {
	color:#cccccc;
	text-decoration:overline;
}
