body {background-color: #3d3d3d}



#main_holder{
	top:0px;
	width:760px; 
	height:800px;
	position:relative;
	min-height:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#b9b4b3;
	border: 1px solid black}


#title {
position: absolute; 
top: 0px; 
left: 0px; 
right: 0px; 
height: 90px; 
width: 760px; 
background-image: url( /images/bg_title.jpg); 
background-repeat: no-repeat}


#left_image {
position: absolute; 
top: 123px; 
left: 0px; 
right: 0px; 
height: 430px; 
width: 200px; 
background-image: url( /images/bg_title.jpg); 
background-repeat: no-repeat}




#nav {
position: absolute; 
top: 90px; 
left: 0px;
font-family: arial;  
height: 32px; 
width: 760px; 
background-color:black}

#nav ul{ 
padding-left:0px;
margin-top:8px;
list-style:none;}

#nav li {
padding:0px;
display:inline;
margin-right:20px;
margin-left:20px;}

	
#nav a:link {
	font-family: Arial;
	font-size: 12px;
	color: white;
	text-decoration: none}

#nav a:visited {
	font-family: Arial;
	font-size: 12px;
	color: white;
	text-decoration: none}

#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: none}




	
#main_bg{
position: absolute; 
top: 123px; 
left: 205px;  
height: 620px; 
width: 518px; 
background-color: #e4dddd;
padding: 15px;
text-align:justify;
font-family:arial;
font-size:12px}



#footer
{
position: absolute; 
top: 780px; 
left: 0px; 
width: 760px; 
height: 20px; 
background: #acacac; 
text-align: justify; 
font-family:arial; 
font-size:14px; 
text-decoration: none;

background-color:black;}


#footer2 a:link {
	font-family: Arial;
	font-size: 16px;
	color: white;
	text-decoration: underline}

#footer2 a:visited {
	font-family: Arial;
	font-size: 16px;
	color: black;
	text-decoration: underline}

#footer2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	text-decoration: underline}


table {
	border-collapse:collapse;
	border-spacing:0;
}
form,fieldset,input,textarea,h1,h4,blockquote,th,td { 
	margin:0;
	padding:0;
}