html { min-height: 100%; margin-bottom: 1px; }
body 
{
	margin:0px;
	padding:0px;
	text-align: center;
	min-width: 600px;
	background:#ececec;	
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper
{
	margin:0 auto;
	width:770px;
	text-align: left;
	height:100%;
}

#header
{
	width:770px;
	height:215px;
	background:url(images/top.jpg) no-repeat;
}

#menu
{
	position:absolute;
	margin-top:185px;
	margin-left:25px;
	display:block;
	text-align:left;	
	vertical-align:bottom;
}

#menu li
{
	font-size:12px;
	margin:0px 10px 5px 0px;	
	font-weight:bold;
	display:inline;
}

#content
{
	float:left;
	background:#FFF;
	width:770px;
	/*background:url(images/contentfiller.jpg) repeat-y;*/
	height:auto;	
}

h1
{
	font-size:12px;
	margin:20px;
	
}
h2
{
	font-size:11px;
	margin:20px;
}
p, ul, table
{
	line-height:18px;
	font-size:11px;
	margin:20px;
}

.menuItem
{
	color:#000;
	cursor:pointer;
	text-decoration:none;
}

.menuItemHover
{
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
}

.menuItemSelected
{
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
}

#footer
{
	float:left;
	width:770px;
	font-size:12px;
	color:#FFF;
	background:#999999;
	text-align:right;
}
#footer p
{
	margin:5px;
	
}

.profile_left
{
	width:400px;
	vertical-align:top;
	text-align:left;
}

.profile_right
{
width:200px;
text-align:right;
}