body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
img
{
	border: 0px;
}
a
{
	text-decoration: none;
	color: #9f0000;
}
#container
{
 	margin-top: 15px;
 	margin-bottom: 15px;
 	width: 100%;
 	height: 100%;
}
#top
{
	margin: auto;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 195px;
}
#center
{
	width: 100%;
	background-image: url(img/tlo.jpg);
	background-repeat: repeat-x;
	background-color: #9f0000;
	clear: right;
}
#content
{
	width: 750px;
	margin: auto;
	display: block;
	position: relative;
}
#ltab
{
	width: 200px;
	float: left;
}
#ltabcont
{
	width: 200px;
	background-image: url(img/ltab_back.jpg);
	background-repat: repeat-y;
	text-align: center;
	font-family: 'Courier New';
	font-size: 18px;
}
#ltab_top
{
	width: 200px;
	height: 58px;
	background-image: url(img/ltab_top.jpg);
	background-repeat: no-repeat;

}
#ltab_bot
{
	width: 200px;
	height: 10px;
	background-image: url(img/ltab_bottom.gif);
	background-repeat: no-repeat;
}
#right
{
	width: 536px;
	float: right;
	padding-top: 14px;
	padding-bottom: 14px;
	position: relative;
}
#r_t
{
	width: 536px;
	height: 10px;
	background-image: url(img/r_top.gif);
	background-repeat: no-repeat;
}
#r_c
{
	width: 516px;
	background-image: url(img/r_center.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}
#r_b
{
	width: 536px;
	height: 10px;
	background-image: url(img/r_bot.gif);
	background-repeat: no-repeat;
}
#osw
{
	font-size: 9px;
	color: #000000;
	width: 750px;
	clear: both;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid; 
	border-color: #000000;
}
#footer
{
	margin-top: 20px;
	height: 20px;
	width: 100%;
	background-color: #9f0000;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	clear: both;
}