﻿body 
{
	margin: 0 auto;
	padding: 0;
	background-image: url(/images/bg.gif);
	text-align: center;
	font-family: Verdana, Georgia, helvetica, Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
}
#container {
	width: 768px; margin: 0 auto; padding: 0; 
	border: solid 2px #76090c;
	background-color: #ffffff;
	text-align: left;
}
#header
{
    margin: 0;
    padding: 0;
    width: 768px;
    height: 180px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
}
#menu
{
    background-color: #B6AE5B;
    width: 768px;
    height: 30px;
}
.curpage
{
    background-color: #B6AE5B;
}
#menu a:link, #menu a:visited
{
    margin-top: 3px;
    padding: 2px 10px 2px 10px;
    color: Red;
    display:inline-block;
    text-decoration:none;
    text-transform:uppercase;
    background-color: #ffffff;
    font-weight: bold;
}
#menu a:hover
{
    background-color:#B6AE5B;
}

#main
{
    text-align:justify;
    padding: 10px 20px 10px 20px;
    width: 520px;
    float:left;
}
.asense
{
    float:right;
}
h3
{
    font-family: Georgia, Verdana;
    color: #B6AE5B;
}
