/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: Red;}

a:hover {color: Orange;}

body {
	background: Black;
	color: #333;
	font: normal xx-small sans-serif;
	margin: 3% 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(li.gif);  margin: 5px; }

h1 {font-size: 1.4em;}

blockquote {
	background: #D8E0E8;
	border-top: 1px solid White;
	color: #A52A2A;
	display: block;
	font-size: 1.2em;
	padding: 6px 12px;
	border-left-color: #778899;  border-left-width: 5px;  border-left-style: solid;
	font-weight: bold;
}

blockquote p {padding: 3px 0;  background: #D8E0E8;   }
h1,h2,h3 {color: #C80000; 	
margin-bottom: .5em;
margin-top:.5em;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 8px 24px;  }
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #222;
}

/* header */
.header {
	float: left;
	width: 640px;
	background: url(header7.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 30px;
	text-align: center;
}

/* structure */
.top {
	background: #222;
	color: White;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 470px;
}
.main_right {
	float: right;
	width: 200px;
	color: White;
}

/* sub-navigation */
.subnav h1 {
	background: Black;
	color: White;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #333333;
	list-style: none;
}
.subnav li a {
	background: #A9A9A9;	
	color: Black;
	display: block;
	padding: 5px 0 5px 12px;
	width: 148px;
	text-decoration: none;
	font-size: 100%;
}
.subnav li a:hover {
	background: #C80000;
	color: White;
}

/* footer */ 
.footer {
	background: url(bgfooter.gif) repeat-x; 
	color: #C80000;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: Orange;}