body{
	background-color:#999999;
	margin:20px auto;
	padding:0;
	width:770px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header{
	background:#fff;
	border-bottom:1px solid #FF0000;
}
#header #right{
	float:right;
	padding:10px;
	color:#666666;
	text-decoration:none;
}
#content{
	background-image:url(stripes.gif);
}

#content #left{
	float:left;
	width:220px;
	padding:5px;
}
#content #left .toggler{
	color:#FFFFFF;
	background:transparent url(large_bullet.gif) no-repeat scroll 0 0;
	padding:5px 0px 7px 35px;
	font-size:15px;
	margin:0px;
	cursor:default;
}
#content #left div.element{
	padding-bottom:10px;
}
#content #left div.element ul{
	padding:0px;
	margin:0px;
}
#content #left div.element ul li{
	list-style:none;
	background:transparent url(small_bullet.gif) no-repeat scroll 0 5px;
	padding:3px 20px;
	margin-left:40px;
	font-size:13px;
}

#content #left a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#content #left a:hover{
	text-decoration:underline;
}

#content #right {
	float:right;
	background:#eee;
	width:520px;
	height:440px;
}
#footer{
	background:#000;
	color:#fff;
	text-align:center;
	padding:20px;
}

/* Clearfix */

.clearfix {
  min-width: 0;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

/* Login Form */
.loginForm, .loginForm td{
	color:#FFFFFF;
}
.loginForm h2{
	margin:0px;
	padding:5px;
	text-align:center;
}
