
div#body {
	margin-bottom: 0px;
	text-align:center;
	background-color: #333; /* cosmetic */
}
div#container {
	margin-top: 114px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:760px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
div#wrapper {
	background-color: #666; /* cosmetic */
	height: 0px; /* set to taste */
	margin-left:auto; /* required */
	margin-right:auto;
	overflow: visible;
	display: block;
	width: 780px;
	top: 10%;
}

.content {
	padding-left: 20px;
	padding-right:20px;
	height: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: 30%;
	margin-bottom: auto;
	margin-left: 30%;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-y;
}
.topnav	{
	padding-left:20px;
	padding-right:20px;
	width: 760px;
	background-image: url(images/newpage_r3_c1.jpg);
	background-repeat: repeat-y;
}
.mainmenu {
	text-align:center;
    width: 720px;
    height: 30px;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    margin: 0 auto 0 auto;
}

.mainmenu ul {
    cursor: default;
    list-style-type: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

.mainmenu li {
    cursor: default;
    list-style-type: none;
    display: inline;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

.mainmenu li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.0em;
    padding: 5px;
}
.mainmenu li a {
    /* MAIN MENU LINK color */
    color:#ae4242;
}

.mainmenu li a:hover {
    /* MENU MENU LINK HOVER color */
    color: #000;
}

div#footer {
	background-color:#FFFFCC;
    width: 746px;
    height: 30px;
    border: 0px;
    margin: 10px auto 20px auto;
    text-align: center;
    font-size: 0.8em;
}

