/*******************************************************
TITLE: Fluid Two-Column Layout (Basic) V1.0 (Beta)
DATE: 20060418
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:0;
padding:0;
background-color:#ffffff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}

#header {
	background-color:#FFFFFF;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 24px;
	padding: 0em;
}
#header div.logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	padding-top: 120px;
	background-position: 30px 5px;
}
#header div.logo h1 {
	position: absolute;
	top: -10000px;
}
#header div.tagHome {
	background-image: url(images/tag_home.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header div.bar {
	background-color: #1D7476;
	height: 13px;
	padding: 0px;
}
#header div.bar p {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_rounded.gif);
	background-repeat: no-repeat;
}

#leftColumn {
	position:absolute;
	left:24px;
	top:132px;
	width:160px;
	margin:0;
	font-size:.9em;
	padding: 0em;
}
.container {
	background-image: url(images/bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: 24px;
}

#centerColumn {
	right:2.25em;
	margin-top:5px;
	margin-left: 199px;
	margin-right:0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left:199px;
	margin-right:0px;
	padding:0em;
	font-size:.9em;
	background-image: url(images/bgbgbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

html>body #centerColumn {
margin-left:199px;
margin-right:0em;
}
#content {
	width: 566px;
	padding-right: 5px;
}
div.slogan h2 {
	color: #1D7476;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
div.slogan p {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
