html,body
{
	width:100%;
	height:100%;
}

body
{
	margin:0px;
	padding:0px;
	background:url(img/left_bg.gif) repeat-y;
	font-family:Arial;
	font-size:11px;
}
td
{
	font-family:Arial;
	font-size:11px;
}
a
{
	color:#000;
	position: relative;
}
#main 
{ 
	position: relative; 
	min-height: 100%;
}

* html #main { height: 100%;}

#topDiv
{
	width:100%;
	height:160px;
	background:url(img/top_bg.gif) repeat-x;
}

#menu
{
	width:250px;
	height:395px;
	float:left;
	background:url(img/left.jpg) no-repeat;
}
#content
{
	float:left;
	width:490px;
	margin-left:25px;
}
#bottomDiv
{
	clear:both;
	position: relative; 
	margin-top: -25px;
	width:100%;
	background:url(img/bottom_bg.gif) repeat-y;
	background-color:#99cccc;
	height:25px;
	line-height:25px;
	text-align:center;
}

div.mainMenu
{
	margin-left:25px;
	width:207px;
	height:43px;
	text-align:center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='img/menu_bg.png');
}
div.mainMenu[class]{

	background:url(img/menu_bg.png) no-repeat left top;

}

div.mainMenu a
{
	line-height:35px;
}
div.subMenu
{
	margin-left:25px;
	width:207px;
	height:18px;
	text-align:center;
}

div.mainMenu a, div.subMenu a
{
	text-decoration:none;
	font-weight:bold;
}

div.mainMenu a:hover, div.subMenu a:hover
{
	color:#339933;
}

h1
{
	margin:0px;
	font-size:14px;
	font-weight:bold;
}
h2
{
	margin:0px;
	font-size:12px;
	font-weight:bold;
}