body {
	margin: 0px;
	padding: 0px;
	background-color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image:url(../img/global_BG.png);
}
#master {
	position: relative;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: solid black 0px;
	background-color: #006600;
	text-align: left;
}
#logo {
	position: absolute;
	width:170px;
	height:365px;
	top: 10px;
	left: 50px;
	background-image:url();
	background-repeat:no-repeat;
	}  
#header {
	position: absolute;
	height:155px;
	width: 721px;
	top: 0px;
	right: 0px;
	left: 200px;
	background-repeat:no-repeat;
	background-image:url(../img/global_H.png);	
}
#bodywrap {
	margin-top: 185px;
	position: absolute;
	padding: 10px;
}
#hTitle {
	width:100%;
	height:10px;
	clear: both;
	text-align: center;
	margin-top: 70px;
	margin-left: 85px;
	color: #ffffff;
	font-family: Times New Roman, Times, serif;
	font-size:42px;
}
#cp_menu {
	width:120px;
	height:271px;
	float: left;
	background-image:url(../img/global_CP.png);
	background-repeat:no-repeat;
	margin-top:-10px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding: 5px;
	padding-top:20px;
	padding-left:-305px;
	font-size:16px;
	color:#ffffff;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
}
#sideco2 {
	width:200px;
	float: left;
	background-color: #FF6666;
	margin-bottom: 20px;
	padding: 5px;
}
#maincol {
	margin-left: 220px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 5px;
	color:#ffffff;
}
#footer {
	width:600px;
	height:30px;
	clear: both;
	padding: 10px 0px;
	margin-left:150px;
	text-align: center;
	color: #ffffff;
}
#image-container {

  width: 500px;
  height: 500px;

}

<!-- LINKS -->
a:link {color: #ffffff; text-decoration: underline;}
a:active {color: #ffffff; text-decoration: underline;}
a:visited {color: #ffffff; text-decoration: underline;}
a:hover {color: #cccccc; text-decoration: none;}

a.one:link {color: #ffffff; text-decoration: none;}
a.one:visited {color: #ffffff; text-decoration: none;}
a.one:hover {color: #cccccc; text-decoration: underline;}
-->
</style>