#sidebar {
	float: left;
	width: 150px;
	background-image: url(images/left.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
		  }
#main {
	color:#990000;
	background-color:#000000;
	width: 650px;
	float: right;
	text-align: center;
	height: 100%;
	   }

 #sidebar p {
	color: #CC3300;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	margin-top: 50px;
           }
#sidebar .p1 {
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding-top: 40px;
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
	background-position: 65px 30px;
	padding-bottom: 62px;
}

body {
	background-color: #751414;
}
#header {
	width: 800px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#container {
	width: 800px;
	margin-top: 30px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

h3 {
	margin-bottom: 0px;
}
.big {
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
	 }


a:link {
	text-decoration:none;
	color: #999999;
	   }
a:visited {
	color:#CCCCCC;
	text-decoration: none;
		  }
a:hover {
	color:#892119;
	text-decoration: none;
		 }

a:active {
	text-decoration: none;
}
#container #main p {
	text-align: center;
}
#container #footer {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 30px;
	width: 800px;
}
#container #sidebar .p0 {
	background-image: url(images/sidetop.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 30px 0px 0px;
	margin: 0px;
}
