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

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body 
{
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	background: url(../images/body_bg.png) repeat-y #cccccc center top;
}

h3
{
	margin: 0;
	padding: 0;
}

p
{
	padding: 0;
	margin: 0;
}

a
{
	color:#666666;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color:#00FF00;
	text-decoration: none;
}

/*START OF EXTRA*/

/*END OF EXTRA*/

img
{
	border: none;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
	min-height: 100%;
	height:auto !important;
	text-align: left;
	overflow: hidden;
}
/* --- Header & Logo ---*/
#header
{
	height: 100px;
	width: 1000px; /*982px;*/
	overflow: hidden;
	float: left;
	/*border: 3px solid #000000;*/
	background: url(../images/header_bg.png) repeat-x;
}

#logo
{
	padding: 3px 3px 0;
	width: 650px;
	overflow: hidden;
	height: 100px;
	float: left;
}

