@charset "UTF-8";
/* CSS Document */
#wrapper {
	margin: 10px auto;
	width: 825px;
	}
p  { color:
 #ddba76; font-size: 13px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 16px  }
a:link { color: silver }
a:visited { color: silver }
a:hover { color: red }
a:active { color: silver }
a:current { color: red }
a.bow:link { color: silver; text-decoration: none; border-bottom: 1px dotted silver }
a.bow:visited { color: silver; text-decoration: none; border-bottom: 1px dotted silver }
a.bow:hover { color: red; text-decoration: none; border-bottom: 1px dotted red }
a.bow:active { color: red; text-decoration: none; border-bottom: 1px dotted red }
a.bow:current { color: red; text-decoration: none; border-bottom: 1px dotted red }
.copyright { color: silver; font-size: 10px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 12.5px  }
#menu a:link {
	color: black;
	text-decoration: none;
}
#menu a:visited {
	color: black;
	text-decoration: none;
}
#menu a:hover { color: red }
#menu a:active {
	color: red;
	text-decoration: none;
}
#menu li a.current {
	color: #AE0D0D;
}
#menu {
	font-family: Verdana, "Verdana Bold", "Verdana Bold Italic", "Verdana Italic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	width: 160px;
	margin-left: 530px;
	margin-top: 0px;
	text-align: left;
	padding-top: 50px;
}
#header {
	background-image: url(images/banner.jpg);
	width: 825px;
	height: 187px;
	margin:0;
}
#menu ul {
	margin:0;
}
#menu ul li {
	list-style-type: none;
	margin:0;
	padding:0;	
}


