\* {

}

body {
	font-family: Arial, Helvetica, sans-seri;
	background-color: #000000;
	background-image:url(../Images/Basic/background.png);
	color:#FFFFFF;
	
}

#container {
	width:800px;
	margin: 0 auto;
	background-color:#000000;
	min-height:800px;
	
}

#header {
	width:800px;
	height:100px;

}

#navtop {
	height:25px;


}

#table {
	height:650px;


}


a:link {
	color: #00CCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.bodylink {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}



ul#navigation {
	text-align:right;
	text-decoration:none;
	color:#CC00CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

ul#navigation li {

	display:inline;
	margin: 0 10px;
}


td#leftnav {
	width:150px;
	background-image:url(../Images/Basic/midground2.png);
	

}

#leftlist {
	margin-top: 25px;

}

#leftlist a {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;


}

#leftlist a:hover {
	text-decoration: underline;
	color: #CCCCCC;

}


td#body {
	width:650px;
	background-image:url(../Images/Basic/midground.png);
	background-repeat:repeat-x repeat-y;

}


#bodytext {
	width:550px;
	margin-left:50px;

}

#photogrid {
	padding-right:25px;

}