/* CSS Document */

body{
margin:0px;
background-image:url(../images/body_bg.jpg);
background-repeat:repeat-x;
background-color:#FAF4E4;
}
.bg_bottom_nav {
	background-image: url(../layout_images/bottom.jpg);
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #321818;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #321818;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #321818;
}

.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #774F4F;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.main_text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #774F4F;
}

A:link {
	COLOR: #000000;
	text-decoration: underline;
	font-weight: bold;
}
A:visited {
	COLOR: #000000;
	text-decoration: underline;
	font-weight: bold;
}
A:hover {
	COLOR: #663333;
	text-decoration: underline;
	font-weight: bold;
}
A:active {
	COLOR: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.h1_rightside {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #774F4F;
	font-weight: bold;
}
.h2_rightside {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #774F4F;
	font-weight: bold;
}
.copyright {
	background-image: url(../layout_images/copyright.jpg);
}
