/*
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000001;
	color: #fff;
	font: 0.75em Arial, Verdana, Tahoma, Trebuchet MS;
}
.clear {
	clear: both;
}
#container {
	width: 840px;
	border: 4px solid #000;
	margin: 0 auto;
}
#header {
	margin-bottom: 19px;
	height: 201px;
	background: url(images/header.jpg);
	border-bottom: 4px solid #000;
}
#header h1 {
	text-indent: -999em;
}
/* LEFT */
#left {
	position: relative;
	float: left;
	left: 12px;
	width: 183px;
}
.boxs {
	background: url(images/boxs_bg.jpg);
}
.boxs_bottom {
	margin-bottom: 13px;
	height: 19px;
	font-size: 1px;
	background: url(images/boxs_bottom.jpg);
}
.boxs h2 {
    font-size: 14px;
	background: url(images/boxs_top.jpg);
	height: 27px;
	line-height: 27px;
	padding-left: 15px;
	width: 168px;
	
}
/* RIGHT */
#right {
	position: relative;
	float: right;
	right: 12px;
	width: 618px;
}
.boxb {
	margin-bottom: 13px;
	background: #fff url(images/boxb_bottom.jpg) bottom no-repeat;
	padding-bottom: 19px;
}
.boxb h2 {
    font-size: 12px;
	background: url(images/boxb_top.jpg);
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	width: 603px;
}
A:link
{
text-decoration: none;
color: #000000;
font: Arial, Verdana, Tahoma;
}

A:visited
{
text-decoration: none;
color: #000000;
font: 12px Arial, Verdana, Tahoma;
}

A:active
{
text-decoration: none; 
color: #000000;
font: 12px Arial, Verdana, Tahoma;
}

A:hover
{
text-decoration: none;
color:#CC3366;
font: 12px Arial, Verdana, Tahoma;
}




