/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;
	color:#262304;
	background-image:url(images/border_01.gif);
	background-repeat:repeat-x;
	background-color:#002130;
}

a {
	text-decoration:none;
	color:#262304;
}

a:hover {
	text-decoration:underline;
}

.title {
	font-size:36px;
	color:#262304;	
}

.content {
	text-align:justify;
	line-height:20px;
}

.subtitle {
	font-size:20px;
	color:#262304;
}

.body_background {
	background-image:url(images/body_11.gif);
	background-repeat:repeat-x;
}

.body_background2 {
	background-image:url(images/body_12.gif);	
	height:650px;
}

.footer_background {
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:20px;
}

.left_border {
	background-repeat:repeat-y;
	background-image:url(images/left_border.gif);
	width:21px;
}

.right_border {
	background-repeat:repeat-y;
	background-image:url(images/right_border.gif);
	width:25px;
}

.footer_border {
	background-image:url(images/bottom_border.gif);
	background-repeat:repeat-x;
	height:27px;
	width:100%;
}

.hor_line {
	background-image:url(images/content_line_separator_13.gif);
	background-repeat:repeat-x;
	height:10px;
}

#menu {
	color:#ACAC8A;
	margin-bottom:15px;
}

#menu a {
	text-decoration:none;
	font-size:18px;
	color:#ACAC8A;
}

#menu a:hover {
	color:#E8E6B6;
}

#footer_menu {
	font-family:Arial, Helvetica, sans-serif;
	color:#ACAC8A;
}

#footer_menu a {
	text-decoration:none;
	color:#ACAC8A;
}

#footer_menu a:hover {
	text-decoration:none;
	color:#57573D;
}

.textbut {
	background-color:#F3F1E4;
	border:1px solid #6F6D56;
}


