/* CSS Document */

body, h1, h2, h3, p, ul, li, a {
	margin:0px;
	padding: 0px;	
	}

body  {
	background:#F9DDDE;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.5em;
	text-align:center;
	margin:0px;
	padding: 0px;	
	}
	
#page  {
	background-color:#FFFFFF;
	margin:0 auto;
	text-align:left;
	width:770px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	padding:0px;
	background-color:#fff;
		}
		
#inner_page {
	width:770px;
	background-image: url(images/page_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
	
#header {
	position:relative;
	height:160px;
	margin-bottom:30px;
	margin:0px;
	padding: 0px;
	}
	

	
#header h1 {
	position:absolute;
	bottom:15px;
	right:20px;
	margin:0;
	font-size:16px;
	font-weight:normal;
	line-height:2em;
}

#header h1 span{
	font-size:28px;
	font-weight:bold;
}

#left  {
	width:190px;
	float:left;
	margin:0px;
	padding:0px;
	}
	
#left img {
	margin:30px 0px 0px 20px;
}	



#content {
	width:520px;
	float: right;
	min-height: 600px;
	padding:0px 25px;
	}
	
#footer {
	width:740px;
	height:40px;
	margin-top:20px;
	padding-right:30px;
	background-image: url(images/footer_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align:right;
	}
	
	
ul#nav_list {
	list-style-type:none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
	
ul#nav_list li {
	display:inline;
	margin: 0px;
	}

ul#nav_list a {
	display:block;
	line-height: 2.3em;
	text-align: right;
	font: 14px Georgia, Times, Serif;
	padding:8px 0px 0px 0px;
	border-bottom: 3px solid #ddd;
	margin-bottom:5px;
	}
	
ul#nav_list a:hover {
	background-color: #fff;
	border-bottom: 3px solid #6C151A;
	}

ul#textlist {
	margin:10px 0px 10px  25px;
	}
	
	
.link {
	width:500px;
	height:100px;
	}

h1 {
	font: 15px Georgia, Times, Serif;
	color:#6C151A;
	margin:8px 0px 10px 0px;
	font-weight: bold;
	}
	
h2 {
	font: 12px Georgia, Times, Serif;
	color:#6C151A;
	margin-bottom:0px;
	}
	
h3 {
	font: 15px Georgia, Times, Serif;
	color:#6C151A;
	text-align:center;
	font-weight:bold;
	}

p {
	margin-top:0px;
	margin-bottom: 10px;
	}

a {
	text-decoration:none;
	color:#6C151A;
	border-bottom:solid 1px #6C151A;
	}
	
a:hover {
	background-color:#eee;
	}
	
label {
	float:left;
	width:100px;
	}

.form_row {
	margin-top:10px;
	}
	
input, textarea {
	width:200px;
	}
	
input.press {
	width :100px;
	color:#fff;
	background-color:#6C151A;
	margin-left:210px;}

input#send_button {
	width:140px;
	margin-left:160px;
	}	
.clear {
	clear:both;
	height:1px;
		}

.imgright {
	float:right;
	padding:4px;
	border:1px solid #aaa;
	margin-left: 20px;
	}
	
.imgleft {
	float:left;
	padding:4px;
	border:1px solid #aaa;
	margin-right: 20px;
	}
	
img.links {
	float:left;
	border:1px solid #666;
	margin-right:20px;
	margin-top:0px;
	margin-left:20px;
	}
	
p.linkslist {
	margin-left:0px;
	margin-top:30px;
	margin-bottom:0px;
	}
	
.nobottom {
	border-bottom: none;
}
	
	
.title {
	border-bottom:solid 1px #ccc;
	}
