
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(images/bg.gif);
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 90px;
 margin: 10px 0px 5px 0px;
 background-image: url(images/header05.jpg);
 text-align: center;
}
#navigation {
 float: left;
 width: 900px;
 color: #FFF;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #363636;
 text-align: center;
}
#leftcolumn { 
 color: #ce8300;
 border: 1px solid #ccc;
 background: #363636;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 1200px;
 width: 195px;
 float: left;
 text-align: center;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #DDDDDD;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 1200px;
 width: 678px;
 display: inline;
 text-align: center;
}
#footer { 
 width: 900px;
 clear: both;
 color: #FFF;
 border: 1px solid #ccc;
 background: #363636;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}
a {
	color: #06f;
	background-color: inherit;
	text-decoration: underline;
	}
	a:visited 	{ color: #147EBC; background: inherit; }
	a:hover 	{ color: #000000; background: inherit; }
	a:active 	{ color: #147EBC; background: inherit;
}
#tagclouds{
	color:#333;
	width: 678px; height:115px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background-color:#DDDDDD;
	border-left: 4px solid #363636;
	border-bottom: 4px solid #363636;
	border-top: 4px solid #363636;
	border-right: 4px solid #363636;}