* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:url('images/bg.jpg') left top repeat-x #ffffff;
	text-align:center;
}
a {
	color: #126d00;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align:left;
}

blockquote{
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
	}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 94px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	margin-top:20px;
	padding: 0 340px 0 0;
	color:#252525;
}
#content h1 {
	font-size:14pt; 
	margin: 10px auto;
}
.article h2 {
	font-size:13pt;
	margin: 5px auto;
}

.tweetmeme-button {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 5px; 
	padding: 4px 0 2px 4px;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	margin:20px -3px 0 -330px;
	float: left;
	width: 300px;
	position: relative;
	padding:20px 10px;
	background:url('images/bgsb.jpg') left top repeat-x #87c33c;
	border:5px solid #cdcfce;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-khtml-border-radius:25px;
}
.rss {padding-top:20px;}
.rss a {color:#eeffcc; text-decoration:none;}
.rss a:hover {color:#d5ff81; text-decoration:underline;}
.rss h1 {font-size:12pt; padding-top:0; margin-top:10px;}

li {
	margin-left:30px;
	list-style-position: inside;
}

.twitter_agents a {
	font-size:12pt;
}
#menu{
	width: 300px;
	height: 100%;
	margin: 0px;
	padding: 0;
}

#menu h3{
	padding: 10px 0px 2px 10px;
	border: 1px solid #252525;
}

#menu b{
	font: 110%;
	color: #B01315;
}

#menu a:link, #menu a:visited {
	display: block;
	border: 1px solid #59a000;
	font-weight: 500;
	font-size: 13pt;
	text-decoration: none;
	padding: 3px 0px 3px 10px;
	margin-bottom:5px;
	color: #e4fafd;
	background-color:#87c33c;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}


/* #menu a:hover{
	border: 1px solid #757575;
	font-weight: bold;
	font-size: 16;
	text-decoration: none;
	color: #eeffcc;
}
-----------------------------------------------------------------------------*/

#menu a:hover{
	border: 1px solid #757575;
	font-size: 16;
	text-decoration: none;
	color: #fffff6;
	margin-left:5px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background:url(images/bgfooter.gif) repeat-x #bababa;
	border:5px solid #e6e6e6;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-khtml-border-radius:25px;
	margin: -80px 20px 10px;
	padding:20px 20px 40px 20px;
	font-family:tahoma; 
	color:#666666;
	text-align:left;
}
#footer a	{ color:#666666;}