@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	margin: 0;
	padding: 0;
	background: #eccccf;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #4D2E1C;
	}
	
img {
	border: 0;
	}
	
h1 {
	color:#03486B;
	font-size: 20px;
	font-weight: normal;
	}
	
a:link {
	color: #9B5D3E;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
	}
 a.small {
	font-size:12px;
	}
a:visited {
	color: #9B5D3E;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

#wrapper {
	width: 970px;
	margin: 10px auto;
	text-align:left;
	background:#fff;
	background-image:url(../images/bg.jpg);
	bacgkround-repeat: repeat-y;
}

#center {
	padding: 20px 50px;
	height:500px;
}

#top {
	width: 890px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 30px;
}

#nav {	
	text-align:center;
	font-size:18px;
	margin-bottom:50px;
		}

#nav li {
		display: inline;
		}
		
#left {
	float: left;
	margin: 0 25px 0 25px;
	}

#right {
	margin-right: 25px;
	float:none;
	}
	
#bottom {
	height:260px;
	}
	
#footer {
	position:relative;
	padding:185px 0 0 125px;
	width:800px;
	}
	
#footer a:link {
	font-size:12px;
	font-style:normal;
	}
	
#footer a:visited {
	font-size:12px;
	font-style:normal;
	}