/* CSS Document */

html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-color: #CCCCCC;
}
p{margin:0 10px 10px}
a{display:inline;color: #981793;padding:10px}
div#header h1{
	height:95px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color: #79B30B;
	background-image: url(../images/background.gif);
}
div#container{
	text-align:left;
	background-color: #FFFFFF;
}
div#content p{line-height:1.4}
div#navigation{
	background-color: #FF6600;
}
div#extra{background:#FF8539}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#container{
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#content{float:right;width:625px}
div#navigation{
	float:left;
	width:250px;
	background-color: #FF8539;
}
div#extra{
	float:left;
	clear:left;
	width:250px;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
div#footer{clear:both;width:100%}

.rssbutton{
	background-color: #1B2F5B;
	border: 1px #ff6600 outset;
	color: white;
	text-decoration: none;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 1;
	padding-left: 1px;
	height: 20px;
	display: block;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.rssbutton:hover, .rssbutton:active{
	color: #666666;
	height: 20px;
	background-color: #F7ED77;
	display: block;
}

.cssbutton{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}
