/* CSS Document */

/***********************************************
* PAGE LAYOUT						
************************************************/

html
{
	height: 100%;
}

body
{
	color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #c1d0dc url('../graphics/bg_bluegrad.gif') top fixed repeat-x;
	text-align: center;
}

.center
{	
	margin:0 auto;
	width:930px;	
	text-align:center;
}

.shadow-l
{
	/*width:14px;	*/
	background-image:url('../graphics/shadow_l.png');
	background-repeat:repeat-y; 
	background-position:left;
}

.shadow-r
{
	/*width:14px;	*/
	background-image:url('../graphics/shadow_r.png');
	background-repeat:repeat-y;
	background-position:right;
}

#container
{
	display:block;
	position: relative;
	margin:0 auto;
	padding:0;
	width: 900px;
	min-height: 650px;
	text-align: left;
	border-left: #ffffff 3px solid;
	border-right: #ffffff 3px solid;	
	background: #f2f0b5; /*main background color*/	
}

#sidebar-shim {
	display:block;
	height:180px;
}

#shim {
	display:block;
	height:168px;
}

/*** BANNER ***/

#banner {
	width:900px;
	height:150px;
	position:relative;
	background-color:#5a6e26;/* #6B8A15 */
	padding:0;
	margin:0;
	z-index:10;	
	cursor:pointer;	
}

#banner p {
	float:left;
	padding:0px;
	margin:0px;
}


/* NAVIGATION BAR */
#navbar {
	display:block;
	position:relative;
	width:900px;
	height:28px;
	border-top: solid 1px #fff1a1; 
	border-bottom: solid 1px #aa9100; 	
	background: url('../graphics/bgmenu.gif') repeat-x;
	z-index:100;
}

/* TITLE */

.title {
	position:relative;
	display:block;
	width:620px;
	/* height:36px; */
	margin: 5px 0 0 15px;
}
