body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #C9C1B8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
}

a {
	color: #820024;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: underline;
}

h2 {
	font-size: 12px; 
	font-weight: bold; 
	color: #820024; 
	font-family: Arial, Helvetica, sans-serif;
}


img {
	border: 0px;
}
#wrap {
	width: 760px;
	margin: 0 auto;
	background:#F7F7F7;
	height:100%;
}

#left_menu {
	width: 175px;
	float: left;
	text-align: right;
	padding: 40px 0px 10px 0px;
	color: #663300;
}

#content {
	width: 530px;
	min-height: 300px;
	float: right;
	padding: 0px 30px 10px 20px;
	background: url(/images/dot_vert.gif) repeat-y 0 0;
}


#footer {
	width: 760px;
	background: #F7F7F7 url(/images/dot_horiz.gif) repeat-x 0 0;
}

#footer_line1 {
	width: 760px;
	padding: 15px 0px 0px 0px;
	height: 55px;
	background: url(/images/torn_paper.gif) repeat-x 0 100%;
}

#copyright {
	width: 760px;
	margin: 0 auto;
	font-size: 9px;
	color: #999999;
	text-align: right;
}


.article {
	clear: both;
	width: 100%;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	background: url(/images/dot_horiz.gif) no-repeat left bottom;
}
.article_image {
	margin: 0px 20px 10px 0px;
	float: left;
}
.article_title {
	font-size: 14px;
	font-weight: bold;
	color: #820024;
	margin: 0px 0px 15px 0px;
}
.article_date {
	font-weight: bold;
}
.article_text {

}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
li {
	padding: 0px 0px 0px 10px; 
	margin: 15px 0px 0px 0px;
 	background: url(../images/bullet_square.gif) no-repeat 0px 6px;
}

