* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #2a2923;
	height: 100%;
}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#header {
	height: 186px;
	width: 780px;
	clear: both;
	overflow: hidden;
	position: relative;
}
#content {
	width: 780px;
	clear: both;
	float: left;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
}
#top {
	height: 72px;
	width: 100%;
	background-image: url(images/block_title2.jpg);
}
#top img {
	padding-top: 18px;
	padding-left: 25px;
}

#top_sidebar {
	height: 72px;
	width: 100%;
	background-image: url(images/block_title1.jpg);
	background-repeat: repeat;
}

#sidebar {
	width: 220px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 1.75em;
	height: 100%;
	position: relative;
}
#sidebar a {
	color: #FFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #ff9900;
}
#sidebar .active {
	color: #ff9900;
}
#sidebar .inside {
	background-image: url(images/bg1.jpg);
	padding: 25px;
	height: 1200px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	list-style-type: none;
	margin-left: 10px;
	list-style-image: url(images/list_arrow.png);
}

#nav {
	height: 102px;
	width: 780px;
	overflow: hidden;
	position: relative;
}
#nav li {
	float: left;
	list-style-type: none;
}


#main {
	float: right;
	width: 560px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #CCCCCC;
	text-align: justify;
}
#main p {
	margin-top: 0px;
	margin-bottom: 20px;
}

#main .inside {
	padding: 25px;
}
#nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main li {
	margin-left: 25px;
}
#main strong , b{
	color: #FFFFFF;
	font-weight: bold;
}
#main a {
	font-weight: normal;
	color: #ff9900;
	text-decoration: none;
}
#main .left {
	width: 250px;
}
#main .right {
	float: right;
	width: 310px;
}
#main form {
	margin: 0px;
	padding: 0px;
}
#main input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#main .input_size {
	width: 245px;
}
#main textarea {
	height: 200px;
	width: 245px;
}
#main .button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #ff9900;
	background-color: transparent;
	margin: 5px;
}
#main .block {
	display: block;
	width: 100%;
}
#main .margins {
	margin: 3px;
}
#main .mainblock {
	clear: both;
	width: 584px;
	margin-bottom: 15px;
}
#main .block {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
#footer img {
	margin-left: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 9px;
}
#footer a {
}
#footer .inside {
	padding: 15px;
}

