body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #030;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #0b6ed4;
	margin-top: 0;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #00b2eb;
}

ul {
	list-style-image: url(images/list_check.jpg);
}


* a { position:relative }

a:link, a:visited {
	color: #0b6ed4;
	text-decoration: none;
}

a:hover, a:active {
	color: #d2232a;
	text-decoration: none;
}

#wrapper {
	width: 830px;
	margin-left: auto;				
	margin-right: auto;
}

#header {
	width: 830px;
	height: 159px;
	float: left;
}

#content {
 	width: 830px;
	background-image: url(images/content_background.png);
	background-repeat: repeat-y;
	float: left;
	clear: both;
}

#left_column {
	width: 180px;
	float: left;
}

#logo_bottom {
	width: 180px;
	height: 60px;
}

.menu { 	
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

.menu ul {
 	
}

.menu li {
 	width: 164px;
	height: 26px;
	list-style-type: none;
	list-style-image: none;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
}

.menu li a {
 	padding: 7px 0 0 42px;
	display: block;
}

#center_column {
 	width: 436px;
	float: left;
	font-size: .9em;	
	text-align: left;
	padding: 0 24px 0 10px;
}

#right_column {
 	width: 150px;
	float: left;	
	text-align: center;
}

#right_column_content {
 	padding: 0 10px 0 20px;
 	font-size: .9em;
}

#bottom {
 	width: 830px;
 	height: 65px;
 	padding: 10px 0 0 0;
 	float: left;
	background-image: url(images/footer.png);	
	font-size: .8em;
}

#footer {
 	width: 830px;
 	padding: 0;
 	float: left;
	font-size: .8em;
}

