@charset "utf-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;	
	/* background: #666666; */
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
	border
	}

#container
{
	margin: 0 auto;
	width: 900px;
	background: #fff;
}

#header
{
	background: #FFF;
	padding-bottom: 20px;
}

#header h1 { margin: 0; }




#navbar{
width:auto;
height:36px;
background:url(images/navbar-bg.png) left top repeat-x; }

#navbar .inbar{
display:block;
height:36px;
background:url(images/right-round.png) right top no-repeat; }

#navbar ul, #navbar ul li{
border:0px;
margin:0px;
padding:0px;
list-style:none;
height:36px;
line-height:36px; } #navbar ul{
background:url(images/left-round.png) left top no-repeat; }

#navbar ul li{
float:left;
display:block;
line-height:36px; }

#navbar ul li a{
color:#403e32;
text-decoration:none;
font-weight:bold;
display:block; }

#navbar ul li a span{
padding:0 20px 0 0;
height:36px;
line-height:36px;
display:block;
margin-left:20px; }

#navbar .navhome a, #navbar .navhome a:hover{
background:url(images/a-bg.png) left top no-repeat;
height:36px;
line-height:36px; }

#navbar .navhome a span, #navbar .navhome a:hover span{
color:#FFFFFF;
background:url(images/span-bg.png) right top no-repeat;
height:36px;
line-height:36px; }

#navbar ul li a:hover{
background:url(images/ahover-bg.png) left top no-repeat;
height:36px;
line-height:36px; }

#navbar ul li a:hover span{
background:url(images/spanhover-bg.png) right top no-repeat;
height:36px;
line-height:36px; } 






#content-container
{
	float: left;
	width: 900px;
	background: #fff url(/wp-content/uploads/layout-two-fixed-background.gif) repeat-y 100% 0;
}

#content
{
	clear: left;
	float: left;
	width: 560px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
	text-align: left;
}

#content h2 {
	margin: 0;
	text-align: left;
}

#aside
{
	float: right;
	width: 240px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#aside2
{
	float: left;
	width: 240px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#aside h3 { margin: 0; }

#footer
{
	clear: left;
	background: #FFF;
	text-align: right;
	padding-right: 20px;
	height: 1%;
}
