body {
	/*overflow: hidden;*/
	margin: 0px;
	background: #D2D0A9;
}
html {
  height: 100%;
 /* overflow: hidden;*/

}

#content {
	margin-left: -450px;
	margin-top: -300px;
	position: absolute;
	width: 900px;
	height: 600px;
	left: 50%;
	top: 50%;
	z-index: 1;
}

#bg_image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
}
/* top menu section */
#flashcontent{
	height: 491px;
}

#topmenuposition{
	width: 300px;
	position: absolute;
	left: 280px;
	top: 80px;
	z-index: 8
}


/*class */
.topmenu {
	border-spacing: 3px;
	padding: 4px;
	font-family: Arial;
	/*background-color: #E3E4C3;*/
	color: #444;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: right;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.7em;
	font-weight: bold;
	font-variant: small-caps;
}

.topmenu a:link{
	color: #66547b;
	text-decoration: none;
	font-size: 1em;
}
.topmenu a:hover a:active{
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
}
.topmenu a:visited{
	color: Gray;
	text-decoration: none;
	font-size: 1em;
}
/* EOF topmenu */

/* start of textarea */

#textareaposition{
/* the following are - 2 x the padding of the textarea class orig height is 381 width 383*/
	width: 323px;
	height: 321px;
	padding: 30px;
}


/*class */
.textarea {
	font-family: Arial;
	background-image: url(img/text_bg.jpg);
	color: #8B8B8B;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.7em;
	font-weight: bold;
	
	
}

.textarea a{
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
}
.textarea a:active{
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
}
.textarea a:hover{
	color: #FFF;
	text-decoration: underline;
	font-size: 1em;
}
.textarea a:visited{
	color: Gray;
	font-size: 1em;
	text-decoration: none;
}

.textarea h1{
	color: #FFF;
	font-size: 1.8em;
}
.textarea h2{
	color: #FFF;
	font-size: 1.6em;
}
.textarea h3{
	color: #FFF;
	font-size: 1.4em;
}
.textarea h4{
	color: #FFF;
	font-size: 1.2em;
}

/* end of text area for now */

/* ocntact section */

#contactareaposition{
	position: absolute;
	top: 510px;
	width: 300px;
	left: 300px;
}

.contactarea {
	font-family: Arial;
	color: #444;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: center;
	letter-spacing: 0em;
	line-height: 1.6em;
	font-size: 0.7em;
	font-weight: normal;
}

.contactarea a{
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
}
.contactarea a:hover{
	color: #FFF;
	text-decoration: underline;
	font-size: 1em;
}
.contactarea a:active{
	color: #FFF;
	text-decoration: underline;
	font-size: 1em;
}

.contactarea a:visited{
	color: #204112;
	font-size: 1em;
	text-decoration: none;
}
