body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12pt;
	text-align:center;
	background-image: url(/images/bg_new.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
#main {
	height: 820px;
	text-align: left;
	margin:0px auto;
	width:600px;
}
#header{
	width:600px;
	height: 337px;
	background-image: url(../images/hdr_title_back.jpg);
	
}
#left {
	margin: 0px 0px 0 10px;
	position: relative;
	top: 175px;
	width: 150px;
	font-size: .8em;
	float: left;
}
#left h2 {
	padding: 0;
	margin: 0;
}
#left h3 {
	padding: 0px;
	margin: 5px 0 0 0;
	font-size:1.1em;
}
#right {
	margin: 0px 0px 0 165px;
	position: relative;
	top: 175px;
	width: 210px;
	font-size: .8em;
	float: left;
}
#right h2 {
	padding: 0;
	margin: 0;
}
#right h3 {
	padding: 0px;
	margin: 5px 0 0 0;
	font-size:1.1em;
}
#content {
	width: 600px;
}
#content hr {
	clear: both;
	visibility: hidden;
	height: 0px;
	margin: 0px;
}
#left-content {
	width: 307px;
	height: 400px;
	background-image: url(../images/left_content_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #993300;
	color: White;
	float: left;
	margin-right: 0px;
}

#left-content a {
	color:#FFCC00;
}
#highlight1 {
	font-size: .7em;
	margin: 1.5em;
	width: 200px;
}
#highlight1 h2{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 2em;
	font-style:italic;
	line-height: 1em;
	margin: .6em 0 0 0;
	color: #FE9800;
}
#highlight1 h3{
	font-size: 1em;
	margin: 0;
}
#notes p{
	font-size: .8em;
	margin: .9em 1.5em;
}
#highlight2 {
	font-size: .7em;
	margin: 1.5em;
	width: 260px;
}
#highlight2 h2{
	font-family: "Times New Roman", Times, serif;	
	font-size: 2em;
	text-decoration: underline;
	margin: .6em 0 0 0;
	color: #FE9800;
}
#right-content {
	margin:0;
	height: 400px;
	width: 293px;
	position: relative;
	float: left;
	background-color:#FF9900; 
	}
#right-content img{ 
	marg\in: 0;
}
#right-hlght {
	font-size: .7em;	
}
#right-hlght h2{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.1em;
	font-style:italic;
	margin: 1em 0;
}
#right-hlght p{ 
	width:141px;
}
#footer {
	clear:both;
	width: 600px;
	height: 100px;
	background-color:#000000;
	color:white;
	font-size:.8em;	
}
#footer p { 
	padding: 1.5em;
}
#footer a {
	color:#FFCC00;	
}
#footer em {
	font-weight:bolder;	
}