* {
	padding:0;
	margin:0;
}

body {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    text-align: center;
    background:url(images/body_bg.jpg) no-repeat #000 center top;
}

img {
    border:0;
}

h1 {
	font-size:26px;
	color:#333;
	font-weight:normal;
	margin:0px 0 15px 0;
	padding:0;
}

h2 {
	font-size:20px;
	color:#333;
	font-weight:normal;
	margin:0px 0 15px 0;
	padding:0;
}


h3 {
	font-size:14px;
	color:#015a70;
	font-weight:bold;
	margin:0px 0 5px 0;
	padding:0;
}

p {
	margin:0 0 15px 0;
	padding:0;
	text-align:left;
	color:#333;
	line-height:16px;
}

hr {
	height:1px;
	color:#c7c7c7;
	background:#c7c7c7;
	margin:20px 0 20px 0;
}

a {
	color:#82a613;
	font-weight:bold;
	text-decoration:underline;	
}

a:hover {
	text-decoration:none;
}

.clear {
    clear: both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.wrapper {
    width:930px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.content {
	width:930px;
	background:url(images/content_main_bg.png) repeat-y;
}

.content_head {
	width:930px;
	background:url(images/content_head.jpg) no-repeat;	
}

.content_foot {
	width:930px;
	background:url(images/content_foot.jpg) no-repeat left bottom;
}

.logo {
	padding:86px 0 0 67px;
}

.inner {
	margin-left:67px;
	margin-top:30px;
}

.inner_left {
	float:left;
	width:590px;
}

.inner_right {
	float:left;
}

.inner_content_padding {
	padding:25px;
}


.right_head {
	width:225px;
	background:url(images/right_head.png) no-repeat left top #c9c9c9;
	
}

.right_foot {
	background:url(images/right_foot.png) no-repeat left bottom;
}

.right_padding {
	padding:15px 0 15px 0;
	text-align:center;
}

.inner_content {
	width:572px;
	background:url(images/inner_content_head.png) no-repeat left top #FFF;
}

.inner_content_foot {
	background:url(images/inner_content_foot.png) no-repeat left bottom;
}

.footer_spacer {
	height:50px;
}

.footer {
	text-align:right;
	padding-right:75px;
	padding-bottom:20px;
}

.footer a {
	color:#999;
	font-size:11px;
}
