#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 86px;
	z-index: 21;
}
#corner_menu
{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 300px;
	height: 20px;
	z-index: 30;
	text-align: right;
}
#page_title
{
	position: absolute;
	top: 40px;
	left: 210px;
	width: 410px;
	text-align: right;
	z-index: 20;
	color: white;
}
#sign_up_button
{	
	width: 137px;
	height: 40px;
	border-style: none;
	background-color: transparent;
	background-image: url("../images/signup.png");
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 1px;
}
#top_box_left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 320px;
	background-image: url("top_left.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#top_box
{
	position: absolute;
	top: 0px;
	left: 30px;
	width: 143px;
	height: 320px;
	background-image: url("top_left.png");
	background-repeat: repeat-x;
	background-position: top left;
}
#top_box_right
{
	position: absolute;
	top: 0px;
	left: 173px;
	width: 20px;
	height: 320px;
	background-image: url("top_left.png");
	background-repeat: repeat-x;
	background-position: bottom right;
	z-index: 8;
}
#top_box_content
{
	position: absolute;
	top: 20px;
	left: 25px;
	width: 150px;
	height: 270px;
	overflow: hidden;
	padding-top: 80px;
	z-index: 7;
}
#top_middle
{
	position: absolute;
	top: 0px;
	left: 184px;
	width: 456px;
	height: 110px;
	background-image: url("top_middle.png");
	background-position: top left;
	background-repeat: repeat-x;	
}
#top_middle_right
{
	position: absolute;
	top: 0px;
	left: 640px;
	width: 35px;
	height: 110px;
	background-image: url("top_middle.png");
	background-position: bottom right;
	background-repeat: no-repeat;	
}
#top_right
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 120px;
	background-image: url("top_right.png");
	background-repeat: no-repeat;
	background-position: top right;
}
#content_left
{
	padding-left: 190px;
	padding-right: 0px;
	background-image: url("content_left.png");
	background-position: top left;
	background-repeat: repeat-y;
}
#content_right
{
	background-image: url("content_right.png");
	background-position: top right;
	background-repeat: repeat-y;
	padding-right: 35px;
	margin-top: 107px;
}
#content_inner
{
	background-color: #f7faf8;
	background-image: url("content_inner.png");
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 10;
	padding: 5px;
	min-height: 300px;
}
#bottom
{
	height: 50px;
	background-image: url("bottom.png");
	background-repeat: repeat-x;
	background-position: top left;
}
#bottom_left
{
	float: left;
	width: 200px;
	height: 50px;
	background-image: url("bottom.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#bottom_right
{
	float: right;
	width: 50px;
	height: 50px;
	background-image: url("bottom.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#sign_up_box
{
	position: absolute;
	top: 245px;
	left: 27px;
	width: 137px;
	height: 40px;
	z-index: 12;
	text-align: center;
}
#login_error
{
	color: #ffc0b8;
}
#main_login_box
{
	position: absolute;
	top: 74px;
	left: 0px;
	width: 146px;
	line-height: 1.3em;
}
#login_submit
{
	float: right;
	border-style: none;
	background-color: transparent;
	background-image: url("login_button.gif");
	background-repeat: no-repeat;
	width: 71px;
	height: 24px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
#content_children
{
	clear: left;
}
#stats
{
	position: absolute;
	width: 160px;
	top: 300px;
	left: 14px;
	text-align: center;
	z-index: 100;
	line-height: 16px;
	padding-top: 10px;
}
ul.menu
{
	margin: 0px;
	padding: 0px;
}
li.menuitem
{
	display: block;
	width: 80px;
	height: 71px;
	float: left;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
a.menuitem
{
	display: block;
	width: 80px;
	height: 71px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-image: url("menu.gif");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	overflow: hidden;
}
a.menuitem:hover
{
	background-position: bottom left;
}
img.menuitem
{
	border-style: none;
	margin: auto;
	display: block;
	margin-top: 10px;
}

ul.submenu
{
	margin: 0px 0px 20px 0px;
	padding: 2px;
	height: 24px;
	border: solid 1px #183010;
}
li.submenu
{
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: auto;
	list-style-type: none;
}
a.submenuitem
{
	display: block;
	height: 24px;
	background-image: none;
	color: #000000;
	width: auto;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
a.submenuitem:hover, a.active
{
	background-color: #b0ffa0;
}
img.submenuitem
{
}

.paypal, .paypal:focus
{
	border-style: none;
	background: transparent;
	width: 100px;
}
