body 
{
	background-image: 	url("images/site/lights.jpg");
	background-position:	top right;
	margin-left: 		0px;
	margin-top: 		10px;
	margin-right: 		0px;
	margin-bottom: 		10px;
}

img
{
	border-style: none;
}

#wrap
{
	position:		relative;
	left:			50%;
	margin-left:		-400px;
	width:			800px;
}

#wrap-internal
{
	width:			575x;
	float:			left;
	border-top:		2px solid #ff0000;
}

#wrap-internal:hover
{
	width:			575x;
	float:			left;
	border-top:		2px solid #ff0000;
	color: 			#ffffff;
	background-color: 	#ff7272;
}

#header
{
	text-align:		center;
	background:		#ffffff;
	border:			2px solid #ff0000;
}

#sidebar
{
	background:		#ffffff;
	float:			left;
	width:			180;
	border:			2px solid #ff0000;
}

#main
{
	background:		#ffffff;
	float:			right;
	width:			580;
	border:			2px solid #ff0000;
	padding:		5px;
}

#footer
{
	text-align:		center;
	background:		#ffffff;
	clear:			both;
	border:			2px solid #ff0000;
}

#spacer
{
	height:			20px;
	clear:			both;
}

span.header-black
{
	font-family: 		Arial;
	font-size: 		30px;
	font-weight: 		bold;
	color: 			#000000;
}

span.subheader-black
{
	font-family: 		Arial;
	font-size: 		20px;
	font-weight: 		bold;
	color: 			#000000;
}

img.floatLeft 
{
	float:			right;
	margin:			5px; 
}

a.sidebar:link
{
	display:		block;
	width:			100%;
	height:			25px;
	color: 			#000000;
	text-decoration:	none;
	font-family: 		Arial;
	font-size: 		18px;
	font-weight:		bold;
}

a.sidebar:visited
{
	display:		block;
	width:			100%;
	height:			25px;
	color: 			#000000;
	text-decoration:	none;
	font-family: 		Arial;
	font-size: 		18px;
	font-weight:		bold;
}

a.sidebar:hover
{
	color: 			#ffffff;
	background-color: 	#ff0000;
	text-decoration:	none;
	font-family: 		Arial;
	font-size: 		18px;
	font-weight:		bold;
}

a.sidebar-small:link
{
	display:		block;
	width:			100%;
	height:			25px;
	color: 			#000000;
	text-decoration:	none;
	font-family: 		Arial;
	font-size: 		14px;
	font-weight:		bold;
}

a.sidebar-small:visited
{
	display:		block;
	width:			100%;
	height:			25px;
	color: 			#000000;
	text-decoration:	none;
	font-family: 		Arial;
	font-size: 		14px;
	font-weight:		bold;
}

a.sidebar-small:hover
{
	color: 			#ffffff;
	background-color: 	#ff0000;
	text-decoration:	none;
	font-family: 		Arial;
	font-size: 		14px;
	font-weight:		bold;
}

#container
{
	margin:			5px;
}

#container-border-floatright
{
	margin:			5px;
	border:			2px solid #ff0000;
	float:			right;
}

a.photo:link
{
	color: #ff0000;
	text-decoration:none;
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
}

a.photo:visited
{
	color: #ffffff;
	text-decoration:none;
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
}


