body { 
	margin: 0;
	background: url('images/bg.jpg') repeat top left;
	font-family: lucida grande, helvetica, sans-serif;
	font-size: 12px;
 }
p {}
td {}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
}

h1, h2 {
	font-size: 22px;
	font-family: Georgia, "Times new Roman", serif;
	padding-bottom: 0;
	margin: 0;
	font-weight: normal;
	}

div#part2top {
	background: url('images/part2top.png') no-repeat top center;
	height: 40px;
	width: 100%;
	}

#parttwo h1 {
	background: url('images/part2h1.png') no-repeat top left;
	padding-left: 34px;
	color: #fff;
	font-size: 22px;
	font-family: Georgia, "Times new Roman", serif;
	padding-bottom: 0;
	margin: 0;
	font-weight: normal;
	}

blockquote b, blockquote strong {
	font-family: lucida grande, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-transform: none;
	}

blockquote {
	margin: 15px 30px 15px 30px;
	padding: 8px;
	border: 1px dotted #25313b;
	background: #b3c6cc;
	}

.author, b, strong {color: #305673;
	font-family: Georgia;
	font-size: 11px;
	text-transform: uppercase;
	}

#header {
	width: 100%;
	height: 114px;
	background: url('images/header.png') top center no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}
	
#header ul {
	text-align: center;
	list-style: none;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 350px;
	margin: 0;
	}

#header ul li {
	display: inline;
	padding: 0 10px 5px 10px;
	}

#header a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #a4b8b4;
	font-weight: normal;
	}

#header a:hover {
	border-bottom: none;
	}
	
#content {
	padding: 30px 15px 15px 15px;
	overflow: auto;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	color: #383838;
	}
	

#parttwo {
	color: #748c8e;
	background: url('images/part2bg.png') top center repeat-y;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 30px 0;
	}
	

.bottom {
	width: 950px;
	padding: 0 5px 15px 15px;
	margin-left: auto;
	margin-right: auto;
	}

.bottom a {
	
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #a4b8b4;
	font-weight: normal;
	}
	
	
	hr {
		border: 0;
		background: url('images/hr.png') no-repeat;
		margin-left: auto;
		margin-right: auto;
		width: 453px;
		height: 12px;
		margin-top: 15px;
		margin-bottom: 15px;
		}
	
	
		div.page {
			margin-right: 210px;
			border-right: 1px dotted #000;
			padding-right: 15px;
			}
		
		div.submenu {
			width: 180px;
			float: right;
			padding: 15px;
			background: #000;
			color: #748c8e;
			font-size: 14px;
			font-family: Georgia, "Times New Roman", Times, serif;
			margin-right: -15px;
			}
			
		div.submenu ul {
			list-style-type: circle;
			color: #fff;
			margin: 0 10px 0 10px;
			padding: 0;
			}
		
		div.submenu ul li {
			padding: 5px;
			}
		
		div.submenu a {
			color: #748c8e;
			text-transform: uppercase;
			text-decoration: none;
			border-bottom: 1px dotted #fff;
			}
		
		div.submenu a:hover {
			border-bottom: 0;
			}