	/* LINKS */

a:link, a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #deb962;
	font-family:'Georgia',sans-serif;
	}

a:active, a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: oblique;
	color: #C88E75;
	font-family:'Georgia',sans-serif;
	}


	/* BODY */

body {
	background-color: #B58F64;
	margin: 0;
	text-align: justify;
	font-family:'Georgia',sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #483727;
	}


/* DIV LAYERS */

div#header {
	position: relative; top: 0;
	margin: 0 auto;
	width: 500px;
	background-color: #906947;
	border: 3px solid #553716;
	}

div#navi {
	position: relative; top: 0;
	margin: 0 auto;
	width: 400px;
	background-color: #77573B;
	}

div#leeshin {
	position: relative; top: 0;
	width: 494px;
	margin: 0 auto;
	}


	/* PARAGRAPHS */

h1 {
	padding: 3px 5px 3px 10px;
	margin: 5px;
	background-color: #71421E;
	border-left: 5px dashed #382828;
	border-bottom: 2px dotted #382828;
	color: #A8755E;
	font-size: 12px;	
	line-height: 13px;
	font-family:'Georgia',sans-serif;
	text-align: left;
	text-transform: lowercase;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 7px;  
	}

p {
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family:'Georgia',sans-serif;
	}

p.center {
	text-align: center;
	}

p.right {
	text-align: right;
	font-style: oblique;
	letter-spacing: 1px;
	}


	/* TABLES */

table {
	border: 0;
	}

input, option, select, textarea { 
	background-color: #5D280F;
	text-decoration: none;
	text-align: left;
	border: 1px solid #382828;
	font-family:'Georgia',sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A8755E;
	}

