body{
	margin:0px;
	background-color:#383838;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#wrapper{
	width:960px; 
	margin:0 auto;
	border:20px solid #323231;
	background-image:url(../images/bgloop.jpg);
}
#header{
	width:960px;
	height:320px;
	background-image:url(../images/title.jpg);
}
#left{
	width:200px;
	float:left;
	text-transform:capitalize;
	padding-right:10px;
}
#left h2{
	background-color:#ACBD91;
	padding:5px;
	margin:0px;
	text-align:center;
	font-weight:normal;
	border:2px solid #616952;
	text-shadow: #616952 2px 2px 5px;
}
#left ul{
	list-style:none;
	margin:0;
	padding:5px 10px 5px 10px;
}
#left li{
	padding:2px 0px;
}
#left ul li a{
	text-decoration: none;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
}
#left li:hover{
	background-color:#A9B792;
}
#center{
	width:540px;
	float:left;
	background-image:url(../images/contactloop.jpg);
	padding:20px 0px;
	margin-top:10px;
}
#right{
	width:200px;
	float:left;
	text-transform:capitalize;
	padding-left:10px;
}
#right h2{
	background-color:#ACBD91;
	padding:5px;
	margin:0px;
	text-align:center;
	font-weight:normal;
	border:2px solid #616952;
	text-shadow: #616952 2px 2px 5px;
}
#right ul{
	list-style:none;
	margin:0;
	padding:5px 10px 5px 10px;
}
#right li{
	padding:2px 0px;
}
#right ul li a{
	text-decoration: none;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
}
#right li:hover{
	background-color:#A9B792;
}
.bigpad{
	padding:0px 30px;
}
.clear{
	clear:both;
}