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

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

a:link, a:visited, a:active {
	text-decoration: underline;
         color: #B1C120;
}

a:hover {
	text-decoration: none;
}

img {border: 0px;}


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

#h_menu {
	height: 54px;
	width: 904px;
	text-align: center;
	padding-top: 20px;
}

#h_menu ul {
	display: block;
	height: 28px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #808080;
	border-bottom-color: #808080;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#h_menu ul li {
	display: inline;
	color: #808080;
	padding-right: 30px;
}

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

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

#pic {
	height: 324px;
	width: 862px;
	background-image: url(../../../images/pic.jpg);
	padding-top: 104px;
	padding-left: 42px;
}

#content {
	width: 904px;
	padding-bottom: 20px;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #b2c21f;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidebar {
	float: left;
	width: 268px;
}

#sidebar hr {
	width: 248px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: 808080;
	float: left;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul li {
	color: #808080;
	padding-right: 30px;
}

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

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


#work_area {
	float: left;
	width: 636px;
}

#welcome {
	width: 617px;
	background-color: #fff;
}

p {
 padding: 20px;
}

.block {
	float: left;
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 25px;
	width: 258px;
	padding-bottom: 30px;
}

.block span {
	font-size: 12px;
	color: #000;
}

#footer {
	height: 50px;
	width: 904px;
	background-color: #b2c21f;
	text-align: center;
	padding-top: 20px;
}

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

#footer ul li {
	display: inline;
	font-size: 12px;
	color: #000;
	padding-right: 10px;
}

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

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



.floatclear {clear: both;}

