@CHARSET "UTF-8";
/*************
 * General Structure of Website
 */



div#paper {
	width: 940px;
	background: transparent url('/images/rshadow.png') no-repeat left top;
	margin: 0 auto;		
	position: relative;
}

div#topBar {
	font-family: aria;
	font-size: 11px;
	font-weight: normal;
	width: 900px;
	padding-top: 5px;
	height: 25px;
	color: #fff;
	margin: 0 auto;
	text-align: right;	
}





div#wrapper {	
    position: relative;
    width: 900px;
    margin: 0 auto;
    background: #fff url('/images/wrapper_bg.png') repeat-y 0 0 ;
}

div#header {
    position: relative;
    width: 690px;
    clear: both;
    height: 396px;
	overflow: hidden;	
}
div#pageHeader {
	position: relative;
    width: 690px;
    clear: both;
    height: 200px;
	overflow: hidden;	
}

div.headerBar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:100;
	width: 690px;
	height: 166px;
	background: transparent url('/images/header_bar.png') no-repeat 0 0 ;
}

div.headerBar.small {
	height: 110px;
	background: transparent url('/images/header_bar_small.png') no-repeat 0 0 ;
}

div#leftColumn {
	position: relative;
	float: left;
	min-height: 700px;
	width: 210px;
	background: transparent url('/images/round_corner.gif') no-repeat 0 0;
	z-index: 10;	
	padding-bottom: 50px;
}

div#leftColumn .logo {
	margin: 50px 0 0 30px;
	width: 175px;
	height: 102px;
}



div#main {
	width: 690px;
	float: left;
    position: relative;
    min-height: 350px;   

}

div#breadcrumb {
	font-size: 10px;
	font-family: arial;
	color: #666;
}

div#mainContent {
    width: 445px;
    min-height: 200px;
    float: left;
    padding: 10px 20px 20px 30px;
    position: relative;
    background: #fff;
	z-index: 100;
}

div#adminContent {
	width: 650px;
	padding: 10px 20px 20px 30px;
}

div.rightColumn {
	float: left;
	min-height: 200px;
	width: 175px;
	padding: 10px 0 15px;	
}

div#bottomBar {
	clear:both;	
	width: 940px;
	height: 20px;
	margin: 0 auto 15px;
	background: transparent url('/images/bshadow.png') no-repeat right top;	
}

div#footer {
    position: relative;
    width: 900px;
    clear: both;
    height: 40px;
    padding-top: 10px;
    text-align: center;  
	color: #fff;
}

div#footer a {
	color: #fff;
}

