body {
	background-image: url('/templates/1/images/margin_left.png');
	background-repeat: repeat-y;
	background-color: #FFFFFF
	}
	
div#header-outerwrapper {
	background-image: url('/templates/1/images/header_bg.png');
	background-repeat: repeat-x;
	border: 0px solid red;
	height: 111px;
	overflow: hidden;
	width: 100%;
	}
	
div#header-innerwrapper {
	position: relative;
	width: 100%;
	}
	
div#header-menu {
	font-size: 10px;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 100;
	}
	
div#header-search-wrapper {
	position: absolute;
	top: 55px;
	right: 50px;
	z-index: 100;
	width: 335px;
	height: 25px;
	background-color: transparent;
	overflow:hidden;
	}
div#header-search {
	position: relative;
	width: 335px;
	height: 25px;
	}
div#searchfield-wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	}
div#searchfield-wrapper input {
	border: 1px solid black;
	width: 250px;
	height: 20px;
	font-size: 12px;
	}
div#input-wrapper {
	position: absolute;
	right: 0px;
	top: 0px;
	}
div#input-wrapper input {
	border: 1px solid black;
	width: 70px;
	height: 23px;
	background-color: #d4d0c7;
	font-size: 12px;
	}
	
div#header-rightmargin {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	background-image: url('/templates/1/images/border_right.png');
	background-repeat: repeat-y;
	width: 25px;
	height:111px;
	}
	
div#leftColumn-innerwrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
div#container {
	background-image: url('/templates/10/images/content_bg.png');
	background-repeat: repeat-y;
	}
	
div#content-outerwrapper-1 {
	background-image: url('/templates/1/images/border_right.png');
	background-repeat: repeat-y;
	background-position: top right;
	border: 0px solid blue;
	min-height: 900px;
	}
	
div#content-innerwrapper {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	
div#footer-outerwrapper {
	background-image: url('/templates/10/images/footer_bg.png');
	background-repeat: no-repeat;
	}
	
div#footer-innerwrapper {
	position: absolute;
	left: 24px;
	top: 20px;
	z-index: 20;
	color: #FFFFFF;
	}

div#leftColumn-menu {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 0px;
	}
	
div#pagetitle {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #53504b;
	margin-bottom: 5px;
	}
	
div#breadcrumbs {
	margin-bottom: 10px;
	}
	
	
	
	#calendar_bar {
		font-size: 10px;
		}

	#calendar_bar #month {
		font-size: 10px;
		font-weight: bold;
		padding-top:4px;
		padding-bottom:2px;
		padding-left:8px;
		font-style : italic;
		}

	#calendar_bar #category {
		font-size: 10px;
		font-weight: bold;
		}

	#calendar_bar #title {
		font-size: 10px;
		font-weight: normal;
		padding-bottom:2px;
		padding-left:16px;
		}
		
	#calendar_bar #full_calendar_link {
		margin-top:16px;
		}
		
	#calendar_bar #full_calendar_link a {
		font-size: 10px;
		font-weight: bold;
		color: #660033;
		padding-left:8px;
		text-decoration: none;
		}
		
	#calendar_bar #full_calendar_link a:hover {
		text-decoration: underline;
		}
		
		
	#calendar_bar {
		float:right; 
		margin-left:10px; 
		margin-bottom:10px;
		}
