@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	margin:0px;

	}
#wrapper {
	width:100%;
	margin:0px auto;
	text-align:left;
	}
#header {
	background:url(../images/hdrbg.jpg);
	width:100%;
	height:89px;
	}

#main {
	background:url(../images/mainbg.jpg);
	width:100%;
	position:relative;
	}
	
#main p {
	padding:20px;
	padding-bottom:5px;
	padding-top:5px;
	width:300px;
	text-align:left;
	color:#333333;
	}
li {
	width:300px;
}

#footer {
	background:url(../images/bgftr.jpg);
	width:100%;
	height:89px;
	position:relative;
	top:-30px;
	}
#sidebar {
	width:292px;
	background:url(../images/bgsdbr.jpg);
	text-align:right;
	vertical-align:top;
	}
img {
	border:none;
	}

a 	{
	text-decoration:none;
	color:#8d191c;
	}

h1	{
	padding:20px;
	padding-bottom:0px;
	width:300px;
	text-align:left;
	color:#8d191c;
	font-size: 24px;
	}
	
h1 span{
	color:#313030;
	}
h2 span{
	color:#313030;
	}
h2 {
	padding:20px;
	padding-bottom:0px;
	color:#8d191c;
	font-size:18px;
	}