@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	color: #333333;
	overflow: hidden;
	background-color: #000000;
}
html{
	overflow-y: hidden;
	overflow-x: hidden;
}
a:link {
	color: #38332c;
	text-decoration: underline;
}
a:visited {
	color: #38332c;
	text-decoration: underline;
}
a:hover {
	color: #38332c;
	text-decoration: none;
}
a:active {
	color: #38332c;
	text-decoration: underline;
}
#container01{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#background{
	margin-left: -1000px;
	position: absolute;
	top: -1000px;
	left: 50%;
	width: 2000px;
	height: 2000px;
	visibility: visible;
	overflow: hidden;
	background-image: url(../images/background3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: -50;
}
#container02{
	margin-left: -102px;
	position: absolute;
	top: -168px;
	left: 50%;
	width: 204px;
	height: 335px;
	visibility: visible;
	overflow: hidden;
}
#container03{
	margin: auto;
	padding: 0px;
	height: 335px;
	width: 204px;
}
#container04{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#head{
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	background-color: #006666;
}
#head span{
	display: none;
}
#navArrows{
	margin: 0px;
	padding: 0px;
	height: 35px;
	cursor: pointer;
	visibility: hidden;
}
#upButton{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 102px;
	height: 35px;
	float: left;
	background: url(../images/arrow_up.gif) 0px -35px no-repeat;
	cursor: pointer;
}
#upButton span{
	display: none;
}
#upButton:hover{
	margin: 0px;
	padding: 0px;
	background: url(../images/arrow_up.gif) 0px 0px no-repeat;
}
#downButton{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 102px;
	height: 35px;
	float: left;
	background: url(../images/arrow_down.gif) 0px -35px no-repeat;
	cursor: pointer;
}
#downButton span{
	display: none;
}
#downButton:hover{
	margin: 0px;
	padding: 0px;
	background: url(../images/arrow_down.gif) 0px 0px no-repeat;
}
#content{
	margin: 0px;
	padding: 0px;
}
#content img{
	margin: 0px 2px 4px 2px;
	padding: 0px;
	float: left;
	width: 98px;
	height: 98px;
	cursor: pointer;
}
#contactMe{
	margin: auto;
	padding: 0px;
	width: 500px;
	height: 500px;
	background-color: #e5e2dc;
	color: #38332c;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}
#contactMe h1{
	margin: 0px;
	padding: 20px 10px 0px 0px;
	background: url(../images/writetome.gif) 10px 20px no-repeat;
	height: 30px;
	width: 186px;
}
#hiddenContent{
	margin: 5px 20px 0px 20px;
	padding: 10px 30px 10px 30px;
	border-top: 1px solid #c8c8c8;
	width: 80%;
	font: 10pt Times New Roman, Times, serif;
	color: #38332c;
}
#hiddenContent p{
	margin: 0px;
	padding: 3px 3px 0px 0px;
}
#hiddenContent span{
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	font-weight: lighter;
}
#note{
	font-size: 9pt;
	color: #b2ab9e;
	float: right;
	line-height: 18px;
	text-align: right;
}
#contactFormArea{
	padding: 20px;
	margin: 0px;
	background-color: #e5e2db;
	width: 480px;
	height: 480px;
}
#contactFormArea h1, p, ul{
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 2px 0px;
	visibliity: visible;
	font-size: 10pt;
	font-weight: normal;
}
#contactFormAreali{
	margin: 0px 0px 0px 35px;
	padding: 0px;
	visibliity: visible;
	font-size: 10pt;
	font-weight: normal;
}
#contactFormArea input, textarea{
	margin: 0px 0px 0px 35px;
	padding: 0pxx;
}
#contactFormArea #baseImg{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#contactFormArea .submit{
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: right;
}