/*
*	Slicing door Koen Hobbelt
*	http://www.koen-media.nl
*
*	(c) 2007 AdultNetworx
*/

body {
	background: #1A351F url('background.gif') repeat-x;
	color: #0D6400;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 0.65em;
	text-align: center;
}

/*
*	Container
*/

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background: #EDFFEB;
}


/*
*	Logo
*/

#logo {
	background: url(logo_bg.jpg) no-repeat;
	width: 800px;
	height: 180px;
	padding-top: 26px;
	line-height: 25px;
}

#logo h1 {
	display: none;
}

#logo #icons {
	width: 167px;
	float: left;
	height: 26px;
	text-align: center;
	padding-right: 24px;
}

#logo #icons img {
	font-size: 1px;
}

#logo ul, #logo ul li {
	float: left;
	list-style: none;
}

#logo ul li a {
	width: 60px;
	height: 26px;
	padding-left: 12px;
	background: url('menu_bullet.gif') no-repeat 0% 50%;
	display: block;
	float: left;
	color: White;
	font-weight: bold;
	font-size: 0.87em;
	text-decoration: none;
}

#logo ul li a:hover {
	text-decoration: underline;
}

/*
*	Content
*/

#content {
	padding: 0px 0px 0px 9px;
}

#content #row1 {
	width: 206px;
	float: left;
	margin-right: 14px;
}

#content #row1 h2 {
	background: url('row1_title.gif') no-repeat;
	color: White;
	height: 21px;
	text-align: center;
	font-size: 0.85em;
	line-height: 20px;
	padding-bottom: 10px;
}

#content #row2 {
	width: 228px;
	float: left;
	margin-right: 14px;
}

#content #row2 h2 {
	background: url('row2_title.gif') no-repeat;
	color: White;
	height: 21px;
	text-align: center;
	font-size: 0.85em;
	line-height: 20px;
	padding-bottom: 10px;
}

#content #row3 {
	width: 154px;
	float: left;
	margin-right: 14px;
}

#content #row3 h2 {
	background: url('row3_title.gif') no-repeat;
	color: White;
	height: 21px;
	text-align: center;
	font-size: 0.85em;
	line-height: 20px;
	padding-bottom: 10px;
}

#content #row4 {
	width: 154px;
	float: left;
}

#content #row4 h2 {
	background: url('row4_title.gif') no-repeat;
	color: White;
	height: 21px;
	text-align: center;
	font-size: 0.85em;
	line-height: 20px;
	padding-bottom: 10px;
}

#content h2.antispace {
	padding: 0px;
}

#content p {
	margin: 0px 7px 1em 7px;
}

#content img.preview {
	border: 1px solid #A1BA9E;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
}

#content a img {
	text-decoration: none;
}

#content .center {
	text-align: center;
}

#content a {
	color: #0D6400;
	text-decoration: none;
}

#content a:hover {
	color: #0D6400;
	text-decoration: underline;
}

#content ul {
	margin-bottom: 10px;
}

#content ul li {
	background: #DCF9DF;
	height: 22px;
	display: block;
	line-height: 21px;
	padding: 0px 7px 0px 7px;
}

#content ul li.dark {
	background: #CEF3D3;
}

#content ul li a {
	width: 228px;
	height: 22px;
}

#content ul li span {
	display: block;
	width: 170px;
	float: left;
	overflow: hidden;
}

#content ul li small {
	display: block;
	width: 40px;
	float: right;	
	font-size: 1em;
	overflow: hidden;
}

/*
*	Footer
*/

#footer {
	background: url('footer_bg.gif');
	height: 26px;
	padding-top: 8px;
	line-height: 25px;
	color: #3E543F;
	text-align: right;
	font-size: 0.85em;
}

#footer a {
	color: #3E543F;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*
*	Cross-Browser Hacks
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}

p {
	margin: 0px 0px 1em 0px;
}

.clear {
	clear: both;
}
