body{
	padding: 0;
	margin: 0;
	background: #660000 url(images/background.jpg) repeat-x;
	color: #ffffff;
	font-family: Georgia, Times New Roman, Arial, Verdana, Helvetica;
	font-size: 80%;
}

img{
	border: 0;
}

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

a:hover{
	text-decoration: none;
	color: #ffffff;
}

#main_container{
	width: 100%;
}

#outer_container{
	width:960px;
	margin: 50px auto 0 auto;
	position:relative;
}

#header{
	margin-left:25px;
	height:62px;
	position:relative;
	z-index:10;
}

#contact{
	position:absolute;
	right:13px;
	margin-top:25px;
	z-index:20;
	font-size: 85%;
	color:#e5d463;
}

#contact a{
	color:#e5d463;
}

#container{
	border: 1px solid #a69c25;
	height: 500px;
}

#container_left{
	float: left;
	width: 200px;
	height: 480px;
	background-image:url('left.jpg');
	border-right: 1px dotted #a69c25;
	padding: 10px;
}

#container_left a{
	text-decoration: none;
	color: #ffffff;
}

#container_left a:hover{
	text-decoration: none;
	color: #7EB2E2;
}

#container_left h2{
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Helvetica, Arial, Verdana;
	font-size: 250%;
	text-align: right;
}

#container_right{
	float: left;
	width: 715px;
	height: 480px;
	background: #660000;
	overflow: auto;
	padding: 10px;
}

#container_right h2{
	margin: 0;
	padding: 0;
	text-align:right;
	font-family: Georgia, Times New Roman, Helvetica, Arial, Verdana;
	letter-spacing: 0px;
	font-size: 200%;
	padding-bottom: 10px;
	width: 100%;
}

h3{
	padding:2px;
	width:100%;
	background:#820101;
}

.slide{
	width:715px;
	height:480px;
}

#footer{
	width: 500px;
	text-align: right;
	padding: 5px 0px;
	color: #7EB2E2;
}

#footer a{
	text-decoration: none;
	color: #7EB2E2;
}

#footer a:hover{
	text-decoration: none;
	color: #ffffff;
}