/* CSS Document */

.container
{
	top:0px;
	width:1000px;
	margin-top:0px;
	text-align:left;
}

body
{
	background-color:#232323;
}

.headerfont
{
	font-size:24px;
	color:#990000;
	font-weight:bold;
}

.whiteb
{
	border:1px solid #FFFFFF;
}

.redb
{
	border:1px solid #990000;
}

.aboutme
{
	color:#FFFFFF;
	text-align:left;
	width:600px;
}

.header
{
	top:0px;
	width:1000px;
	height:120px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	border:#999999 1px solid;
	background-color:#666666;
}

.navbar
{
	color:#FFFFFF;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	background-color:#993333;
	font-weight:bold;
	font-size:20px;
	width:1000px;
	height:25px;
	text-align:center;
}

.content
{
	color:#FFFFFF;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	border-top:#999999 1px solid;
	background-color:#666666;
	width:1000px;
	text-align:left;
}

.prop
{
	height:500px;
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}


.padder
{
	text-align:left;
	width:990px;
}

.footer
{
	color:#FFFFFF;
	border:#999999 1px solid;
	width:1000px;
	height:25px;
	text-align:center;
	background-color:#993333;
	font-size:10px;
}

.centerdata
{
	text-align:center;
	width:100%;
}

.navlink:active
{
	background-color:#990000;
}

.navlink:visited
{
	color: #FFFF00;
	text-decoration: none;
}

.navlink:link
{
	font-weight:bold;
	color: #FFFF00;
	text-decoration: none;
}

.navlink:hover
{
	color:#FFFFFF;
	background-color:#990000;
	text-decoration: none;
}