html,body,div
{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #493B29;
}

input,textarea
{
	border: 1px solid black;
	font-family: Verdana;
	font-size: 12px;
}

#wrapper
{

}

#header
{
	background-image:url('http://www.omgimages.net/images/bg_header.png');
	height: 100px;
	width: auto;
	text-align: center;
	border-bottom: 5px solid #B3D6B6;
	background-color: #00262e;
}

#logo
{
	padding-top: 21px;
}

#tabs a
{
	border-left: 2px solid #8beaff;
	border-right: 2px solid #8beaff;
	border-top: 2px solid #8beaff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	padding: 5px;
	margin: 2px;
	position: relative;
	top: 5px;
	left: 200px;
	text-decoration: none;
	background-color: #8beaff;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 15px;
}

#tabs .tab_register
{
	background-color: #F4AB74;
	border-color: #F4AB74;
}

#content
{
	background-color: #DEF5DC;
	text-align: center;
	padding: 25px;
	border-bottom: 5px solid #98b59a;
}

#footer
{
	text-align: center;
	padding: 2px;
}

#left
{
	float: left;
	width: 70%;
}

#right
{
	float: left;
	width: 28%;
	background-color: #DEF5DC;
	border: 1px solid #DEF5DC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('http://www.omgimages.net/images/bg_panel.png');
	padding: 3px;
}

#show
{
	text-align: center;
	width: 50%;
	padding-left: 300px;
	padding-bottom: 50px;
}


.panel
{
	float: left;
	text-align: center;
	width: 33%;
	height: 180px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 20px;
	background-image: url('http://www.omgimages.net/images/bg_panel.png');
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}