body {
	background: #CACACA url(../images/grey005.gif) repeat;
	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", Sans-serif
}
#container {
	margin: 0 auto;
    width: 750px;
}

#banner_pic {
    background: #000000;
	width: 748px;
    text-align: center;
    margin-bottom: -4px;
	border-top:   #8C8484 2px solid;
	border-left:  #B0ACAC 2px solid;
  	border-right: #484444 2px solid;
}

#main_content {
	margin: 0 auto;
	width: 748px;
	background: #E4E4CD;
	/*background-repeat: repeat-y;*/
	border-left:  #B0ACAC 2px solid;
  	border-right: #484444 2px solid;
}
#main_content_top {
	height: 30px;
	width: 748px;
	background: #E4E4CD;
	border-left:   #B0ACAC 2px solid;
  	border-right:  #484444 2px solid;
}
#main_content_bottom {
	height: 30px;
	width: 748px;
	background:    #E4E4CD;
	border-left:   #B0ACAC 2px solid;
  	border-right:  #484444 2px solid;
  	border-bottom: #484444 2px solid;
}

#heading {
    background: #e4e4cd url(../images/heading.jpg) no-repeat;
	font-weight: normal;
    font-size:  18px;
    color:      #a40008;
}

.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px;
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008;
}
.menu {
	width: 130px;
	float: right;
    top: 0;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px;
}
.menu ul {
	margin: 0;
    margin-left: 0px;
	padding: 10px 0 10px 15px;
}
.menu li {
	padding-top: 2px;
	list-style-type: circle;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008;
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto;
    margin-top: 1px;
}
#footer a:link { color:#a40008; text-decoration:none; font-weight:normal; }
#footer a:visited { color:#a40008; text-decoration:none; font-weight:normal; }
#footer a:hover { color:#000000; text-decoration:none; font-weight:normal; }
#footer a:active { color:#000000; text-decoration:none; font-weight:normal; }

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none;
}

.menu_link {
}
.menu_link a:link { color:#000000; text-decoration:none; font-weight:normal; }
.menu_link a:visited { color:#000000; text-decoration:none; font-weight:normal; }
.menu_link a:hover { color:#a40008; text-decoration:none; font-weight:normal; }
.menu_link a:active { color:#a40008; text-decoration:none; font-weight:normal; }

.red_link {
}
.red_link a:link { color:#5E0000; text-decoration:none; font-weight:normal; }
.red_link a:visited { color:#5E0000; text-decoration:none; font-weight:normal; }
.red_link a:hover { color:#a40008; text-decoration:none; font-weight:normal; }
.red_link a:active { color:#a40008; text-decoration:none; font-weight:normal; }


.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
    font-size: 16px;
	font-family: "Trebuchet MS", Verdana, serif;
    color: #808080;
}

img {
        border: 0px none;
}
