	/***** globals *****/

* {

	margin: 0;

	padding: 0;

}

body {

	background: #6B5C45 url(../image_main/bg.jpg) repeat-x top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #333333;

}

h1 {

	margin: 10px 0 0 0;

	width: 380px;

	background: url(../image_main/hr_bg.gif) no-repeat left bottom;

	font-family: "Arial Black", Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	font-size: 18px;

	font-weight: bold;

	color: #F1A327;

}

h2 {

	width: 300px;

	margin: 10px 0 0 0;

	padding: 0 0 0 25px;

	background: url(../image_main/project_list_bullet.png) no-repeat 10px 3px;

	font-weight: bold;

	font-size: 1em;

}

img {

	border: none;

}

#container {

	width: 731px;

	margin: 0 auto 20px auto;

	border: 10px solid #ffffff;

	background: url(../image_main/container_bg.jpg) repeat-y;

}

#container:after {

	 content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}



	/***** text nav *****/

#textNav {

	width: 750px;

	margin: 10px auto 10px auto;

}

#textNavHome, #textNavContact {

	float: right;

	width: 80px;

	height: 15px;

	padding: 0 0 0 20px;

	font-size: 12px;

}

#textNavHome a {

	background: url(../image_main/btn_home.png) no-repeat 0 50%;

}

#textNavContact a {

	background: url(../image_main/btn_email.png) no-repeat 0 50%;

}

#textNavContact a, #textNavHome a {

	padding: 0 0 0 20px;

	text-decoration: none;

	color: #C6BBA7;

}

#textNavContact a:hover, #textNavHome a:hover {

	color: #ffffff;

}

#textNav:after {

	 content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}



	/***** nav *****/

#nav {

	float: left;

	width: 175px;

	padding: 125px 0 0 0;

	background: #CFD1C6 url(../image_main/nav_bg.jpg) no-repeat;

}



/***** bottom *****/

#bottombar {

	clear: both;

	width: 731px;

	height: 64px;

	background: url(../image_main/bottom_bg.jpg) no-repeat;

}

#bottombar p {

	padding: 5px 20px 0 200px;

	font-size: 10px;

}

#bottombar p a {

	color: #333333;

}

#bottombar p a:hover {

	color: #666666;

}



/***** misc *****/

.clearAll{

	clear: both;

}