#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/main_bg.jpg) repeat-y;
	color: #721110;
	border: 2px solid #000000;
}
a {
	color: #4f4f4f;
}

/** heading information **/
#heading {
	text-align: center;
	line-height: .75em;
	padding-top: 20px;
	margin-left: 175px;
}
#heading h1{
	font-size: 1.5em;
}
#heading h2 {
	font-size: 1.2em;
}
.time {
	margin-left: -120px;
	height: 13px;
}
#logo {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

/** Main Nav bar **/
ul.nav {
	float: left;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 15px;
	text-align: center;
	width: 100px;
}
ul.nav li {
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-size: .75em;
	background-color: #725656;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #ffffff;
}
#navfix .nav {
	border-top: 1px solid #b9babf;
	border-left: 1px solid #b9babf;
	border-right: 2px solid #504f4e;
	border-bottom: 2px solid #504f4e;
}
/* IE Hack for Nav Bars */
* html ul.nav { height: 1px;}
ul.nav a {
	text-decoration: none;	
	display: block;
	color: #ffffff;
	border: 0px;
}
ul.nav a:hover {
	background-color: #4f4f4f;
	color: #6d2626;
}
ul.nav a:visited {
	color: #b79999;
}
body#index a#indexlink,
body#services a#serviceslink, 
body#products a#productslink, 
body#pictures a#pictureslink,  
body#links a#linkslink, 
body#contact a#contactlink, 
body#projects a#projectslink {
	color: #6B2525;
	background-color: #cccccc;
}
	
/** main body **/
#main {
	width: 640px;
	margin-left: 155px;
	font-weight: bold;
}
* html #main { 
		width: 630px;
		w\idth: 630px;
}
.caspian {
	float: right;
	padding: 10px;
}
.mainlist {
	line-height: 1.5em;
}
.small_text {
	margin-top: 15px;
	font-size: .75em;
	font-weight: normal;
	text-align: center;
}
#copyright {
	margin: 10px;
	text-align: center;
	background-color: #755757;
	color: #ffffff;
	font-size: .70em;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #000000;
}
#copyright a {
	color: #ffffff;
}