body {
	background: #000 url('new/images/bg.jpg') repeat-y center;
	margin-top: 0px
}

#page {
	background: #231F20;
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 700px;
	height: 100px;
	float: left;
	margin-top: 0px;
	}

#divider {
	background: url('new/images/div.jpg') repeat-x;
	width: 700px;
	height: 12px;
	clear: both
	}

#content {
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	
}

#right {
	width: 150px;
	float: left;
	border-right: solid 1px #fff;
	margin-right: 10px;
	margin-left: 5px;
	padding: 5px;
}


#main {
	width: 510px;
	float: left;
}

#footer {
	width: 600px;
	margin: 0 auto;
	clear: both;
	margin-top: 50px;
}

p, ul {
	font: normal 12pt, garamond, serif;
	color: #fff;
}

input, textarea{
	font: normal 10pt, garamond, serif;
	color: #666;
	border: 1px solid #ccc;
}


#footer p{
	font: normal 8pt, garmond, serif;
	color: #fff;
}

ul {
	font: bold 12pt, garmond, serif;
	margin-left: 5px;
}

li {
	list-style-position: outside;
}

h1 {
	font: bold 32pt, garamond, serif;
	color: #F0CF20;
	margin-top: 5px;
	margin-bottom: 5px;

}

h2 {
	font: bold 26pt, garamond, serif;
	color: #F0CF20;
	margin-top: 10px;
}


a:link {
	color: #F0CF20;
	text-decoration: none;
}

a:visited {
	color: #F0CF20;
	text-decoration: none;

}

a:hover {
	color: #EA3628;
	text-decoration: none;
}

a:active {
	color: #EA3628;
}
