*
{
	margin: 0;
	padding: 0;
}

body {
	margin: 0px auto;
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background:#2F1D05 url(../images/back.gif) repeat-x;
}

p {
	font-size:1.4em;
	margin:15px 0;
	line-height:1.8em;
}

#wrapper {
	width:960px;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
}

#container {
	width: 960px;
	margin:0px;
	text-align: left;
	overflow:hidden;
	background:#2F1D05;
}
	
h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:2.0em;
	font-weight:normal;
	color:#fb7d00;
	padding-bottom:5px;
}

h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#00417B;
	padding-bottom:5px;
}

h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	text-transform:uppercase;
	color:#000000;
	padding-bottom:5px;
}

#header {
	margin: 0;
	height:130px;
	width:960px;
	background:url(../images/header.jpg) no-repeat;
	border-bottom:1px solid #cccccc;
}

#nav {
	color: #8DC3E9;
	border-bottom: 1px solid #45392a;
	font: 1.8em Arial, Helvetica, sans-serif;
	text-align:center;
}

#nav ul {
	list-style-type: none;
	padding: 10px 20px;
}
#nav li {
	display: inline;
	padding: 0px 20px;
	text-align:center;
}
#nav a {
	color: #8dc3e9;
	text-decoration: none;
}
#nav a:visited {color: #8dc3e9;}
#nav a:hover {color: #eee;}

#header h1 {
	margin:-9000px;
}

#content {
	float:left;
	width:535px;
	padding:0;
	margin:0;
	color:#ffffff;
}

#right {
	background-image:url(../images/right.png);
	float:right;
	width:395px;
	height:355px;
	padding:10px 15px 0px 15px;
	color:#000000;
	overflow:auto;
}

#right ul {
	list-style-type:square;
	display:block;
	height:auto;
	overflow:hidden;
	margin:8px 5px 0px ;
	width:390px;
	color:#ffffff;
}

#right ul li {
	display:inline;
	margin: 0px auto;
	height: auto;
	width: 300px;
	padding: 5px 20px;
	overflow: hidden;
	color:#000000;
	float: left;
	color:#ffffff;
	font-size:1.3em;
}

#portfolio{
	width: 960px;
	margin: 30px 0 0 0px;
	text-align: left;
	overflow:hidden;
	background:#2F1D05;
}
#footer {
	margin:0px auto;
	clear:both;
	width:960px;
	
}

#footer p{
	font-size:1.0em;
	text-align:center;
	color:#ffffff;
}

