/* CSS Document */

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #330000;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1 { font-size: 40px; font-weight: bold; color:#FF0000 }
h2 { font-size: 30px; font-style: italic; color: #999999 }
h3 { font-size: 25px; font-weight: bold; color: #FFCCCC; text-decoration:underline; padding-left: 25px; }
h4 { font-size: 14px; padding: 50px;}
#testimony { font-size: 12px; padding: 20px; background-color: #F6C2C1; color: #000000; float: right; margin: 0 auto 0 20px; width: 100px;}

a {
	color: #FF0000;
	text-transform: uppercase;
	font-size:12px;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.move {
margin-left: 50px;
}

/* Header */

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
	background: #000000 url(images/banner.jpg) no-repeat;
	border-top: #990000 solid 2px;
	border-left: #990000 solid 2px;
	border-right: #990000 solid 2px;
}

#header h1 {
	margin: 0 0 0 50px;
}

#header h2 {
	margin: 0 0 0 50px;
}

/* menu */

#menu {
	width: 800px;
	height: 20px;
	margin:auto;
 	background: #660000;
	border-right: #990000 solid 2px;
	border-left: #990000 solid 2px;
	border-bottom:#E82E28 solid 1px;
	border-top:#E82E28 solid 1px;
 }
 
#menu a {
	display: block;
	float: left;
	padding: 2px 32px 2px 32px;
	border-left: 1px dotted #E82E28;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #FF0000;
	
}

#menu a:hover, a:active {
	color: #FFFFFF;
	}
	
#menu .current {
	color: #FFFFFF;
	}
 
 /* Content */

#content {
	width: 800px;
	background:#000000;
	border-right: #990000 solid 2px;
	border-left:#990000 solid 2px;
	position:relative;
	clear:both;
	margin:0 auto;
	padding:0 auto;
	text-align:left;
}

#inner {
margin: 0 auto;
padding: 15px;
}

/* footer */

#footer {
	width: 800px;
	height: 20px;
	margin:0 auto;
	background:#000000;
	border-right: #990000 solid 2px;
	border-left:#990000 solid 2px;
	border-bottom:#990000 solid 2px;
	border-top:#E82E28 dotted 1px;
	text-align: right;
	}
	
#footer a {
	font-size:10px;
	color:#FF0000;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}

