body {
   padding: 0px;
   color: #574352;
   font-family: georgia, Verdana, Tahoma, Serif;
   font-weight: normal;
   font-size: 12px;
   background-color: #beacb1;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#beacb1;
    font-weight: bold;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color:#beacb1;
    font-weight: bold;
    background-color: transparent;
}
.layout {
     background-color: #574352;
     color: #e7e3e4;
     width: 450px;
     padding: 0px;
	 border: 1px solid #574352;
	 text-align: justify;
	 margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.nav {
    background-image: url(img/navbg.jpg);
	background-repeat: no-repeat;
    background-color: #574352;
	color: #dedcdd;
	height: 27px;
	text-align: center;
	font-family: georgia, Tahoma, Verdana;
	font-size: 17px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	text-transform: lowercase;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.nav a:link, .nav a:visited, .nav a:active {
    text-decoration: none; 
    color:#dedcdd;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#beacb1;
    font-weight: bold;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #ffffff;
     font-family: georgia, Arial, Verdana, Serif;
     font-weight: normal;
     font-size: 11px;
     text-align: justify;
     padding: 0px;
     border: 0px;
	 width: 98%;
	 margin-top: 2px;
	 margin-bottom: 2px;
	 margin-right: auto;
     margin-left: auto;
}
.headers {
     background-color: transparent;
     font-weight: bold;
	 font-size: 11px;
     color: #BFACB1;
     font-family: Tahoma, Verdana, Serif;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px solid #beacb1;
}



