@charset "utf-8";
/* CSS Document */

/*PNG fix for CSS background images -- add div class or ID after comma (.div1, .div2, etc)*/

#headerTitle { 
behavior: url('css/pngfix/iepngfix.htc');
}

/*----------------------------------------------------------------------------------------*/


body {
	background-image:url(../images/bg_head.jpg);
	background-repeat:repeat-x;
	background-color:#d0cdfb;
	margin:0px;
}
#container {
	margin:0 auto;
	width:881px;
}
#contentBody {
	margin:0 auto;
	padding-top:23px;
	width:778px;
}
#leftText {
	width:390px;
	padding-right:16px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left;
	padding-bottom: 15px;
	line-height:150%;
}

#wideText {
	width:762px;
	padding-right:16px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left;
	padding-bottom: 15px;
	line-height:150%;
}

#rightContent {
	width:357px;
	float:right;
}
#showcase {
	margin:0 auto;
	width:753px;
	height:115px;
	background-image:url(../images/bg_showcase.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:80px;
	padding-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:150%;
	cursor: pointer;
}
#footer {
	margin:0 auto;
	width:753px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
}
#headerTitle {
	background-image: url(../images/headerTitle.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 139px;
	width: 881px;
	margin-bottom: 22px;
}
#nav {
	height: 48px;
	width: 881px;
	text-align:left;
}

.margintop4 {
	border: 1px dotted #666666;
	padding: 10px;
}
