/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width (780 pixel) */

#container{width:960px; margin:0 auto;}
#header{width:auto; display:block; height:200px;}
#navbar{width:auto; display:block; height:28px; display: none; }
#navbar a{
	heigth:28px;
	line-height:normal;
	padding:0 8px;
	display:inline;
}

/* #main{width:auto; display:block; padding:10px 0;} */

#menu {
	width:226px;
	padding: 5px;
	float:left;
	color:#666;
	text-decoration: none;
}
#content{width:533px; padding: 5px;  float:left;}
#subcontent{
	width:180px;
	float:left;
	text-align: right;
	background-repeat:no-repeat;
	background-color:;
}
div.spacer{clear:both; height:0px; display:block;}

#footer {width:auto; height: 40px; display:block; padding:0px; font-size:11px; background-image:url(../images/footer.gif)}

/* ------------------------------
CUSTOM CLASSES
------------------------------ */

/* Add here your custom classes ... */

