body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF;
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	border-bottom: medium;
}

#container {
	width: 800px;
	height: 450px;
	border:solid;
	background: #696768;
	border: 1px solid #000000;
	margin:auto;
}

p{
	color: #CCCC33;
}

p white{
color:#FFFFFF;
}


/* Container for the entire page */

/* Top Content: logo and new site coming soon */

#topcontent {
	height:256px;
	border-bottom: 1px dotted #CCCCCC;
}

#logo {
	background-image:url(logo.gif);
	background-repeat:repeat-y;
	height:256px;
	width:260px;
	border: 1px dotted #CCCCCC;
	border-left:none;
	border-top:none;
	float:left;
}

#toprightbox{
	float: right;
	width: 539px;
	height:166px;
	text-align:center;
	margin-top:90px;
}

#toprightbox p{
	font-size: 24px;
	font-weight:bold;
}

/*Content*/

#content{
	border-bottom: 1px dotted #CCCCCC;
	text-align:center;
	height: auto;
}

#content p{
	font-size: 14px;
	font-weight:bold;
}

#content font.white{
color:#FFFFFF;
}

/* Footer */

#footer {
text-align:center;
height:30px;
margin: 5px 0;
}
