
body {
	margin: 0;
	padding: 0;
	/*
    background: #efefef;
	*/
    background: #4a0000 url(../images/page_bg.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#headerwrap {
	height: 59px;
	background: url(../images/headerBg.gif);
}

#wrapheader {
	width: 780px;
	margin: 0 auto;
}

#wrapheader h1 {
	font-size: 30px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 5px;
	text-align: center;
	color: #fff;
}


#container {
	width: 780px;
	padding: 0;
	background: #fff;
	margin: 20px auto 0;
}

#header {
margin: 0;
width: 780px;
height: 180px;
background: url(../images/header.jpg);
}


#nav {
	width: 200px;
	float: left;
	padding: 0;
	margin: 0;
}

#nav img {
	margin: 10px;
}

#nav ul {
	font-family: Trebuchet MS;
	font-size: 1.4em;
	margin: 0 10px 0 10px;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	margin: 5px 0 0 0;
}

#nav li a {
	display: block;
	font-size: .8em;
	text-decoration: none;
	text-align: center;
	padding: 3px;
	color: #000;
}

#nav a:hover {
	color: #fff;
	background-color: #8a2c2c;
}

#nav h2 {
	font-size: 1.1em;
	margin: 30px 10px 5px 10px;
	border-bottom: 1px solid #8a2c2c;
}

#nav p {
	margin: 10px;
	font-size: .8em;
}

#nav p a {
	font-size: 1em;
	color: #960000;
	text-decoration: none;
}

#nav p a:hover{
	font-size: 1em;
	color: #c20000;
	background-color: #efefef;
}


#nav img {
	display:block;
	margin: auto;
}

#content {
	width: 500px;
	padding: 0;
	margin: 0 20px 20px 250px;
	background: /*url(../images/content.gif) repeat-y left; */
}

/*
#header {
margin: 10px 0;
width: 500px;
height: 180px;
background: #f00;
border: 1px solid #44434c;
}
*/

#content h1 {
	font-size: 1.3em;
}

#content h2 {
	font-size: 1.2em;
	margin: 35px 10px 5px 0;
	border-bottom: 1px solid #8a2c2c;
}


#content p {
	font-size: .8em;
}

#content p a {
	font-size: 1em;
	color: #960000;
	text-decoration: none;
}

#content ul li {
	font-size: .8em;
}

#content blockquote.pullquote {
	width: 40%;
	float:right;
	font-size:110%;
	line-height:140%;
	margin:10px;
	background: url(../images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* Disabling quote effect in IE5 + */
	padding: 0px 25px 5px 5px;
}
#content blockquote.pullquote:first-letter {
	background: url(../images/openquote.gif) no-repeat left top!important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; /* Disabling quote effect in IE5 + */
	background /**/: url(); /* Disabling quote effect in IE5 + */
	}

#content img.right {
	float: right;
}

#footer {
	background: transparent;
	height: 150px;
}

#footercontent  {
	width: 780px;
	margin: 10px auto;
}


#footercontent p {
	font-size: .7em;
	color: #fff;
	text-align: center;
}

#footercontent a {
	text-decoration: none;
	color: #fff;
}

