@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #996;
	text-align: center;
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
#wrap {
	width:750px;
	margin:0 auto;
	background:#000;
	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;
}
#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:#900;
}
#nav li a:visited {
	text-decoration:none;
	color:#CC9;
}
#nav li a:hover {
	text-decoration:none;
	font-style:italic;
	color:#900;
}
#nav li a:active {
	text-decoration:none;
	color:#903;
}
#main {
float:right;
width:480px;
color:#996;
padding:10px;
}
#sidebar {
float:left;
width:230px;
padding:10px;
color:#900;
}
#footer {
clear:both;
padding:5px 10px;
border:thin;
border-color:#900;
text-align:center;
}
#footer p {
	margin:0;
	color:#CC9;
}
.flrt {
	float:right;
}
.fllf {
	float:left;
}
h2 {
	margin:0 0 1em;
	color: #900;
}
* html #footer {
height:1px;
}
.italic {
	font-style: italic;
}
#sidebar a {
	color: #900;
	text-decoration:none;
}
#main p a:link {
	color: #900;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#900;
	text-decoration: none;
}
#main p a:visited {
	text-decoration:none;
	border-bottom-width:thin;
	border-bottom-color:#C60;
	color:#C60;
}
#main p a:hover {
	text-decoration:none;
	font-style:italic;
	color:#cc9;
}
#main p a:active {
	text-decoration:none;
	color:#F90;
}
li a:link {
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#900;
	color:#900;
}
li a:visited {
	text-decoration:none;
	border-bottom-width:thin;
	border-bottom-color:#C60;
	color:#C60;
}
li a:hover {
	text-decoration:none;
	font-style:italic;
	color:#cc9;
}
li a:active {
	text-decoration:none;
	color:#F90;
}
#footer a:link {
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#996;
	color:#900;
}
#footer a:visited {
	text-decoration:none;
	border-bottom-width:thin;
	border-bottom-color:#996;
	color:#996;
}
#footer a:hover {
	text-decoration:none;
	font-style:italic;
	color:#cc9;
}
#footer a:active {
	text-decoration:none;
	color:#903;
}
.emp {
	color:#960;
	font-style:italic;
	font-weight:bold;
}
	
