*{
	margin: 0;
	padding: 0;
}

a {
	color: #FFFFFF;
	font: normal 80% "Copperplate Gothic Light",Copperplate Gothic Light;
	text-decoration: none;
}

a:hover {
	color: #990000;
	;
}

body {
	background: #220000;
	background-image: url(bg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	color: #FF0000;
	font: normal 75% "Copperplate Gothic Light",Copperplate Gothic Light;
	margin: 3% 0;	

}
img
{
	border-style: none;
}
p,ul {
	padding-bottom: 1em;
}

ul {
	margin-left: 1.2em;
}

li {
	list-style: none;
	text-decoration: none;
}

.main li {
	list-style-image: url(li.jpg);
}

h1 {
	font-size: 1.2em;
}

blockquote {
	background: #575757;
	border-left: 3px solid #FFFFFF;
	color: #CD5555;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}


blockquote p {
	padding: 3px 0;
}

h1,h2,h3 {
	color: #CD5555;
}



.clear {
	clear: both;
}

.main_right .padded {
	background: #575757;
	padding: 16px 6px 6px 6px;
	border: 2px solid #FFFFFF;
	margin-top: 160px;
	text-decoration: none;
}

.main .padded {
	padding: 18px 24px;
	}

.main .padded h1{
	border: 1px solid #FFFFFF;
	padding-left: 10px;
}

.date {
	font-size: 0.8em; 
	color: #D7FDB0;
	padding-top: 10px ;
}

.left {
	float: left;
}

.right {
	float: right;
}


.container {
	font-size: 1.2em;
	background: 500000;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #330000;
}


.header {
	float: left;
	width: 750px;
	background: url(head.jpg) no-repeat;
	font: normal 5em "Thor",sans-serif;
	line-height: 90px;
	text-align: right;
}
.link_top{
	float: top;
	font: normal 1em Verdana, sans-serif;
	color: black;
	text-align: center;
}

.link_top ul {
	margin: 0; 
	padding: 0;
}

.link_top li {
	list-style-image: none;
}

.link_top li a{
	background:#990033;
	color: black;
	display: block;
	width: 90px;
	text-decoration: none;
}

.link_top li a:hover{
	background: #FFFFFF;
	color: black;
}


.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.menu_right {
	background: #300000;
	float: left;
	width: 100px;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}

.main {
	float: left;
	width: *;
}

.main_right {
	float: right;
	width: 200px;
	color: #CCC;
	border: 10px solid #FFFFFF;
}


.menu_right h1 {
	background: #222;
	color: #CD5555;
	font: bold 1em Verdana,sans-serif;
	padding-left: 6px;
	text-align: center;
	border: 3px solid #FF0000;
}
.menu_right ul {
	margin: 0;
}
.menu_right li {
	list-style-image: none;
	margin: 0;
	border: 0;
}
.menu_right li a {
	background: #300000;	
	color: #FFFFFF;
	display: block;
	font: .8em Verdana;
	text-decoration: none;
}
.menu_right li a:hover {
	background: #FFFFFF;	
	color: #300000;
	display: block;
	font: .8em Verdana;
	text-decoration: none;
}

.footpg {
	background: url(footer.jpg) repeat-x;
	color: black;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}

.footpg .left{
	padding-top: 0px;
	}

.footpg a {
	color: #FFFFFF;
}

.footpg a:hover {
	color: #993333;
}