a {outline: none;}
body {
	background: url('images/bg.gif') repeat-x;
	background-color: #EADECA;
	font-size: 11px;
	color: #918166;
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	}

#wrapper {
	width: 739px;
	background: url('images/divbg.gif');
	}

#title {
	text-align: right;
	padding-top: 180px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #E39DB2;
	}

#content {
	width: 557px;
	background: url('images/layout2.jpg') no-repeat;
	float: right;
	}

#contentt {
	padding: 0px 40px 20px 15px;
	}

#footer {
	background: url('images/footer.jpg') no-repeat;
	text-align: left;
	padding-top: 80px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 182px;
	font-weight: bold;
	width: 542px;
	clear: both;
	/*height : 500px;*/
}

#nav {
	width: 147px;
	background: url('images/layout1.jpg') no-repeat;
	text-align: left;
	float: left;
	padding: 80px 25px 10px 10px;
	}


h1 {
	color: #A79167;
	font-family: georgia, verdana, sans-serif;
	font-style: italic;
	font-size: 16px;
	text-align: left;
	}

p {
	text-align: justify;
	}

#navlinks a {
	display: block;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #E5D9C3;
	padding: 1px;
	margin-bottom: 2px;
	}

#navlinks a:hover {
	color: #fff;
	background-color: #B56880;
	}

a {
	color: #B04C6B;
	text-decoration: none;
	}

a:hover {
	color: #696864;
	border-bottom: 1px solid #ECBAB3;
	}

.center {
	text-align: center;
	}