/* CSS Document */

body {
	font-family: times, 'Times New Roman', serif;
	font-size:15px;
	background:url(../images/bg.jpg) repeat-x #dbc692;
	margin:0;
	padding:0;color:#554735;
	}
* {
	margin:0;
	padding:0;
	}
p {
	font-size:16px;
        line-height:17px;
	margin-bottom:15px;
        color:#312920;
	}	
p span {
	font-size:16px;
        line-height:17px;
	margin-bottom:15px;
        color:#79288c;;
	}	
h1 {
	font-size:24px;
        margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#79288c;
	}	
h2 {
	font-size:18px;
        margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#79288c;
	}	

a:link {
	color:#61611b;
	}	
a img{
	border:0;
	}	
#wrap {
	width:865px;
	margin:0 auto;
	}		
#topnav {
	text-align:right;
	padding:10px;
	height:18px;
	color:#e8cdec;
	}
#topnav a {
	color:#e8cdec;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 20px;
	}		
#header {
	height:126px
	}	
#header img {
	float:left;
	}
#header ul {
	float:right;
	background:url(../images/navdiv.gif) no-repeat bottom right;
	width:420px;
	}
#header li {
	list-style:none;
	float:right;
	background:url(../images/navdiv.gif) no-repeat bottom left;

	}	
#header li a {
	display:block;
	width:105px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:76px;
	padding:50px 0 0 0;
	font-weight:bold;
	}	
#header li a:hover {
	color:#422e1f;

		}	
#content-wrap {
	height:312px;
	margin-top:10px;
	}			
#main {
	width:373px;
	padding:20px;
	float:left;
	background:url(../images/content_bg.gif) top left no-repeat;
        margin-top:15px;
	}	
#headerimg {
	float:right;
		}	
#sub {
	background:transparent;
	float:left;
	margin-top:1px;
	}
#sub h2 {
	color:#79288c;
}	
#sub .sec {
	width:248px;
	float:left;
	padding:20px;
	background:url(../images/secdiv.gif) no-repeat left bottom;
	height:250px;
	}	
.sec li {
	list-style:none;
	padding:5px 0 5px 25px;
	}	
#sub .sec2 {
	width:496px;
	float:left;
	padding:20px;
	background:url(../images/secdiv.gif) no-repeat left bottom;
	height:250px;
	}
.sec2 li {
	list-style:none;
	padding:5px 0 5px 25px;
	}	

#sub input {
	border:solid 1px #ab926b;
	margin:10px 0;
	padding:2px 0;
	}
#sub input#btn {
	background:#79288c;
	color:#fff;
	padding:5px;
	}		
#footer {
	height:15px;
	color:#fff;
	text-align:center;
	padding:10px 0;
	background:#3c3328;
	}	
.clear {
	clear:both;
	}
/* Styles for subpage */		
#main-subpage {
	padding:20px;
	}
#content-wrap-sub{
	margin-top:20px;
	background:#ECDAB2;
	}			
		
		
