@charset "UTF-8";
/* CSS Document */

/* TAG STYLES */

body {
	background: #33332c url(../images_template/bodyback.jpg) repeat-x;
	font: 12px/20px Tahoma, Arial, Helvetica, sans-serif;
	color: #c6c6aa;
	margin: 0;
	padding: 0;
}

a {
	color: #cfe68a;
	text-decoration: none;
}

h1 {
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	font-size: 1.15em;
	margin: 0 0 10px;
	padding: 0;
}

h2 {
	color: #cfe68a;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0 0 15px;
}

/* TEMPLATE ID TAGS */

#container {
	width: 760px;
	padding: 0;
	background: url(../images_template/containerback.jpg) repeat-y;
	margin: 0 auto;
	overflow: hidden;
}

#masthead {
	width: 760px;
	height: 75px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images_template/masthead.jpg) no-repeat;
}

#topnav {
	width: 740px;
	float: left;
	background: url(../images_template/topnavback.jpg) no-repeat 0;
	height: 40px;
	margin: 0;
	padding-left: 20px;
	padding-top: 30px;
}

#content_bio {
	width: 720px;
	float: left;
	border: 1px solid #404036;
	background: #21221d url(../images_template/bg_bio.jpg) no-repeat center bottom;
	margin-right: 19px;
	margin-top: 0;
	margin-left: 19px;
}

#content_client {
	width: 720px;
	margin-right: 19px;
	margin-left: 19px;
	float: left;
	border: 1px solid #404036;
	background: #2e312b url(../images_template/bg_clients.jpg) no-repeat center bottom;
	margin-top: 0;
}

#slidecontent {
	width: 720px;
	margin-right: 19px;
	margin-left: 19px;
	float: left;
	border: 1px solid #404036;
	background: #0e0f0a no-repeat center bottom;
	margin-top: 0;
	height: 505px;
}

#leftcopy {
	float: left;
	width: 450px;
	margin: 20px 0 20px 40px;
	padding: 0;
}

#leftcopywide {
	float: left;
	width: 640px;
	margin: 20px 40px;
	padding: 0;
}

#footer {
	font-size: .75em;
	width: 735px;
	height: 50px;
	margin: 0;
	padding: 10px 0 0 25px;
	float: left;
	clear: both;
	background: url(../images_template/footerback.jpg) no-repeat;
	line-height: 1.25em;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .93em;
}

ul li {
	float: left;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


