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;
}
hr {
	clear: both;
	visibility: hidden;
	height: 0px;
	margin: 0px;
}
#main {
	background-image: url(../images/int_bg.jpg);
	width: 600px;
	margin:0px auto;
}
#header{
	width:600px;
	height: 165px;
}
#left-content {
	width: 189px;
	height: auto;
	background-image: url(../images/left_content_int_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: White;
	float: left;
	font-size: .7em;
	margin-right: 0px;
}
#left-content a {
	color:#FFCC00;
}
#highlight1 {
	font-size: .7em;
	margin: 1.5em;
	width: 200px;
}
#left-content h2{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.1em;
	font-style:italic;
	margin: 1em 0 0 0;
	color: #FE9800;
}
#left-content ul{
	list-style: none;
	margin: 7em 0 4em 1em;
	padding: 0;
}
#left-content p{ margin:0;}
.right-content {
	margin:0;
	height: auto;
	padding-bottom: 4em;
	width: 411px;
	float:left;
	font-size: .8em;
}
.right-content img{ float:left;}
.right-content h2 {
	margin: 0;
	padding: 1em 0 .5em 1em;
	font-size: 1em;	
}
.right-content p {
	margin: 0px;
	padding: .5em 1em .5em 1em;	
}
#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;	
}