@charset "utf-8";
/* CSS Document */

body {
	background-image: url(theme/bg.jpg);
	background-repeat: repeat-x;
	background-color: #808080;
}

.top {	
	background-color: #555;
	position: relative;
	height: 32 px;
	width: 960px;
	
	text-align: right;
	vertical-align: bottom;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	
	font-size: 12px;
	color: #fff;
}

.header {	

	background-color: #FFF;
	position: relative;
	height: 55 px;
	width: 960px;
	
	text-align: right;
	vertical-align: bottom;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	
	font-size: 14px;
}

.content {
	
	background-color: #FFF;
	position: relative;
	width: 960px;
	
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	
	font-size: 12px;
	color: #252525;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

a:link {
	color: #09C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:.96F;
}

.header a:visited {
	color: #09C;
}

h1 {
	font-size: 24px;
	padding-bottom: 15px;
}

h2 {
	font-size: 20px;
	padding-bottom: 10px;
}

h3 {
	font-size: 16px;
	padding-bottom: 5px;
}

p {
	padding-bottom: 10px;
}

p, h1, h2, h3, ul {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	padding-left: 20px;
	padding-bottom: 5px;
}

.panel-top
{
	font-family: Arial, Helvetica, sans-serif;
	width:230px;
	height:17px;
	padding-top: 8px;
	padding-left:7px;
	color: #EEE;
	font-size: 14px;
	text-align: left;
}

.panel-content
{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width:230px;
	text-align: left;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.panel-bottom
{
	width:237px;
	height:4px;
	position: relative;
}

img {
	border: none;
}
