body {

	font-family: ‘Times New Roman’, Times, serif;
	font-size: 12px;
	line-height: 2em;
	color: #3d3d3d;
	background-color: #fff;
	margin: 0px auto;
	
}


	a:link { color: #15161a; text-decoration: none; }

	a:visited { color: #485964; text-decoration: none; }

	a:hover { color: #cc9f87; text-decoration: none; }

	a:active { color: #cc9f87; text-decoration: none; }

	b { color: #000; font-style: bold; }

	em { color: #479e19; border-bottom: none; font-style: italics; text-decoration: none;}

#container {

	width: 770px;
	margin: 0px auto;
	border: 0px solid #fff;
	background-color: #fff;

}

#header {

	width: 383px;
	height: 300px;
	background-image: url('header1.png');
	background-repeat: no-repeat;
	margin: 0 auto;
}

#sidebar {

	float: left;
	width: 170px;
	margin: 0 auto;
	padding: 0px;
	background-color: #fff; 
	text-align: right;

}


#sidebar a {

	text-transform: uppercase;
	padding: 1px 4px;
	font-family: courier new;
	font-size: 12px;
	background: #fff;
	color: #000;		
	font-weight: normal;

}

#sidebar a:hover {

	padding: 1px 4px;
	font-family: courier new;
	font-size: 12px;
	background: #fff;
	color: #812c18;		
	font-weight: normal;
	text-transform: lowercase;

}


#sidebar h1 {

	font: 14px ‘Times New Roman’, Times, serif;
	font-weight: bold;
	color: #376524;
	padding: 0px 0px -8px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3px;

}


#content {

	float: right;
	width: 570px;
	height: 100%;
	padding-left: 15px;
	letter-spacing: 1px;
	text-align: justify;
	border-left: 1px dotted #9d9d9d;

}

#footer {

	clear: both;
	width: 100%;
	height: 25px;
	font: 10px franklin gothic medium;
	color: #9d9d9d;
	text-align: center;
	padding: 10px;
	text-transform: lowercase;
}

#footer a:hover {

	font: 10px franklin gothic medium;
	text-transform: lowercase;
}


h1 {

	font: 22px courier new;
	text-indent: 20px;
	color: #a95a42;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;

}

h2 {

	color: #8bb56f;
	margin-bottom: 5px;
	font-size: 17px;
	text-align: left;

}

li {

	margin-bottom: 2em;

}

form {

	height: 15px;

}

input {

	border: 0px solid #CCC;
	background-color:#f7dbd2;
	font-size: 11px;
	padding: 1.5px;
	color: #666;
	-moz-border-radius: 15px;
	border-radius: 15px;

}

table {

	border-collapse: collapse;
	padding: 5px;
	text-align: center;

}

td {

	font-family: Verdana; 
	font-size: 11px;
	border: none;
	padding: 2px 0px;

}

#marquee_replacement {

	-moz-border-radius: 15px;
	border-radius: 15px;
	width:550px;
	height:150px;
	overflow:hidden;
  	opacity:0.6;

}

#menu {

	width: 570px;
	margin: 0 auto;
	text-align: center;
}

#menu li {

	display: inline;

}

#menu li a {

	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	border: 1px dotted #9d9d9d;
	padding: 4px;
	
}

#menu li a:hover {

	opacity: 0.6;

}

img {
	
	background-color: #eeeeee;
	padding: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}