* {
    padding: 0;
    margin: 0;
} 

body {
	background: #eee;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
    font-size: .74em;
}

a {
	color: #B22037;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Logo {
	position:relative;
	left:200px;
	top:3px;
	width:137px;
	height:95px;
	z-index:1;
	}

#nav
{

	position:relative;
	left: 233px;
	top: 109px;
	width:580px;
	height:22px;
	z-index:1;
	color:#000000
}

.leftt {
	
	
	/*color: #B22037;
	background: #AE1C33;*/
	padding: 1px;
	font-size: 1.3em;
}

#navcontainer ul
{
	padding-left: 0px;
	margin-left: 0;
	background-color: #000;
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #000;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #B22037;
	color: #fff;
}


	
#header 
{
	width: 919px;
	height: 144px;
	background: #000 url(img/header919_ds.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;   
}

#header h1 { padding-left: 40px; padding-top: 0px; font-size: 1.4em; color: #000000; }
#header h1 a { font-size: 1.4em; color: #FFF; text-decoration: none;}
#header h2 { padding-left: 40px; padding-top: 0px; font-size: .8em; color: #FFF;}

#wrap {
    margin: 0 auto;
    width: 919px;
	background: #eee url(img/midwrap919.jpg);
	background-repeat: repeat-y;
}

#topwrap {
	background: #eee url(img/topwrap919.jpg);
	background-repeat: no-repeat;
	width: 919px;
	height: 40px;
	margin: 0 auto;
}

#botwrap {
	background: #eee url(img/botwrap919.jpg);
	background-repeat: no-repeat;
	width: 919px;
	height: 40px;
	margin: 0 auto;
}

#content {
	padding: 0 30px 0 30px;
}

.right {
	float: left;
	width: 600px;
	margin: 0 10, 0, 0px;
	font-size: 1.1em;
	color: #222;
	
}

.left {
	float: left;
	width: 200px;
	margin: 0 30px 0 15px;
	font-size: 1.1em
}

.left ul {
	padding: 0px 0px 20px 0px;
	margin:0;
}

.left li {
	margin-bottom:5px;
	/*color: #B22037;
	background: #AE1C33;*/
	padding: 5px;
	font-size: 1.1em;
	
}

.left li a{ color: #222; font-size:1.2em; margin-bottom: 10px;}
.right h2 { color: #0000; font-size:1.2em; margin-bottom: 10px;}
.right h3 { color: #B22037; font-sie: .6em; margin-bottom: 10px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
    margin: 0px auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666;
	background: #eee;
}

img { border: none;}
