/* CSS Document */

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #F0F0F0;
}
a:active {
	color: #96a792;
	text-decoration: none;
}


body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}

#wrapper {
	width: 800px;
	padding: 0px;
	margin: 0px auto 0px auto;
}    
#content {
	height: 500px;
	width: 800px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	background-color: #FFFFFF;
}
contentBox {
	display: block;
	padding: 0px;
	margin-top: 0px;
	width: 800px;
	height: 500px;
	overflow: scroll
	}
#navclass {
	width: 800px;
	height: 40px;
	margin-top: 0px;
	vertical-align: bottom;
}
#navclassright {
	float: right;
	height: auto;
	width: auto;
}
#navclassleft {
	float: left;
	height: auto;
	width: 500px;
}

.img-main {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 533px;
	width: 800px;
}
.blog {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 531px;
	width: 800px;
	overflow: scroll;
	border: 1px solid;
}
.gallery{
	margin-top: 20px;
	margin-bottom: 10px;
	height: 531px;
	width: 800px;
	border: 1px solid;
}
.block {
	width: 210px;
	margin: 10px 20px 5px 0px;
	/*border: 1px solid #999999;*/ 
}


.clearer {
    clear: both;
	height:40px;
	margin: 0px 0px 0px 0px;
}
.style1 {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}

.textbox {
	width: 800px;
	font-size: 4pt;
	margin-top: 0px;
	float: right;
	height: 10px;
	border: 1px;
}
.textbox2 {
	width: 354px;
	height: 533px;
	border: 1px solid;
	float: right;
	}
.picbox {
	float: right;
	height: auto;
	width: auto;
	border: 1px solid #000000;
}
.clearer2 {
    clear: both;
	height:30px;
	margin: 0px 0px 0px 0px;
}
#navclass2 {
	width: 800px;
	margin-top: 10px;
	height: 40px;
}
#navclasstop {
	float: left;
	height: auto;
	width: 400px;
	clear: none;
}
#picplace {
	height: 500px;
	width: 800px;
}
