body {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	background: #000000 url(images/bg1.jpg) repeat-x left top;
	height: 100%;
}

/** HEADINGS */

h1, h2, h3, h4 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #929292;
	padding-bottom: 20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #929292;
	padding-top: 10px;
	padding-bottom: 15px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #929292;
}

h4 {
	font-size: 16px;
	padding-bottom: 20px;
	font-weight: normal;
	color: #929292;
}

h1 span, h2 span, h3 span, h4 span {
	color: #f7851e;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #323232;
}

p, ul, ol, dl {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
	text-align: left;
}

/** LINKS */

a {
	color: #f7851e;
	text-decoration: none;
}

a:hover {
	color: #f06000;
	text-decoration: underline;
}


/** TOP */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	height: 25px;
}
#top p {
	font-size: 10px;
	font-weight: bold;
	color: #f7851e;
	padding: 5px 0px 2px 0px;
	float: right;
}

#top a {
	color: #f7851e;
	font-weight: normal;
	text-decoration: underline;
	background: #313131;
}

#top a:hover {
	color: #ffb244;
}

/** LOGO */

#logo {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	height: 85px;
	background: #ffffff url(images/bg2.jpg) repeat-x left top;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 70px;
	float: left;
	text-indent: -99999px;
}

#logo h2 {
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 70px;
	float: right;
}

#logo img {
	margin: 30px 15px 0px 5px;
}

/** HEADER */

#header {
	margin: 0px auto;
	width: 750px;
	height: 190px;
	padding: 0px;
}

#mainimage {
	float: right;
	width: 526px;
	height: 190px;
}

/** MENU */

#menu {
	width: 224px;
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
	width: 130px;
	height: 38px;
}

#menu a {
	display: block;
	width: 201px;
	height: 26px;
	padding: 12px 0px 0px 23px;
	background: url(images/buttonpas.jpg) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #f7851e;
}

#menu a:hover {
	background: url(images/buttonhov.jpg) no-repeat left top;
	color: #ffb244;
}

#menu a.active {
	background: url(images/buttonact.jpg) no-repeat left top;
	font-weight: bold;
	color: #ffffff;
}

/** PAGE */

#page {
	margin: 0px auto;
	width: 750px;
	background: #ffffff;
}

/** CONTENT */

#content {
	float: left;
	width: 457px;
	margin: 0px;
	padding: 40px 28px 20px 25px;
}

#content_full {
	float: left;
	width: 680px;
	margin: 0px;
	padding: 40px 28px 20px 25px;
}

#content-wide {
	padding: 40px 30px 20px 25px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 190px;
	margin: 0px;
	padding: 50px 24px 20px 20px;
}

#sidebar2 {
	float: right;
	width: 190px;
	background: url(images/bg_sidebar2.jpg) repeat-x left top;
	margin: 0px;
	padding: 35px 24px 20px 20px;
}

#sidebar h2 {
}

#sidebar h2 span {
}

/** FOOTER */

#footer {
	margin: 0px auto;
	width: 750px;
	height: 64px;
	background: #000000;
}

#footer p {
	font-size: 11px;
	color: #8e8e8e;
	margin: 0px;
	padding: 15px 25px 0px 25px;
	line-height: normal;
	text-align: center;
}

#footer a {
	font-size: 10px;
	color: #8e8e8e;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover {
	color: #f7851e;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

p.box2 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #626262;
}

/** BOX3 */

#box3 {
	padding-bottom: 15px;
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}

/** LISTS */

.list1 ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 20px;
}

.list1 li {
	margin: 0px;
	padding-bottom: 1em;
	list-style: none;
}

.list1 li.alt {
}

.list1 a {
	padding-left: 27px;
	text-decoration: underline;
	background: url(images/arrow.jpg) no-repeat left center;
	color: #7f7d7c;
}

.list1 a:hover {
	color: #f7851e;
}

.list2 ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}


.link1 {
	padding-left: 27px;
	text-decoration: underline;
	background: url(images/arrow.jpg) no-repeat left center;
	color: #7f7d7c;
}

.list2 ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 14px;
}

.list2 li {
	color: #666666;
	margin: 0px;
	list-style: none;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 13px;
	background: url(images/line.jpg) repeat-x left top;
}
