/*
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #6ccfff url(images/pattern.jpg) repeat-x;
	color: #ff0081;
	font: bold 0.8em Calibri, Arial, Verdana, Tahoma, Trebuchet MS;
}
#container {
	position: relative;
	width: 761px;
	margin: 0 auto;
}
#content_bg {
	background: url(images/bg.jpg) left 156px no-repeat;
}
h3 {
	color: #000;
	font-size: 110%;
	padding-top: 9px;
	height: 20px;
	padding-left: 10px;
}
a {
	color: #ff0081;
	text-decoration: none;
}
ul {
	list-style: none;
	margin-left: 10px;
}
/*******************/
/***** HEADER *****/
/******************/
#header {
	height: 58px;
	background: url(images/logo.jpg) left no-repeat;
}
#header h1, #header h2 {
	text-indent: -999em;
}
/****************/
/*****SIDE *****/
/***************/
#side {
	float: left;
	width: 164px;
}
/***** BOX *****/
.box_f {
	height: 10px;
	margin-bottom: 10px;
	font-size: 1px;
}
#side .box {
	width: 164px;
	background: url(images/small_bg.png);
}
#side .box_f {
	width: 164px;
	background: url(images/small_footer.png);
}
#side h3 {
	color: #bce7fc;
	background: url(images/small_header.png);
}
/******************/
/***** CENTER *****/
/*****************/
#center {
	float: left;
	width: 433px;
}
A:hover {
   color: #FFFFFF;
	
}

/***** BOX *****/
#center .box {
	width: 433px;
	background: url(images/big_bg.png);
}
#center .box_f {
	width: 433px;
	background: url(images/big_footer.png);
}
#center h3 {
	color: #fff;
	background: url(images/big_header.png);
}
#center p {
	padding: 0 10px 0 10px;
}
/*******************/
/***** FOOTER *****/
/******************/
#footer {
	clear: both;
	text-align: center;
	line-height: 300%;
}
