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

body {
	background: url(images/bg.jpg);
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color:#fff; 
	padding: 35px 0px 0px 125px; 
}

img {
	border: 0;
}

img.block {display:block;}

br.clear {
	clear: both;
}

div.clear_both {
	clear:both;
	height: 1px;
	line-height: 1px;
}

a:link {text-decoration:none; color:#0000CC;}
a:visited {text-decoration:none; color:#0000CC;}
a:active{text-decoration:none; color:#0000CC;}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#wrapper {
	width: 100%; 
	background: url(images/top_bg.jpg) repeat-x; 
	overflow: auto;
}

#content_wrapper {
	width: 980px; 
	margin: 0px auto;
}

#title {
	height: 110px; 
	background: url(images/header.jpg) no-repeat;
}

#content_bg {
	background: #fff url(images/content_bg.jpg) repeat-y top left;
	width: 100%;
}

#content_nav {
	float:left;
	width: 570px;
}

#content_nav p {
	padding: 10px 0px 0px 125px;
	color: #666666;
}

#content_nav a {
	color: #666666;
	margin: 0px 12px;
}

#content_nav a:hover {
	color: #000;
}

#content_text {
	padding: 30px 0px 0px 135px;
	line-height: 20px;
	color: #333;
}

#content_right_wrap {
	float: right; 
	width: 372px;
}

#content_right {
	margin-right: 110px;
}

#button1 {
	background:url(images/button1.jpg) no-repeat;
	width: 262px;
	height: 48px;
}

#button1:hover {	
background-position: -262px 0px;
}

a#button1 {
	text-decoration: none;
	cursor: pointer;
}

#button2_wrapper {
	padding: 10px 0px 0px 185px;
}

#button2 {
	background:url(images/button2.jpg) no-repeat;
	width: 371px;
	height: 65px;
}

#button2:hover {	
background-position: -371px 0px;
}

a#button2 {
	text-decoration: none;
	cursor: pointer;
}

.content_right_box {
	height: 174px; 
	background: url(images/content_box.jpg) no-repeat;
}

.content_right_box h2 {
	color: #009966;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 30px 0px 0px 50px;
}

.content_right_box p {
	padding: 8px 0px 0px 50px;
	line-height: 18px;
}

#footer {
	background:url(images/footer.jpg) no-repeat; 
	height: 170px;
}
