body {
	background-color: #666666;
	color:#CCCCCC;
	margin-top:0px;
	margin-bottom: 78px;
	overflow-y: scroll;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

#main_div{
	border-color:#CCCCCC;
	border-style: solid;
	border-width: thin;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	background-color:#333333;
	height: 100px;
	position: static;
}

#logo {
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 50px;
	margin-right: 50px;
	border-width: 0px;
	float: left;
}

#clock {
	font-size: 9px;
	color: #999999;
	text-align:  top right;
	line-height: 10px;
	margin-top: 65px;
	margin-right: 50px;
	float: right;
	}


#menu_bar {
	background-color: #333333;
	border-bottom-color:#CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}

#menu_bar ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu_bar li{
	display: inline;
}

#menu_bar a {
	padding-top: 12px;
	padding-bottom: 11px;
	padding-left: 25px;
	padding-right: 25px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu_bar a:hover {
	color: #FF3300;
}

#contenter {
	margin-top: 10px;
	float: none;
}

#twoDivContenter{
	float: left;
	width: 860px;
}

/*Use with main_area for 2 div boxs sitution.*/
#side_bar {
	float: left;
	width: 130px;
	margin-left: 20px;
}

#side_bar ul {
	list-style: none;
}

ul a, dl a {
	text-decoration: none;
	color: #CCCCCC;
}

ul a:hover, dl a:hover {
	color: #FF3300;
}

/*Use with side_bar for 2 div boxs sitution.*/
#main_area {
	margin-left: 200px;
	margin-right: 20px;
	float: none;
}

/*Use all by it self for 1 div box sitution.*/
#whole_area {
	float: none;
	margin-left: 20px;
	margin-right: 20px;
}


#contact {
	margin-left: 200px;
	margin-right: 100px;
	float: none;
	margin-bottom:20px;
}

#contact label {
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
	margin-top: 10px;

}

#contact input,textarea {
	float: none;
	margin-top: 10px;
	height: 25px;
}

#contact textarea {
	padding: 5px;
	height:auto;
}

#contact img {
	vertical-align: bottom;
}


h1 {
	font-size: 28px}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px
}

p {
	text-indent: 30pt;
}

#footer {
	clear: both;
	margin-top: 30px;
	text-align: center;
	font-size: small;
	
}

#copy_right {
	margin: 5px;
	font-size: 10px;
	text-transform: uppercase
}

