/*
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/pattern.jpg) repeat-x;
	color: #fff;
	margin-top: 33px;
	font: 0.75em Arial, Verdana, Tahoma, Trebuchet MS;
}
#container {
	position: relative;
	width: 773px;
	margin: 0 auto;
	background: #fff url(images/content_pattern.jpg);
}
#content_bg {
	background: url(images/bg.jpg) left 156px no-repeat;
}
h3 {
	color: #000;
	font-size: 100%;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
/*******************/
/***** HEADER *****/
/******************/
#header {
	height: 156px;
	background: url(images/header.jpg);
}
#header h1, #header h2 {
	text-indent: -999em;
}
/****************/
/***** LEFT *****/
/***************/
#left {
	position: relative;
	float: left;
	left: 12px;
	width: 136px;
}
/***** BOX *****/
.box {
	background: #212121;
}
.box_f {
	height: 12px;
	margin-bottom: 10px;
	font-size: 1px;
}
#left .box_f {
	background: url(images/small_f.png);
}
#left h3 {
	background: url(images/small_h.png);
}
/***** MENU *****/
#left .menu {
	font-weight: bold;
	margin: 0 20px;
	list-style: none;
}
#left .menu a {
	text-decoration: none;
	color: #fff;
}
/* style 1 */
#left .menu a:hover {
	color: #999;
}
/* style 2 */
#left .menu li.style2 a:hover {
	color: #999;
}
/******************/
/***** RIGHT *****/
/*****************/
#right {
	position: relative;
	float: right;
	right: 12px;
	width: 601px;
}
/***** BOX *****/
#right .box_f {
	background: url(images/big_f.png);
}
#right h3 {
	background: url(images/big_h.png);
}
/* style 1 */
#right a:link {
    color: #FFF;
	text-decoration: none;
}	
#right a:hover {
	color: #DC0CBA;
	text-decoration: none;
}
#right a:active {
	color: #DC0CBA;
	text-decoration: none;
}
#right a:visited {
	color: #FFF;
	text-decoration: none;	
}		
/*******************/
/***** FOOTER *****/
/******************/
#footer {
	clear: both;
	background: url(images/footer.jpg) bottom no-repeat;
	text-align: center;
	line-height: 300%;
	color: #212121;
}
a:link {
    color: #000;
	text-decoration: none;
}	
a:hover {
	color: #DC0CBA;
	text-decoration: bold;
}
a:active {
	color: #DC0CBA;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;		
