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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #010101;
}

img {border: 0px;}

#container {
	width: 910px;
	margin: 0px auto;
}

#header {
	background-image: url(/images/h_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 138px;
	width: 910px;
}

#header img {
	float: left;
	padding-left: 57px;
}

#header ul {
	margin: 0px;
	float: right;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header ul li {
	display: inline;
	font-size: 11px;
	margin-left: 10px;
}

#header ul li a:link, #header ul li a:visited, #header ul li a:active {
	color: #010101;
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

#h_menu {
	background-color: #000;
	height: 45px;
	width: 910px;
}

#h_menu ul {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#h_menu ul li {
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 25px;
}

#h_menu ul li a:link, #h_menu ul li a:visited, #h_menu ul li a:active {
	color: #fcf8f5;
	text-decoration: none;
}

#h_menu ul li a:hover {
	text-decoration: underline;
}


#pic {
	float: left;
	background-image: url(/images/pic.jpg);
	height: 333px;
	width: 650px;
}

#pic img {
	padding-top: 5px;
	padding-left: 15px;
}

#pic h1 {
	font-size: 30px;
	font-weight: normal;
	color: #010101;
	line-height: 30px;
	text-transform: uppercase;
	padding-top: 80px;
	padding-left: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#v_menu {
	float: left;
	height: 333px;
	width: 260px;
	background-color: #e47c00;
}

#v_menu hr {
	background-color: #FFF;
	color: #FFF;
}

#v_menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#v_menu ul li {
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 5px;
}

#v_menu ul li a:link, #v_menu ul li a:visited, #v_menu ul li a:active {
	color: #fcf8f5;
	text-decoration: none;
}

#v_menu ul li a:hover {
	text-decoration: underline;
}

#line {
	background-color: #8f8579;
	height: 8px;
	width: 910px;
}

#content {
	background-color: #efe9e0;
	width: 910px;
}

#content h2 {
	font-size: 24px;
	font-weight: normal;
	color: #e47c00;
}

#work_area {
	float: left;
	width: 610px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#news {
	float: left;
	width: 260px;
}

#footer {
	background-color: #000;
	width: 910px;
	height: 67px;
	padding-top: 10px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 25px;
}

#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
	color: #fcf8f5;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

.floatclear {clear:both;}

link {color: #000000}

