	body {
	background-color:black;
	font-family:verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:white;
	}
	div {
	text-align:left;
	}
	h1{
	color:#FF9900;
	font-size:14px;
	line-height:18px;
	margin:0;	
	}
	h2{
	color:#FF9900;
	font-size:12px;
	line-height:18px;
	text-align:center;
	margin:0;	
	}
	a {
	color: #FF9900;
	text-decoration:none;
	}
	a:hover {
	text-decoration:underline;
	}
	#main {
	margin: 0 auto;
	border:1px solid #666666;
	width:751px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	background-position: right;
	}
	#inside_main {
	}
	#left_content {
	width:415px;
	float:left;
	padding:27px 58px 10px 20px;
	background: url('images/cameraman.jpg') no-repeat top right; 
	}
	#nav {
	margin-left:7px;
	width:251px;
	float:left;
	background-color:none;
	line-height:14px;
	padding-top:20px;
	}
	#footer {
	margin: 0 auto;
	font-size:10px;
	border:1px solid #666666;
	width:751px;
	height:25px;
	background: url('images/bottombar.gif') no-repeat top; 
	font-family:trebuchet ms, arial, san-serif;
	text-align:center;
	font-weight:bold;
	padding-top:20px;
	color:#333333;
	}
	#footer a{
	color:#333333;
	}
	#footer a:hover{
	color:white;
	}
	.navlink{
	background: url('images/navbar.jpg');
	color: #FF9900;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
	padding:0 0 2px 10px;
	cursor:pointer;
	}
	.navlink a:hover{
	color:white;
	}
	.righttext{
	padding-left:11px;
	}