/* CSS Document */
html
{
	height:100%;
	background-image:url('img/main-bg.gif');
	background-repeat:repeat-y;
}
body
{	
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url('img/wrapper-bg.gif');
	background-repeat:repeat-x;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper
{
	width:100%;
	height:100%;
	background-image:url('img/bg.gif');
	background-repeat:no-repeat;
}
#main
{
	width:800px;
	height:100%;
}
#left
{
	background-color:#fcef55;
	float:left;
	width:114px;
	text-align:center;
	padding-bottom:5px;
}
#left img
{
	margin-top:-2px;
	margin-bottom:10px;
}
.menu a
{
	display:block;
	float:left;
	width:102px;
	height:19px;
	background-color:#FFF;
	margin-bottom:13px;
	margin-left:6px;
	text-decoration:none;
	color:#000;
	font-size:x-small;
	padding-top:6px;
}
.menu a:hover
{
	background-color:#f37221;
	color:#FFF;
}
#content
{
	width:650px;
	float:right;
	padding-right:20px;
}
h1
{
	font-size:large;
	color:#f37221;
}
h2
{
	font-size:medium;
	font-weight:normal;
	color:#2494D2;
}

