@charset "utf-8";
/* CSS Document */
a:link, a:visited {
	color: #8fd131;
	text-decoration:none;
	}
a:hover, a:active {
	text-decoration:underline;
	}
div#subpage_content{
min-height:100%;
position:relative;
float:left;
clear:left;
background: url(/images/sidebar_bg.gif) repeat-y top right;
margin:0;
border-bottom:1px solid #dcdcdc;

}
div#content{
float:left;
margin:0 0 0 1px;
padding:0;
}
h4{
font-size:1.1em;
color:#555;
font-weight:bold;
width:150px;
}
h5{
font-size:1em;
font-weight:normal;
width:150px;
}
h2{
height:36px;
width:751px;
margin:0;
}
h2#register_title{
background:url(/images/register_title.gif);
}
h2#login_title{
background:url(/images/login_title.gif);
}


.fauxlink{
color:#8fd131;
cursor:pointer;
}
