@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0;}

body {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#666;
	color: #CCCCCC;
	}
	
p {
	margin: 5px;
	padding: 2px;
}

#LogoHolder {
	width: 100%;
	background: url(../images/PAGEHOLDER-MOCKUP_03.jpg) repeat-x;
	text-align:center;
	margin-top: 10px;
}

#MenuBar {
	width: 100%;
	background-color: #FC0;
	height: 20px;
	margin-top: 4px;
	text-align: center;
	color: #666;
	line-height: 20px;
}

#MenuBar a, #MenuBar a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#MenuBar a:hover {
	color: #666;
}

#BodyContainer {
	width: 100%;
	margin-top: 4px;
}

#BodyText {
	width: 550px;
	min-height: 400px;
	background-color: #CCCCCC;
	color: #000000;
	margin: 0 auto;
	padding: 5px;
}

#Footer {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-top: 4px;
	background-color:#FC0;
	color: #666;
	text-align: center;
}
a, a:link, a:visited {
	color: #CC6600;
	font-weight: bold;
}

a:hover {
	color: #996600;
}

img {
	border-style: none;
}