@charset "UTF-8";
/* CSS Document */
/*
* LAYOUT STYLE
* author: Janaki Rathod
* last modified 3/13/2010
* use this sheet for the layout positioning

*/
body {
	font-family:"Adobe Garamond Pro", "Goudy Old Style", serif;
	margin: 0;
	padding: 0;
	background-color: #FF9;
}

#clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#container {
	position:absolute;
}

#footer {
	height: auto;
	background:#FFFF99;
	position:relative;
	width: auto;
	margin-top: 20px;
}
#header {
	background:#B3BB4A;
	font-family: "Adobe Garamond Pro", "Goudy Old Style", serif;
	vertical-align: middle;
	height: 35px;
	padding-left: 0em;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 5em;
	width: 845px;
	display: block;
	position: absolute;
	padding-top: 5px;
	left: 0px;
	top: 0px;
}

#left_sidebar {
	background:#B3BB4A;
	width: 210px;
	font-size: 0.65em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: -20px;
	clear: both;
	margin-top: 260px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#left_sidebar_image {
	position: absolute;
	height: 259px;
	width: auto;
	left: 20px;
	top: 15px;
}

#main_page_wrapper {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: center;
	display: block;
}

.text_container {
	display: inline;
	margin-top: 10px;
	position: relative;
}

