body {
	overflow: -moz-scrollbars-vertical;
	background: #fff;
	color: #282828;
	font: 62.5% verdana, arial, helvetica, sans-serif;
	margin: 5px 0 0;
	padding: 0;
	text-align: left;
}

a img {
	border: 0;
}

::-moz-selection {
	background:#d4f699;
	color:#7aa62f;
}

::selection {
	background:#d4f699;
	color:#7aa62f;
}

code::-moz-selection {
	background: #535353;
	color:#9dd63c;
}

code::selection {
	background: #535353;
	color:#9dd63c;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #f65077;
}

a:hover, a:active, a:focus {
	color: #4FA3DA;
}

a.rss:link, a.rss:visited {
	color: #ff950b;
}

a.rss:hover, a.rss:active, a.rss:focus {
	color: #8fc80d;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 span {
	display: none;
}

h3 {
	margin: 5px 0 0;
	height: 20px;
	width: 419px;
	cursor: pointer;
	font-size: 0.99em;
}

h3 a:link, h3 a:visited {
	background: #000000 url(img/title.gif) no-repeat;
	color: #fff;
	text-shadow: 2px 2px 1px #000000;
	padding: 4px 8px 0;
	-moz-outline-style: none;
	display: block;
	height: 16px;
	width: 403px;
	text-decoration: none;
}

.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #8DC70A;
}
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #8DC70A url(images/greentab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}



/* 2) Site Structure 
---------------------------------------------------------------------------- */
#container {
	height: auto !important;
	height: 100%;
	margin-bottom: -3.5em;
	min-height: 100%;
	}
#header_wrapper {
	height: 9.6em;
	margin-bottom: 3.2em;
	position: absolute;
	top: 0;
	width: 100%;
	}
	#header {
		width: 960px;
		}
#data {
	clear: both;
	margin: 12.0em auto 0 auto;
	margin-bottom: 2em;
	width: 960px;
	}
	
/* #) Header
---------------------------------------------------------------------------- */
#header_wrapper {
	background: url(/images/back.png) #404040 bottom left repeat-x;
	}
	#top_bar {
		display: block;
		height: 9px;
		margin-bottom: 1em;
		overflow: hidden;
		padding: 0;
                text-align: left;
		}
	#header {
		margin: 0 auto;
		position: relative;
		}
		.logo {
			float: left;
			}
		.navigation {
			float: left;
			position: relative;
			text-align: right;
			width: 960px;
			}
			.navigation ul {
				bottom: -0.9em !important;
				bottom: -1em;
				list-style-type: none;
				margin: 0;
				padding: 0;
				position: absolute;
				right: 0;
				}
				.navigation ul li {
					color: #fff;
					float: left;
					font: normal 1.7em tahoma;
					letter-spacing: .05em;
					}
					.navigation ul li a {
						color: #fff;
						display: block;
						margin: 0 0.4em;
						padding: 0.3em 0.5em 0.6em 0.5em;
						text-decoration: none;
						}
					.navigation ul li a:hover {
						background: #ce4c3e;
						}
	#header_search {
		float: right;
		margin: 0;
		padding: 0;
		}
		#header_search p {
			margin: 0;
			padding: 0;
			}
		#header_search input {
			background: transparent;
			border: 0;
			color: #696969;
			font-size: 1.4em;
			font-weight: bold;
			padding: 2px;
			text-align: right;
			}
			#header_search input.focus {
				background: #fff;
				border: 1px solid #7fa7c4;
				border-top-color: #cbe3f5;
				border-left-color: #cbe3f5;
				color: #404040;
				padding: 1px;
				}
			#header_search input.hover {
				background: transparent;
				border: 1px solid #aaaaaa;
				border-top-color: #c5c5c5;
				border-left-color: #c5c5c5;
				padding: 1px;
				}
#new_message {
	background: #f8e5e3;
	border: 1px solid #ce4c3e;
	color: #404040;
	margin: 10em auto 3em auto !important;
	margin: 0 auto 3em auto;
	width: 960px;
	}
	#new_message p {
		margin: 0;
		padding: .3em;
		}
	#new_message a {
		color: #ce4c3e;
		}
		#new_message a:hover {
			color: #c82e1e;
			}
	

/* #) Footer
---------------------------------------------------------------------------- 
#footer_wrapper {
	background: url(../images/footer_bg.png) #f5f7f9 left top repeat-x;
	clear: both;
	}
	#footer {
		margin-top: 3em;
		text-align: right;
		}
	#footer a {
		color: #7fa7c4;
		}
	#footer a:hover {
		color: #df847b;
		}
	#footer p {
		clear: both;
		color: #aaaaaa;
		font-size: 1.1em;
		margin: 0;
		padding: 1em;
		}
	#footer ul.navigation {
		clear: both;
		display: block;
		float: right;
		letter-spacing: 1px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: right;
		width: 60.5em !important;
		width: 62em;
		}
		#footer ul.navigation li {
			display: block;
			float: left;
			font: normal 1.3em tahoma, arial, verdana;
			margin: 6px 0 6px 1em;
			}
			#footer ul.navigation li a {
				color: #ce4c3e;
				display: block;
				padding: 1.5em 2px 0 2px;
				text-decoration: none;
				}
				#footer ul.navigation li a:hover {
					background: #7fa7c4;
					color: #fff;
					}
					
*/

/* #) HACKS and FIXES
---------------------------------------------------------------------------- */
.clear {
	clear: both;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;} /* Hides from IE-mac \*/
.clearfix {display: block;}

#content {
	background: url(img/footer.gif) bottom right no-repeat;
	padding: 0 0 55px 0;
}

p {
	margin: 0 0 1px;
	padding: 5px;
	line-height: 15px;
}

p b {
	color: #4FA3DA;
	font-weight: bold;
	font-size: 1.1em;
}

p.docu {
	padding: 5px;
	text-align: center;
	background-color: #f7ffe4;
	font-size: 1.5em;
	border-bottom: 1px solid #deff91;
	border-top: 1px solid #deff91;
}

p.docu a:link, p.docu a:visited {
	font-weight: normal;
	color: #4FA3DA;
}

p.docu a:hover, p.docu a:active {
	color: #8fc80d;
}

ul {
	margin: 0 15px 10px;
	padding: 0 5px;
}

i {
	font-size: 1.1em;
	font-style: normal;
	color: #7AA62F;
}

b.date {
	color: #535353;
	margin-left: 5px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

a.big {
	font-size: 1.1em;
}

code {
	font-size: 10px;
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	background: #EBEBEB;
	color: #535353;
}

code b {
	color: #4fa3da;
	font-weight: normal;
}

ol {
	margin: 0;
	padding: 0 0 0 30px;
}

li {
	margin-top: 4px;
}

div.wrapper {
	background-color: #EBEBEB;
}

code.long {
	display: block;
	padding: 3px;
	margin: 0 4px;
}

a.demo {
	-moz-outline-style: none;
	display: block;
	height: 12px;
	width: 38px;
	float: left;
	background: url(img/demo.gif) top left no-repeat;
	margin-right: 2px;
	cursor: pointer;
}

#content div {
	margin: 0;
	padding: 0;
	height: 1%;
}

.stretcher {
	background: none !important;
	background: #fff;
}

.copy {
	float: right;
	margin-top: 9px;
	margin-right: 182px;
	display: block;
	width: 52px;
	height: 50px;
}

.copy span {
	display: none;
}

#ads {
	padding: 5px 0;
	width: 419px;
	margin: 0 auto;
}

#ads p {
	text-align: left;
}
