@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 85% "Arial", "Helvetica", sans-serif;
}

/* Top nav */

/*changed right margin*/
#mainNav {
	width: 300px;
	float: right;
	background: #336699 url(/images/right_nav.gif) no-repeat right;
	margin-right: 120px;
}

#mainNav li {
	float: left;
	width: 9em;
}

#mainNav a.left {
	background: url(/images/left_nav.gif) no-repeat left;
}

#mainNav a {
	color: #ffffff;
	font-size: .85em;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	display: block;
}

#mainNav a:hover {
	old-font-weight: bold;
	text-decoration: underline;
}

/* Main content area */

#ads {
	float: left;
	width: 100px;
	height: 600px;
	margin-top: 30px;

}

/*changed the float to left*/
#content {
	float: left;
	width: 650px;
	min-height: 600px;
	background: #fff9bf url(/images/main_b_right.gif) no-repeat bottom right;
	padding: 0 0 25px 20px;
}

#content img.logo {
	position: relative;
	top: -30px;
	left: -20px;
	float: left;
	margin-bottom: -25px;
}

#content img.main_img {
	position: relative;
	float: right;
	margin-bottom: 5px;
}

#content h1 {
	clear: both;
	font-size: 2em;
	margin-right: 40px; 
}

#content p {
	padding: 5px 20px 10px 0;
}

/* White inside area */
#sub1 {
	clear:both;
	background-color: #ffffff;
	margin-right:20px;
	padding-bottom: 20px;
}

#sub1 h1 {
	font-size: 1.25em;
	padding: 10px 0 10px 20px;
}

#sub1 p {
	padding: 0px 20px 0 20px;
}

/* changed right nav float and added margin (subNav) and moved */ 
#subNav {
	float:left;
	z-index: 10;
	width: 86px;
	line-height: 20px;
	margin-top: 50px;
}

#subNav a {
	color: #ffffff;
	font-size: .85em;
	text-decoration: none;
	display: block;
	padding: 0 0 0 7px;
}

#subNav li.first {
	margin-top: 30px;
}

#subNav li.last {
	padding-bottom: 30px;
	background: url(/images/rt_nav_btm.gif) bottom left no-repeat;
}

#subNav a:hover {
	font-weight: bold;
	background: #C8C8C8;
}

/*added footer*/
#footer {
	clear: both;
	padding-top: 10px;
	text-align: center;
}

