﻿BODY { background:                 #606060;
       SCROLLBAR-FACE-COLOR:       #000060;
       SCROLLBAR-HIGHLIGHT-COLOR:  #ffffff;
       SCROLLBAR-SHADOW-COLOR:     #6f6f6f;
       SCROLLBAR-3DLIGHT-COLOR:    #606060;
       SCROLLBAR-ARROW-COLOR:      #ffffff;
       SCROLLBAR-TRACK-COLOR:      #ffffff;
       SCROLLBAR-DARKSHADOW-COLOR: #000000;
	   margin: 10px;
}

h1 {
	font-size: 26px;
	color: #000000;
}

h2 {
	font-size: 22px;
	color: #000000;
}

/* Center Website */
#container {
	width:760px; /* Width Of Website */
	margin-left: auto;
	margin-right: auto;
} 

#top {
	position:relative;
	width:760px;
	height:45px;
	background-image: url(../image/top.jpg);
}

#mainbody {
	width: 760px;
	height: 100%;
	background: url(../image/background.jpg) repeat-y;
}

#mainbody a:link {
	color: #000000;
}

#mainbody a:visited {
	color: #CF0000;
}

#mainbody a:hover {
	color: #CF0000;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 735px;
}

#heading {
	text-align: center;
}

#apDivEmail {
	background-color: #8d8a8a;
	border: 1px solid #000000;
	position:relative;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin-left: 230px;
	margin-right: auto;
	width: 270px;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
}


#secondDiv {
	border: 0px solid #000000;
	clear: both;
}

#apDivUses {
	position:relative;	
	float: left;
	width:300px;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
}

#flashvideo{
	text-align: center;
}

#txt {
	position:relative;
	float: right;
	width: 640px;
	font-family: Verdana;
	margin: 0px 65px 0px 0px;
	color: #000000;	
	text-align: justify;

}

#footer {

	margin-left: 120px;
	margin-right: 30px;
	clear: both;
	
}

#bottom {
	top: -16px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width:760px;
	height:42px;
	background-image: url(../image/bottom.jpg);
}

