@charset "UTF-8";
/* CSS Document */


/*Basics*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center
}

#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #CCCCCC;
}

#header {
	height: 65px;
	width: 798px;
}

#link {
	height: 30px;
	width: 798px;
}


/*Titles*/
#title_aboutus {
	height: 40px;
	width: 798px;
	background-image: url(../img_basic/title_aboutus.jpg)
}


/*Main Content*/
#maincontent {
	float: left;
	width: 561px;
	padding: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7D044;
	background-image: url(../img_basic/bggradient.jpg);
	background-repeat: repeat;
}

#maincontent_full {
	float: left;
	width: 718px;
	padding: 40px;
	background-image: url(../img_basic/bggradient_full.jpg);
	background-repeat: repeat;
}

#subtitle {
	width: 561px;
	clear: both;
}

#underbar {
	width: 561px;
	height: 3px;
	clear: both;
	background-image: url(../img_basic/bar.jpg);
	background-repeat: no-repeat;
}

#textarea {
	width: 371px;
	float: left;
	padding-top: 20px;
	padding-right: 40px;
}

#textarea_full {
	width: 561px;
	float: left;
	padding-top: 20px;
	padding-right: 40px;
}

#photoarea {
	width: 150px;
	float: left;
	padding-top: 20px;
}

#photoarea_full {
	width: 280px;
	float: left;
	padding-top: 20px;
}

#tablearea {
width: 561px;
	float: left;
	padding-top: 20px;
}

#tablearea_full {
width: 718px;
	float: left;
	padding-top: 20px;
}

.spacer_h2 {
	height: 30px;
}

.spacer_h3 {
	height: 15px;
}

.box {
	width: 226px;
	float: left;
	padding-left: 20px;
}

.image {
	float:right;
	padding-left: 10px;
}


/*Index Compornent*/
.topbar {
	width: 800px;
	background-image: url(../img_index/index_topbar.gif);
	background-repeat: repeat-x;
}

#flash {
	width: 800px;
	clear: both;
}

#wrap_index {
	width: 800px;
	background-color: #FFFFFF;
}

.box_index {
	width: 240px;
	height: 350px;
	float: left;
	background-color: #FFFFFF;
}

.box_spacer {
	width: 40px;
	float: left;
	background-color:#FFFFFF;
}


/*Submenu Content*/
#subcontent {
	float: left;
	width: 140px;
	padding-top: 65px;
	padding-left:10px;
}

.clear {
	clear: both;
	height: 5px;
}

/*Footer Content*/
#footer {
	clear: both;
	width: 798px;
	height: 130px;
	vertical-align: bottom;
	background-image:url(../img_basic/bgfooter.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
