#bg img {
	margin:0;
	z-index:-1;
	position: fixed;
	height: 100%;
	width: 100%;
	margin-bottom: -768px;
}
h1, h2, h3 {
	color: #336699;
	letter-spacing: 0px;
}

h1 a a:hover, h2 a a:hover {
	text-decoration: none;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}


p, ul, ol {
	line-height: 140%;
	margin-top: 0em;
}

ul, ol {
	font-size: 14px;

}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #336699;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #333333;
	background-color: #9EAEBC;
}

#wrapper {
	width: 750px;
	margin: auto;
	position: relative;
}

#splash {
	width: 750px;
	height: 150px;
	background: url(images/splash.jpg) no-repeat left top;
	margin-top: 5px;
}

#menu {
	height: 30px;
	width: 750px;
	background: url(images/menu.gif) no-repeat left top;
	margin-top: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 15px 15px 15px;
	margin-right: 1px;
	height: 11px;
	background: url(images/line.gif) no-repeat left 35%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: normal;
	line-height: 12px;
}

#menu a:hover {
	color: #D4D0C8;
}

#menu .home_bttn a {
	background-image: url(none);
}

#page {
	width: 750px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

#content {
	float: left;
	width: 580px;
}

.post .title {
	margin: 0;
	padding: 20px 20px 5px 20px;
}

.post h1.title {
	padding: 5px 0  0 50px;
	height: 40px;
	font-size: 2em;
	text-transform: lowercase;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	margin: 0px;
	padding: 10px 10px 10px 20px;
}

#sidebar {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	position: relative;
	width: 150px;
}

#sidebar ul {
	margin: 0;
	padding: 5px;
	line-height: 140%;
}
#sidebar img {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
	padding-left: 25px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #D6C9BF;
}

#sidebar li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 25px;
	height: 30px;
	text-transform: lowercase;
	font-size: 28px;
	letter-spacing: -1px;
}


#footer {
	clear: both;
	width: 750px;
	height: 40px;
	background-color: #1D82A0;
	color: #FFFFFF;
	margin-top: 5px;
}

#footer p {
	padding: 10px 15px;
}

#footer .legal {
	float: right;
	font-size: 9px;
}

#footer .credit {
	float: left;
}
.credit a {
	color: #FFFFFF;
	text-decoration: none;
}
.credit a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.text-box {
	border: 1px solid #5B7B94;
	background-color: #CCCCCC;
}

#text-box-title {
	background-color: #19718A;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0 3px 0;
	color: #FFFFFF;
}
#text-box-text {
	padding: 6px;
	font-weight: bold;
}
.text-box p {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 5px 0;
	line-height: 140%;
}
