﻿body {
	background-color: #2e2e2e;
	background-image: url('images/top.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}

#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:902px;
	height:740px;
	margin: 0px auto 0px auto; /* top, right, bottom, left */
}

#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:902px;
	height:117px;
	background-image: url('images/header.jpg');
}

#home_ {
	position:absolute;
	left:0px;
	top:117px;
	width:159px;
	height:77px;
}

#who_ {
	position:absolute;
	left:159px;
	top:117px;
	width:125px;
	height:77px;
}

#what_ {
	position:absolute;
	left:284px;
	top:117px;
	width:117px;
	height:77px;
}

#mid_ {
	position:absolute;
	left:401px;
	top:117px;
	width:101px;
	height:77px;
}

#social_ {
	position:absolute;
	left:502px;
	top:117px;
	width:95px;
	height:77px;
}

#blog_ {
	position:absolute;
	left:597px;
	top:117px;
	width:114px;
	height:77px;
}

#contact_ {
	position:absolute;
	left:711px;
	top:117px;
	width:191px;
	height:77px;
}

#content_ {
	position:absolute;
	left:0px;
	top:194px;
	width:902px;
	background-image: url('images/content-s.gif');
}

#content2 {
	position:absolute;
	left:0px;
	top:194px;
	width:902px;
	
}


#contenttext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #c2c1c1;
}

A:link {color: #AF953E; text-decoration: underline}
A:visited {color: #c2c1c1; text-decoration: underline}
A:hover {text-decoration: none; color: #AF953E;}


