@charset "utf-8";
/* CSS Document */

body {
	top: 0px;
	background: url(images/background_drafting.jpg) no-repeat;
	background-color: #ACAC8A;
}

.red_background {
	color: #7B191A;
}

.left_column_title {
	background-image: url(images/column_left_title.jpg);
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.right_column_title {
	background-image: url(images/column_right_title.jpg);
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	vertical-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
}
.left_column_body {
	background-image: url(images/column_left_body.jpg);
	vertical-align: top;
	padding: 20px;
}
.right_column_body {
	background-image: url(images/column_right_body.jpg);
	vertical-align: top;
	padding: 15px;
	padding-right: 20px;
}
.left_column_title h1, .right_column_title h1 {
	font-variant: small-caps;
	color: #FFF;
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h1 {
	font-size: 1.3em;
	color: #570F10;
	border-bottom-width: 3px;
	border-bottom-color: #570F10;
	border-bottom-style: solid;
}
a {
	color: #5D1113;
}


ul a {
	text-decoration: none;
}

ul li {list-style-type: circle}

.content_img_right {
	float: right;
	border: 1px solid #570F10;
	margin-left: 10px;
}

.content_img_center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #570F10;
}

#footer {
	background: url("images/red_bar.jpg") repeat;
    padding: 7px;
	text-align: center;
	color:#FFC;
}

#footer a{
	color:#FFC;
}
