body {
	background-color: #600808;
	font-size: 11px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#wrapper {
	width: 757px;
	background: url('images/image_03.gif');
	margin: auto;
	}

#wrapper2 {
	width: 757px;
	background-position: 0px 125px;
	}

#title {
	width: 757px;
	height: 102px;
	background: url('images/image_01.gif') no-repeat;
	text-align: right;
	padding-top: 13px;
	padding-right: 30px;
	font-size: 18px;
	}

#space {
	width: 197px;
	height: 400px;
        background: url('images/Image4.gif') no-repeat;
	float: left;
	}

#nav {
	width: 430px;
	height: 35px;
	margin: 30px 30px 0px 0px;
	float: right;
	font-size: 11px;
	}

#nav a {
	display: block;
	float: right;
	font-weight: bold;
	color: #fff;
	border-bottom: 3px solid #fff;
	padding: 1px;
	margin-left: 15px;
	padding: 7px;
	}

#nav a:hover {
	color: #fff;
	background-color: #4c1010;
	border-top: 3px solid #fff;
	border-bottom: 0px;
	}

#content {
	width:600px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	clear: both;
	}

#footer {	
	width: 757px;
	background: url('images/image_02.gif') no-repeat;
	padding: 0px 30px 0px 30px;
	height: 466px;
	text-align: left;
	font-weight: bold;
	clear: both;
	}


h1 {
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	}

p {
	text-align: justify;
	}


a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}

.center {
	text-align: center;
}
.left {
	text-align: left;
	}
	