/* CSS Document */

body {
	background: #b2ab9a url(../images/body-bg_02.gif) top center repeat-y;
	margin: 0;
	text-align: center;
	min-width: 694px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	background: #FFF url(../images/header-bg_03.jpg) top right no-repeat; 
	width: 694px; 
	margin: 0px auto; 
	text-align: left;
}

#header {
	width: 694px; 
	height: 114px; 
	background: url(../images/header-logo_02.gif) top left no-repeat;
}

#topnav {
	left: 60px; 
	width: 634px;
        height: 20px; 
	padding: 20px 0px 20px 20px;
}

#bttm-cap {
	width: 694px; 
	text-align: right; 
	background: url(../images/body-bttmline-bg_19.gif) repeat-x; clear: both;
}

#content-wrapper {
	background: #FFF url(../images/rt-col-bg.gif) bottom right no-repeat;
	width: 694px;
	float: left;
}

#content {
	width: 481px; 
	background: #FFF; 
	float: left; 

	padding: 15px 20px 0px 25px;
	line-height: 16px;
}

h1 {
	font-size: 18px;
	color: #69C;
}

#rt-column {
	 width: 168px; 
	 float: right;
}

#rt-column ul {
	list-style: none;
	margin: 0px 1px;
	padding: 0px;
	border: none;
}

#rt-column li {
	margin: 0px;
}

#rt-column li a {
	display: block;
	padding: 6px;
	background: #cde5ff;
	color: #000;
	text-decoration: none;
	width: 147px;
	border-bottom: 1px solid #a6d2ff;
	border-left: 7px solid #a6d2ff;
}

html>body #rt-column li a {
	width: auto;
}

#rt-column li a:hover {
	border-bottom: 1px solid #69C;
	border-left: 7px solid #69C;
}

#footer {
	clear: both; margin: 10px 0px;
	padding: 6px 25px;
	font-size: 10px;
}

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

#footer a:hover {
	text-decoration: underline;
	color: #000;
}