body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #000000;
	background-image:  url(images/bg.gif);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:repeat;
}

.nav {
    width: 900px; 
	height: 100px; 
	background-color: transparent;
	background-image:url(images/navback.gif);
	background-position:top center;
	background-attachment:scroll;
	background-repeat:no-repeat;
	position: absolute;  
	top: 0px; 
	left: 0px;
	border-width:0px;
}
.links {
    width: 600px; 
	height: 20px; 
	position: absolute;  
	top: 40px; 
	left: 250px;
	border-width:0px;
	font-size: 14px;
	font-weight:bold;
}
.main {
    width: 900px; 
	height: 100%; 
	background-color: transparent;
	position: absolute; 
	margin-left: -450px; 
	top: 0px; 
	left: 50%;
	border-width:0px;
}
.photo {
    width: 900px; 
	height: 325px; 
	background-color: #000000;
	position: absolute; 
	left: 0px; 
	top: 100px; 
	border-width:0px;
}
.left {
    width: 350px; 
	height: 400px; 
	background-color: transparent;
	position: absolute; 
	left: 15px; 
	top: 425px; 
	border-width:0px;
	font-size: 12px;
}
.right {
    width: 505px; 
	height: 400px; 
	background-color: transparent;
	position: absolute; 
	left: 380px; 
	top: 425px; 
	border-width:0px;
	font-size: 12px;
}
.middle {
    width: 870px; 
	height: 100%; 
	background-color: transparent;
	position: absolute; 
	left: 15px; 
	top: 425px; 
	border-width:0px;
	font-size: 12px;
}
.pic img {
   padding:4px;
   border:1px solid #545454;
}
a:link    { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; } 
a:hover   { color: #cccccc; text-decoration: none; } 
a:active  { color: #ffffff; text-decoration: none; } 


