@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #4c1506;
	text-align: center;
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
#wrap {
	width:750px;
	margin:0 auto; 
	background:#FFCC66;
	background-image:url(images/wrapBG.jpg);
	background-repeat:repeat-y;
	text-align:left;
}
#header {
height:300px;
margin:0;
}
#header h1 {
	margin:0; 
	left:0px;
	top:0px;
}
#header img {
	margin:0;
}
#header span {
	float:left;
	padding-left:6px;
}
#nav {
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-x;
	padding:5px;
	text-align:center;
	height:38px;
}
#nav ul {
margin:0;
padding:0;
list-style:none;
font-size:16px;
}
#nav li {
display:inline;
margin:0;
padding:0 15px ;
}
#nav li a:link {
	text-decoration:none;
	color:#4c1506;
}
#nav li a:visited {
	text-decoration:none;
	color:#FC6;
}
#nav li a:hover {
	text-decoration:none;
	font-style:italic;
	color:#000;
}
#nav li a:active {
	text-decoration:none;
	color:#FC6;
}
#main {
	float:right;
	width:480px;
	color:#963;
	padding:10px;
}
#sidebar {
float:left;
width:230px;
padding:10px;
color:#900;
}
#footer {
	clear:both;
	padding:5px 10px;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
#footer p {
	margin:0;
	color:#4C1506;
}
.flrt {
	float:right;
}
.fllf {
	float:left;
}
h2 {
	margin:10px 0 1em;
	color: #4c1506;
}
h2 a {
	text-decoration:none;
	color: #4c1506;
	border-bottom:dashed 1px;
	border-bottom-color:#4c1506;
}
#footer {
	height:50px;
}
.emphasize {
	font-style: italic;
	font-weight: bolder;
	color: #930;
}
#main p a {
	color: #903;
	text-decoration: none;
}
#sidebar p a {
	color: #C60;
	text-decoration: none;
}
#sidebar a {
	color: #333;
	text-decoration: none;
	font-style: normal;
}

