* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../../images/img01.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #1953A7;
	
}

a:active {
	text-decoration: none;
	color: #ED5C0C;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

p { text-indent: 20px;
}

/* Menu */

#menu {
	width: 770px;
	height: 55px;
	margin: 0 auto;
	
}

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

#menu li {
	float:left;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	padding: 21px;
	color: #FFFFFF;
}

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

#menu .active a {
	
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 145px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 25px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	padding: 20px 20px 0 0;
	text-align: center;
	font-size: 40px;
}

#header a {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 775px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

.bullet { list-style-type:circle;
}

#content h3 {
	margin-bottom: 20px
}

/* Sidebar */

#sidebar {
	float: left;
	width: 212px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

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

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background: url(../../images/img05.gif) repeat-y;
}

.bluebox h2 {
	background: url(../../images/img06.gif) repeat-y;
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	height: 30px;
	padding: 25px 0;
	background: #EDEBD5 url(../../images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

#page #content #imagearray {
	height: 625px;
}
#page #content #imagearray #hbotimage1 {
	width: 300px;
	height: 225px;
	zindex: 1;
        border-style:solid;
        border-width:3px;
        border-color:black;
}
#page #content #imagearray #hbotimage2 {
	position:relative;
	top: -125px;
	left: 250px;
	width: 300px;
	height: 225px;
	zindex: 2;
        border-style:solid;
        border-width:3px;
        border-color:black;
}
#page #content #imagearray #hbotimage3 {
	position:relative;
	top: -250px;
	left: 30px;
	width: 300px;
        height: 225px;
	zindex: 3; 
        border-style:solid;
        border-width:3px;
        border-color:black;
}
#page #content #imagearray #hbotimage4 {
	position:relative;
	top: -350px;
	left: 225px;
	width: 300px;
	zindex: 4;
}
#page #content #imagearray #hbotimage5 {
	position:relative;
	top: -510px;
	width: 300px;
	zindex: 5;
}

