/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */
body{
	margin: 0px;
	padding: 0px;
	background: #FBFBFB url(../images/bg.gif) repeat-y center;
	color: #000000;
	font-size: 11px;
	font-family: Arial,Helvetica,Sans-Serif,Tahoma;
	text-align: center;
}

img {
	border: none;
}

hr {
	border: 0px solid #A9A9A9;
	background: #A9A9A9;
	color: #A9A9A9;
	height: 1px;
}

table td p {
        margin: 0;
        padding: 0;
}
table td { vertical-align:top; }

#header{
	background: url(../images/bg-header.gif) no-repeat center top;
	border-bottom: 2px solid #FFFFFF;
	text-align: left;
	height: 112px;
	width: 100%;
	margin: auto;
	top: 0;
	position: relative;
}

#header #container {
	margin: auto;
	position: relative;
	height: 112px;
	width: 800px;
}

#header h1, #header h2, #header h3 {
	margin: 0;
	padding: 0;
}

#header h1 {
	background: url(../images/logo-def.gif) no-repeat;
	right: 90px;
	top: -4px;
	position: absolute;
	width: 119px;
	height: 120px;
	z-index: 10;
}

#header h1 a {
	display: block;
	cursor: pointer;
	width: 119px;
	height: 95px;
}

#header h2 {	
	background: url(../images/header.jpg) no-repeat;
	height: 112px;
	width: 790px;
	left: -36px;
	top: 0px;
	position: absolute;
}

#header span {
	display: none;
}

#frame {	
	margin: auto;
	width: 780px;
	text-align: left;
	position: relative;
}

#left {
	float: left;
	margin-left: 6px !important;
	margin-left: 3px;
	margin-top: 20px;
	width: 180px;
}

#center {
	background: url(../images/center-bg.gif) no-repeat bottom right;
	float: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	width: 400px;
	margin-top: 20px;

}

#content {
	margin: 6px;
}

#center p {
	line-height: 16px;
}

#center a {
	color: #0D7D79;
	text-decoration: underline;
}

#center a:hover {
	color: #00A4E8;
}

#center h1, #center h2, #center h3 {
	color: #00685A;
	font-size: 17px;
	margin-bottom: 14px;
}

#center h2 {
	color: #000000;
	font-size: 15px;
}

#center h3 {
	font-size: 12px;
}


#right {
	float: left;
	margin-left: 6px;
	margin-top: 20px;
	width: 182px;
}

.title {	
	line-height: 17px;
	height: 17px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 10px;
}


/*** footer ***/

#footer {
	clear: both;
	border-top: 1px solid #EFEEEE;
	color: #A9A9A9;
	margin: auto;
	text-align: center;
	height: 30px;
	width: 400px;
}

#footer span { padding:0 0.3em; }