body
{
	background: url("images/background.jpg");
}
#allContent
{
	width: 900px;
	min-height: 700px;
	background-color: black;
	border: 3px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#header
{
	height: 175px;
	width: 900px;
	background: url("images/cjalbee_banner2.jpg");
}

#sidebar
{
	background-color: black;
	background: url("images/sidebar_background.jpg");
	background-repeat: repeat-y;
	width: 150px;
	min-height: 498px;
	float: left;
	border-top: 2px solid grey;
	text-decoration: none;
	font-weight: bolder;
	font-size: 20px;
	font-family: Lucida Sans Unicode;
}

#sidebar a {text-decoration: none;}

.navlink
{
	font-size: 14px;
	color: white;
	width: 140px;
	height: 20px;
	border-bottom: 1px dotted grey;
	padding: 5px;
}

.navlink:hover
{
	background-color: black;
	background: url("images/sidebar_background_reverse.jpg");
	background-position: right;
	text-align: right;
}


#insideContent
{
	float: left;
	min-height: 500px;
	width: 749px;
	background-color: white;
	text-align: center;
}

#insideContent img
{
	text-align: center;
	margin-top: 50px;
}

#footer
{
	clear: both;
	width: 890px;
	height: 15px;
	padding: 5px;
	border-top: 2px solid grey;
	background-color: black;
	color: #6203A6;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}