body 
{ 
	background-color: #ffc; 
	margin: 0; 
}

#wrapper 
{ 
	margin: 10px 90px 10px 10px; 
	display: inline-block;  
	background: url(../images/curve_bottomrightTiny.gif) #fff right bottom no-repeat;
	overflow: hidden; 
	min-width: 450px; 
}

#header 
{ 
	background: url(../images/top_left_clean.gif) left top no-repeat #900; 
	height: 38px; 
	overflow: hidden; 
	padding-left: 60px; 
}

#left 
{ 
	float: left; 
	width: 175px; 
	background: url(../images/menuBottom.gif) #900 right bottom no-repeat; 
	display: inline-block; 
	padding-top: 25px;
	padding-bottom: 75px;
}

#left ul 
{ 
	list-style: none; 
	/* ff */ padding-left: 0px; 
	/* ie */ margin-left: 0px;
}

#main 
{ 
	padding-left: 180px; 
	margin-right: 80px; 
	background-color: #fff; 
}

#sidebar 
{ 
	position: absolute; 
	top: 10px; 
	right: 10px; 
	width: 160px; 
	overflow: hidden;
	background: url(../images/sidebarBG.gif) repeat-y right top; 
	font-size: 16px;
} 

#sidebara 
{ 
	background: url(../images/sidebarBottom.gif) no-repeat right bottom; 
}

#sidebarb 
{ 
	background: url(../images/sidebarLeft.gif) no-repeat 1px 38px; 
}

#sidebarc 
{ 
	background: url(../images/header_topright.gif) no-repeat right top; 
	padding-top: 38px; 
	padding-left: 40px; 
	padding-bottom: 1em;
}

#footer 
{ 
	clear: both; 
	background: url(../images/curve_bottomleftTiny.gif) left bottom no-repeat; 
	text-align: center; 
}

#footer hr 
{ 
	width: 90%; 
}


/***** fonts and colors *****/
body 
{ 
	font-family: Arial, sans-serif; 
}

#header h1 
{ 
	margin: 0; 
	padding: 0; 
	font-size: x-large; 
	line-height: 38px; 
	vertical-align: middle; 
}

#header a 
{ 
	text-decoration: none; 
	font-weight: bold; 
	color: #fff; 
}

#left a 
{ 
	text-decoration: none; 
	color: #fff; 
	/* font-weight: bold;  */
}

#left ul 
{ 
	border-style: solid; 
	border-color: #222; 
	border-width: 1px 0; 
	margin-top: 0; 
	margin-bottom: 0; /* get browsers to show same margins */
}

#left ul li 
{ 
	border-style: solid; 
	border-color: #222; 
	border-width: 1px 0; 
	padding: 2px 0 2px 3px; 
}

#left ul li ul 
{ 
	margin-left: 3px; 
	background-color: #700; 
}

#left ul li ul li 
{ 
	border-width: 1px 0 1px 1px; 
}