body {
color: black;
background-color: #686767;
background-image: url(../images/bkg.jpg);
background-repeat: no-repeat;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
}
a:link {
color: black;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: black;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #333333;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
a:active {
color: red;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
img {
	border: 0px;
	border-style: none;
	border-width: 0px;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}
#header {
	width: 1004px;
	height:auto;
	z-index: 1;
	position: inherit;
}
#header #logo {
	width: 1004px;
	height: 62px;
	background-color: black;
	text-align: center;
	padding-top: 2px;
}
#flash {
	width: 1004px;
	height: 709px;
	background-color: white;
	z-index: 12;
	position: absolute;
}
#flashlayer {
	width: 1004px;
	height: 709px;
}
#footer {
	background-color: black;
	width: 1004px;
	height: 25px;
}
#content {
	width: 1004px;
	height: 600px;
	background-image: url(../images/bg.jpg);
	
}
#menuphp {
	width: 203px;
	height: 600px;
	float: right;
}
#contphp {
	width:749px;
	height: 580px;
	float: left;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 20px;
}
#contphpl {
	width:749px;
	height: 580px;
	float: left;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 20px;
	overflow-y: scroll;
}
#contdivider {
	width: 12px;
	height: 600px;
	float: right;
	background-image: url(../images/menu-hw_01.jpg);
}