html, body{
	margin:0;
	padding:0;
	background-color:#DDD
}

img{outline:none;}
img a{outline:none;}
a{outline:none;}

body {
	font: 11px/1.3em Verdana, Geneva, sans-serif;
	background:url(/images/bg-repeat.jpg);
	padding:0 0 80px 0;
}

.outerwrapper{
	width:100%;
	margin:30px auto;
	background:url(/images/bg-inner-repeat.jpg);
}

h1{
	text-indent:-9999px;
	background-repeat: no-repeat;
	height:40px;
}

h3{
	font-size:14px;
	color:#ffe1ba;
}

.top{
	width:1000px;
	margin:0 auto;
	height:35px;
}

.wrapper{
	width:1000px;
	margin:0 auto;
	
}

.header{
	width:1000px;
	height:325px;
	padding:15px 0 5px 0;
}

.content{
	background:url(/images/bg-content.png);
	width:1000px;
	padding:1px 0 1px 0;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.innercontent{
	margin:7px;
	background:url(/images/bg-content-leftrightfade.png) repeat-y;
}

.innercontent img{
	border: 3px #ffffff solid;
	padding:0;
	margin:0 10px;
}

.top-buttons{
	background:#681212;
	padding:5px 0 3px 0;
	margin:0;
}

.top-buttons img {
	border:1px #681212 solid;
	padding:0 0 0 0;
	margin:0;
}

.top-buttons img:hover {
	border:1px #ffffff solid;
	padding:0 0 0 0;
	margin:0;
}

.left-col{
	float:left;
	width: 235px;
	text-align:justify;
	line-height:18px;
}

.right-col{
	float:right;
	width: 225px;
	min-height:450px;
	padding:10px;
	text-align:justify;
	line-height:18px;
}

.content-text{
	width:505px;
	margin:0 auto;
	float:left;
	text-align:justify;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer{
	color:#ffffff;
	padding:5px 5px 20px 5px;
	font-family:Verdana, Geneva, sans-serif;
}

.bottom_box{
	background:#681212;
	margin:7px;
	height:65px;
	padding:10px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}

.footer_links{
	color:#db6964;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.footer_links a{
	color:#db6964;
}

.footer_links a:hover{
	color:#ffffff;
}

/* default link styles*/		
a{
	color:#ffe1ba;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color:#ffffff;
}
