* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #6BB3B3;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #999999;
	line-height: 135%;
	font-size:105%;
}


blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

#text li {
	margin: 15px 0 0 5px;
	}
	
ol {
	margin-left: 3em;
}


a {
	color: #3366FF;
}

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




/* Logo */

#logo {
	width: 700px;
	height: 180px; /*height of logo area*/
	margin: 0 auto;
}

#logo h1 {
	float: left;
	width: 700px;
	height: 161px;
	background:   url(images/title_mosaic.gif) no-repeat;
	text-align: right;
	font-size: 2.2em;
}



/* Content */

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

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

/* Content > text */

#text {
	float: right;
	width: 425px;
	background:   url(images/img05.gif) no-repeat right top;
	color: #7F2404;
	padding: 20px 20px 0 0px;
	margin-bottom: 20px;
}

#text p {
	padding-top: 8px;
}
	
#text h2{
	font-size: 1.3em;
	border-left: 1px dotted #AF7727; /*dotted to left*/
	padding-left: 20px;
}

#text h3{
	padding: 10px 0 2px 0;
	font-size: 0.9em;
}

#text h4{
		padding: 25px 0 0 0;
		font-size: 0.9em;
		margin-left: 0;
}

#text h5 {
	padding: 15px 0 0px 0;
	color: #AC4B2D;
	font-style: italic;
	font-size: 1.0em;
	text-align: center;
}

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

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

#text a {
	color: #CA7016;
}

#text li a {
	font-family: verdana;
	}


#text .story {
	clear: both;
}

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

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

/* Content > Sidebar */

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

#sidebar a {
	color: #319595;
}

#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/img07.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: #CDE5E5 url(images/img08.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;
}

div.center p {
	text-align: center;
	}