/* CSS Document */
/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#top{height:25px; padding-top:12px; padding-right:10px;}

#banner{position:relative; height:190px; background:url(banner_home.jpg) #E3E3D6; background-position:left;  background-repeat:no-repeat;}

#menu{position:absolute; bottom:10px; right:20px;}

#bannershadow{background-image:url(shadow_banner.jpg); height:9px; background-repeat:repeat-x;}

#main{min-height:300px;}

#left{width:200px; float:left}

#leftpanel{width:200px; min-height:200px;}

#leftpanel_top{width:193px; height:17px;}

#leftpanel_middle{min-height:200px; background-image:url(leftpanel_middle.gif); background-repeat:repeat-y;}

#leftpanel_bottom{width:193px; height:17px;}

#content{padding:20px; margin-left:210px; min-width:500px;}


/*TEXT STYLES*/

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:3em;
	font-weight:bold;
	color:#d5520b;
}

.bodytext {
	margin-top: 0.5em;
	font: 0.7em Tahoma, sans-serif;
	font-size:1em;
	line-height: 1.5em;
	color:#d5520b;
}

