/* All CSS by Rollabunna */

body {
	background: #fff url(body_bg.jpg) repeat-x !important;
	background: #fff;
	color: #000033;
	font: 12px tahoma,georgia,sans-serif;
	margin: 0; 
	padding: 0;
}

a {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0px;
}

a:visited {
	color: #000099;
}

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

p {
	margin: 0;
	padding: 0;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 28px;
	text-align: left;
}

h2 {
	font-size: 14px;
	color: #000077;
	padding: 5px 0 5px 34px;
}

h3 {
	font-size: 10px;
	padding: 0;
}

#container {
	left: 50%;
	margin: 0 0 0 -220px;
	padding: 30px 0 30px 0;
	position: absolute;
	width: 440px;
}

#header, #header2, #content, #footer {
	padding: 0;
}

#header {
	background: url(header_bg.png) no-repeat !important;
	background: url(header_bg_ie.png) no-repeat;
	height: 243px;
	width: 440px;
}

ul li {
	list-style: square;
}

ul.header_nav {
	margin: 0;
	padding: 119px 0 0 242px;
}

ul.header_nav li {
	margin: 0 0 16px 0;
	list-style: none;
}

ul.header_nav li a {
	display: block;
	font-size: 14px;
	height: 24px;
	text-align: center;
	width: 177px;
}

ul.header_nav li a:hover {
	text-decoration: none;
}

#header2, #footer {
	/*overflow: hidden;*/
}

#header2, #content, #footer{
	margin: 0 0 0 32px;
	width: 408px;
}

#header2, #content_tile, #footer{
	padding: 0 24px 0 24px;
	width: 360px !important;
	width: 408px;
}

#header2 {
	background: url(header2_bg.png) no-repeat;
	height: 34px !important;
	height: 73px;
	padding-bottom: 15px;
	padding-top: 24px;	
}

#header2 p, #footer p {
	text-align: center;
	/*font-weight: bold;*/
}

#content {}

#content_top {
	background: url(content_top_bg.png) no-repeat;
	height: 23px;
}

#content_tile {
	background: url(content_tile_bg.png) repeat-y;
}

#content_tile p {
	padding: 0 8px 0 8px;
}

#content_bottom {
	background: url(content_bottom_bg.png) no-repeat;
	height: 35px;
}

#footer {
	background: url(footer_bg.png) no-repeat;
	height: 44px !important;
	height: 79px;
	padding-bottom: 15px;
	padding-top: 20px;
}

