@charset "utf-8";
/* CSS Document */
body,html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{
	margin:0 auto;
	width:845px;
	text-align:center;
}

#menu{
	width:845px;
	font-size:11px;
	font-weight:bold;
}

#menu ul{
	display:inline;
	margin:0;
	padding-left:5px;
	list-style-type:none;
}

#menu ul li{
	display:inline;
	list-style-type:none;
	margin-right:0px;
	margin-left:0px;
	padding-left:10px;
	background:url(images/dot.gif) no-repeat;
	background-position:left;
}

#menu ul li a, #menu ul li a:visited{
	text-decoration:none;
	color:#000000;
}

#menu ul li a:hover{
	color:#990000;
}

#menu ul li a.current{
	color:#990000;
}

#content{
	margin:0 auto;
	width:845px;
	text-align:center;
}

#content p{
	text-align:left;
	width:700px;
	margin:0 auto;
	font-size:17px;
}

#content p em{
	color:#990000;
	font-weight:bold;
}

#content p a{
	color:#990000;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

#footer{
	margin:0 auto;
	margin-top:90px;
	width:845px;
	text-align:center;
	font-size:13px;
}

#footer a,#footer a:visited{
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}

h3{
	font-style:italic;
}

a.red{
	text-decoration:none;
	color:#990000;
}

div.photo{
	float:left;
	margin-top:15px;
	width:840px;
}

.photo img{
	float:left;
}

.photo p{
	float:right;
	width:300px;
}

a.viewmore{
	width:350px;
	height:25px;
	background-color:#990000;
	text-decoration:none;
	color:#ffffff;
	margin:0 auto;
	padding:7px;
}

a.viewmore:hover{
	background-color:#965353;
}

a img{
	border:none;
}

