/*
*	
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #ffcdff url(images/pattern.jpg) repeat-x;
	color: #000;
	margin: 0;
	font: 0.75em Tahoma, Verdana, Arial;
}
.clear {
	clear: both;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 866px;
	margin: 0 auto;
	background: url(images/content.png);
	behavior: url(iepngfix.htc);
}
#header {
	height: 107px;
	background: url(images/header.jpg);
}
#header h1 {
	display: none;
}
.adleft, .adright {
	background: url(images/adbg.jpg);
	padding: 6px 11px;
	margin-top: 6px;
}
.adleft {
	float: left;
}
.adright {
	position: relative;
	float: right;
	right: 5px;
}
h2 {
	background: #fc7bfc;
	height: 20px;
	line-height: 20px;
	font-size: 100%;
}

/* LEFT */
#left {
	position: relative;
	left: 12px;
	float: left;
	width: 165px;
}
.boxs {
	width: 165px;
	background: #fdeafd;
	margin-bottom: 10px;
}
/* RIGHT */
#right {
	position: relative;
	right: 23px;
	float: right;
	width: 650px;
}
.boxb {
	width: 650px;
	background: #fdeafd;
	margin-bottom: 10px;
}
A:link
{
text-decoration: none;
color: #000000;
font: 1.0em Arial, Verdana, Tahoma;
}

A:visited
{
text-decoration: none;
color: #000000;
font: 1.0em Arial, Verdana, Tahoma;
}

A:active
{
text-decoration: none; 
color: #000000;
font: 1.0em Arial, Verdana, Tahoma;
}

A:hover
{
text-decoration: none;
color:#FFFFFF;
font: 1.0em Arial, Verdana, Tahoma;
}
