BODY { 
	margin: 0px;
	text-align: center;
	background-color: #111111;
	vertical-align: top;
}
.table1 { 
	margin: 0px auto;
	text-align: center;
	background-color: #000000;
	height: 153px;
	width: 900px;
}
.logo { 
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	height: 153px;
	width: 383px;
}
.contact { 
	text-align: right;
	vertical-align: bottom;
	padding-right: 120px;
	background-image: url('images/globe.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	height: 153px;
}
.menu { 
	margin: 0px auto;
	text-align: right;
	padding-right: 120px;
	background-image: url('images/menu_bg.jpg');
	background-repeat: no-repeat;
	height: 18px;
	width: 900px;
}
.menu_bottom { 
	margin: 0px auto;
	background-image: url('images/menu_bottom.jpg');
	background-repeat: no-repeat;
	height: 23px;
	width: 900px;
}
.content { 
	margin: 0px auto;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	background-color: #000000;
	height: 400px;
	width: 900px;
}
.align { 
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.bottom { 
	margin: 0px auto;
	background-color: #000000;
	background-image: url('images/bottom_line.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 900px;
}
h1 {
	font-size: 16px; 
	padding-top: 5px;
	line-height: 1.5;
	color: #F1863E; 
	font-family: verdana, arial;
}
h2 {
	font-size: 12px; 
	padding-top: 5px;
	line-height: 1.5;
	color: #FFFFFF; 
	font-family: verdana, arial;
}
h3 {
	font-size: 12px; 
	padding-top: 5px;
	line-height: 1.5;
	color: #F1863E; 
	font-family: verdana, arial;
}
p {
	font-size: 12px; 
	line-height: 1.5;
	color: #FFFFFF; 
	font-family: verdana, arial;
}
li {
	font-size: 12px; 
	margin-left: 20px;
	line-height: 1.5;
	color: #FFFFFF; 
	font-family: verdana, arial;
}
.desc {
	font-size: 12px; 
	line-height: 1.5;
	color: #FFFFFF; 
	font-family: verdana, arial;
}
.contact_font {
	font-size: 14px; 
	line-height: 1.5;
	color: #F1863E; 
	font-family: verdana, arial;
}
.btext {
	font-size: 11px; 
	line-height: 1.5;
	color: #F1863E; 
	font-family: verdana, arial;
}
a {
	color: #F1863E; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
