* {
	margin: 0;
	padding: 0;
}

body {
	margin: 52 auto;
	background: #FEF9C1;
	font-family: normal small Georgia, "Times New Roman", Times, serif;
	color: #999999;
	line-height: 145%;
	background-image: url(images/logo.gif) no-repeat;
	background-position: 0% 0%;
}


blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}


ol {
	margin-left: 3em;
}


a {
	color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}


/*Header*/
#header {
	margin: 0 auto;
	width: 720px;
	height: 52px;
	background:    url(images/logo.gif) no-repeat;

}


/* Logo */

#logo {
	margin: 0 auto;
	width: 700px;
	height: 169px;
	background:    url(images/title.jpg) no-repeat;

}

#logo h1 {
	float: left;
	width: 720px;
	height: 99px;
}



/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background:    url(images/bg.gif) repeat-y;
}

#extra {
	clear: both;
	height: 40px;
	background:    url(images/footer.gif) no-repeat;
}

/* Content > text */

#text {
	float: right;
	width: 435px;
	color: #6E3E75;
	font-size: 1.2em;
	padding: 20px 20px 0 0px;
	margin-bottom: 20px;
	/*background: url(images/upright.gif) no-repeat right top;*/
	border: 1px #4B7AA4;

}

#text p {
	padding-top: 15px;
}
	
#text h2{
	font-size: 1.3em;
	border-left: 2px dotted #9A183E;
	padding-left: 20px;
	color: #9A183E;
	font-family: "Comic Sans MS", garamond;
}

#text h3{
	padding: 10px 0 2px 0;
	font-size: 1.2em;
	color: #9A183E;

}

#text h4{
		padding: 5px 0 2px 0;
		font-size: 1.1em;
}

#text h5 {
	padding: 15px 0 0px 0;
}

#text h6 {
	font-size: 1.1em;
	color: #DE9144;
	margin-top: 12px;
}

#text hr {
	border: 0;
	width: 80%;
	color: #6E3E75;
	background-color: #DE9144;
	height: 5px;
	text-align: left;
}

#text a {
	color: #FF7F00;
}


#text .story {
	clear: both;
}

#text em, i {
	color: #CC9966; /*blue*/
}

#text img {
	margin: 0 0 5px 5px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	/*background: url(images/img04.gif) no-repeat;*/
	color: #6E3E75;
	font-family: georgia;
}

#sidebar a {
	color: #8FA535;
}

#sidebar .centeredImage {
    text-align:center;
    margin-top:12px;
    margin-bottom:0px;
    padding:0px;
}

/* Content > Sidebar > sidebar */

#sidebar {
	padding: 20px 0;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	padding-bottom: 1px;
	background:    url(images/dash.gif) repeat-x left bottom;
}

#sidebar a {
	display: block;
	width: 170px;
	padding: 10px 20px 10px 30px;
	text-decoration: none;
}

#sidebar a:hover, #sidebar .active a {
	background: #D3E687 url(images/star.gif) no-repeat 10px 50%;
}


/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

