/*
*	Slicing by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #5c84bc;
	font: 0.75em Arial, Verdana, Tahoma, Trebuchet MS;
	color: #000;
}
img {
	border: 0;
}
#container {
	background: url(images/bg.jpg);
	position: relative;
	width: 921px;
	padding: 0 38px 0 39px;
	margin: 0 auto;
	overflow: hidden;
}
h2 {
	font-size: 130%;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #000;
}
/*******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 190px;
	width: 921px;
	margin-bottom: 15px;
}
h1 a {
	display: block;
	width: 921px;
	height: 170px;
	text-indent: -999em;
	background: url(images/header.jpg);
}
#header a.banner {
	position: absolute;
	bottom: 28px;
	right: 8px;
}
#header ul {
	height: 20px;
	line-height: 20px;
	list-style: none;
	background: url(images/menu.jpg);
}
#header ul li {
	float: left;
}
#header ul li a {
	font-size: 120%;
	font-weight: bold;
	float: left;
	width: 153px;
	text-align: center;
	display: block;
	background: url(images/menu_streep.jpg) right no-repeat;
}
#header ul li.nobg a {
	background: 0;
}
/****************/
/***** LEFT *****/
/***************/
#left {
	position: relative;
	float: left;
	left: 1px;
	width: 441px;
}
#left a {
	text-decoration: none;
	color: #000;
}
.plug {
	background: url(images/plugbg.jpg);
	width: 100%;
	height: 106px;
	margin-bottom: 15px;
}
.plug img {
	float: left;
	width: 120px;
	margin: 8px;
}
.plug .info {
	float: right;
	width: 289px;
	padding: 5px;
	
}
.plug h2 {
	font-size: 110%;
}
.plug p.posted {
	font-size: 80%;
	color: #85888d;
	text-align: center;
	padding-top: 8px;
}
.pages {
	text-align: center;
	font-weight: bold;
	border: 8px solid #c4c8cf;
	padding: 8px;
	background: #fff;
	margin-bottom: 15px;
}
/*******************/
/***** CENTER *****/
/******************/
#center {
	position: relative;
	float: left;
	left: 13px;
	width: 180px;
}
#center h2 {
	margin: 0 0 5px 20px;
}
#center ul {
	list-style: none;
	margin: 0 0 20px 30px;
}
#center ul.ulimg {
	margin-left: 0;
	text-align: center;
}
#center ul.search {
	margin-left: 5px;
	text-align: left;
	font-size: 80%;
	font-style: italic;
}
#center ul.ulimg li {
	margin-top: 10px;
}
/******************/
/***** RIGHT *****/
/****************/
#right {
	position: relative;
	float: right;
	width: 276px;
}
#right h2 {
	margin: 0 0 5px 55px;
}
#right ul {
	list-style: none;
}
#right ul li {
	float: left;
	margin-bottom: 6px;
}
#right ul li a {
	float: left;
}
#right ul li.margin {
	margin-right: 6px;
}

#right a:hover {
	text-decoration: underline;
}

/*******************/
/***** FOOTER *****/
/******************/
#footer {
	clear: both;
	background: url(images/footer.jpg);
	height: 82px;
	text-align: center;
	line-height: 82px;
	padding-top: 14px;
	font-size: 120%;
	font-weight: bold;
}
