@charset "utf-8";
.wrap {
	background-color: #FFF;
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	position: absolute;
}
.leftcolone {
	float: left;
	width: 405px;
}
.rightcolone {
	background-color: #FFF;
	float: right;
	width: 330px;
	margin-top: 5px;
	margin-left: 5px;
}
.navbutton {
	background-color: #FFF;
	float: right;
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666;
	width: 106px;
	margin-left: 2px;
}
.navbuttonblog {
	background-color: #FFF;
	float: right;
	height: 35px;
	width: 44px;
	margin-left: 14px;
	margin-top: 1px;
}
.arrowwrap {
	float: right;
}
.arrownav {
}


.thumbwrap {
	background-color: #FFF;
	float: right;
	width: 330px;
	margin-top: 15px;
}
.thumbimg {
	background-color: #CCC;
	float: left;
	height: 100px;
	width: 100px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0px;
}


.header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #03C;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 80px;
	width: 800px;
	background-color: #FFF;
}
.indeximg {
	background-color: #FFF;
	float: left;
	height: 166px;
	width: 295px;
	padding: 0px;
	margin-top: 5px;
}
.navwrap {
	background-color: #FFF;
	float: right;
	height: 35px;
	width: 330px;
}

.contentwrap {
	width: 825px;
	margin-top: 45px;
}
 
/* link controls */
a:link{
	font-family:"Times New Roman", Times, serif;
	font-weight:700;
	font-size:16px;
	color:#369;
	text-decoration:none;
}
a:hover{
	font-family:"Times New Roman", Times, serif;
	font-weight:700;
	font-size:16px;
	color:#F60;
	text-decoration:underline;
}
a:active{
	font-family:"Times New Roman", Times, serif;
	font-weight:700;
	font-size:14px;
	color:#F60;
	text-decoration:none;
}
a:visited{
	font-family:"Times New Roman", Times, serif;
	font-weight:700;
	font-size:16px;
	color:#999;
	text-decoration:none;
}
.textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	float: left;
	width: 415px;
}
