html, body
{
	font : 90% Arial, sans-serif;
	margin : 0;
	padding : 0;
}

a img 
{
	border : 0;
}

/* Header */
#header
{
	background : url(../images/frontend/header_left.jpg) left no-repeat;
	height : 102px;
}

#header #logo
{
	position : absolute;
	right : 20px;
	top : 16px;
}

/* Title */
#title
{
	background : url(../images/frontend/title_bg.gif) top right no-repeat;
	border-top : 5px solid #ed2e24;
	height : 57px;
	position: relative;
}

#title h1
{
	bottom: 0;
	color: #F8DCD9;
	font-size: 13pt;
	font-weight: normal;
	left: 5px;
	margin: 0;
	padding: 0;
	position: absolute;
}

/* Menu */
#menu
{
	float : left;
	width : 200px;
}

#menu h2 
{
	font-size : 16pt;
	font-weight : normal;
	margin : 0;
	padding : 6px;
}

#menu ul
{
	margin : 0;
	padding : 0;
}

#menu li 
{
	list-style : none;
	margin : 0;
	padding : 0;
}

#menu a:link, #menu a:visited
{
	background : #cacaca url(../images/frontend/menu_bg.gif) right top repeat-y;
	border-bottom : 1px solid white;
	color : black;
	display : block;
	font-size : 10pt;
	margin : 0;
	padding : 3px 12px;
	text-decoration : none;
}

#menu a:hover, #menu li.section a:hover
{
	background-color : #a15b5b !important;
	background-image : url(../images/frontend/menu_hover.gif) !important;
}

#menu li.section a:link, #menu li.section a:visited
{
	background-color : #a15a5a;
	background-image : url(../images/frontend/menu_section.gif);
}

#menu li.section li a:link, #menu li.section li a:visited
{
	background-color : #e7b4b4;
	background-image : url(../images/frontend/menu_sub_bg.gif);
	padding-left : 24px;
}

/* Main content */
#content
{
	margin-left : 200px;
}

#content h2 
{
	color: #333;
	font-size: 14pt;
	margin: 20px 10px;
}

#content h3
{
	background: #ffeeee;
	border-bottom: 2px solid #FF8C8F;
	font-size: 12pt;
	margin: 20px 10px;
	padding: 7px 10px 5px 10px;
}

#content p
{
	line-height: 1.5;
	margin : 20px;
}

/* Breadcrumbs */
#breadcrumbs
{
	color : #5f6062;
	font-size : 10pt;
	margin : 0 !important;
	padding : 10px 5px 0 5px;
}

#breadcrumbs a:link, #breadcrumbs a:visited
{
	color : #5f6062;
	padding : 6px 5px;	
	text-decoration : none;
}

#breadcrumbs a:hover
{
	text-decoration : underline;
}

#breadcrumbs span
{
	color : #ee2d24;
	padding : 6px 3px;	
}

#footer
{
	clear: right;
	margin-top : 20px !important;
	text-align : center;
}

#content p.image
{
	margin: 40px 0 10px 0;
	text-align: center;
}

#content p.caption
{
	font-size: 8pt;
	margin: 0 0 40px 0;
	text-align: center;
}

#content p.sideimage 
{
	border-bottom: 40px solid white;
	border-left: 40px solid white;
	border-right: 20px solid white;
	float: right;
	margin: 0;
}
