html, body {
margin: 0px;
padding: 0px;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000033;
	text-align: center;
	line-height: 1.8em;
	background-color: #953038;
}

a:link {color:#953038; text-decoration:none}      
a:visited {color:#EDB618; text-decoration:none }  
a:hover {color:#F6C11C; text-decoration:none}  
a:active {color:#953038; text-decoration:none}

#wrapper {
	width: 1024px;
	margin: 0px auto 15px auto;
	padding: 0px;
	text-align: left;
}
#header {
	width: 100%;
	height: 347px;
	background-image: url(00_images/header2.jpg);
	background-repeat: no-repeat;
	
}

#h_nav {
	width: 650px;
	float: right;
	margin-top: 275px;
	height: 25px;
}

.nav_top {
	width: auto;
	height: 25px;
	float: left;
	margin-left: 15px;
}

#container {
	width: 100%;
	height: auto;
	margin: 0px;
	background-image: url(00_images/back_square.jpg);
	background-repeat: repeat;
	background-position: 200px 0px;
	background-color: #97323A;
}
#left {
	width: 220px;
	height: auto;
	float: left;
	padding: 20px;
	margin: 0px;
	}

#l_top_n {
	background-image: url(00_images/l_top.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 113px;

}

#l_top {
	background-image: url(00_images/l_top.gif);
	background-repeat: no-repeat;
	height: 113px;

}

#l_middle {
	width: 220px;
	background-image: url(00_images/l_center.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 20px;
	padding-right: 0px;
	font-size: 13px;
}
#icons {
	height: 60px;

}

.button{
	float: left;
	margin-left: 4px;
}

#l_bottom {
	background-image: url(00_images/l_bottom.gif);
	width: 220px;
	height: 71px;
	
}

#right {
	width: 650px;
	height: auto;
	float: left;
	padding: 20px 50px 20px 20px;
	margin: 0px;
	
}
#right p {
margin: 0px;
}
.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}
#nav {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#nav li {
margin: 0px;
padding: 0px;
display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
color:#3F4554;
text-decoration: none;
display: block;
margin: 0px;
padding: 0px;
width: 160px;
}
#nav li a:hover {
color: #ccc;
text-decoration: none;
}
#footer {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 1024px;
	background-image: url(00_images/footer.jpg);
	height: 190px;
	background-repeat: repeat-x;
}
#footer p {
	margin: 0px auto 0px auto;
	padding: 160px 0px 10px 0px;
	color: #CCCCCC;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #aaa;
text-decoration: none;
}
#footer a:hover {
color: #ccc;
text-decoration: none;
} 
