@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../core_images/interiorBG.jpg);
	background-repeat:repeat-x;
}
#interiorContainer {
	margin:0px auto;
	width:989px;
	background-image:url(../core_images/interior_contentBG_wide.jpg);
	background-repeat:repeat-y;
	
}
#container {
	background-image:url(../core_images/interior_BG_wide.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#LeftColumn {
	/*width:415px;*/
	width:718px;
	float:left;
	margin:0 90px 0 180px;
	top:0;
	_margin:0 0 0 90px;
}
#RightColumn {
	margin:10px 0px 0 0px;
	padding:7px 0 5px 0;
	height:48px;
	/*text-align:center;	*/
}
#RightColumn img{
	margin:4px 0 0 0px;	
}

#breadcrumb {
	margin:40px 10px 0 0;
	width:410px;
	font-family:Georgia, "Times New Roman", Times, serif;
	word-spacing:2px;
	text-align:right;
	float:left;
}
#breadcrumb a:link {
	color:#666;
	text-decoration:none;
}
#breadcrumb a:visited {
	color:#666;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#CC0000;
	text-decoration:underline;
}
#breadcrumb a:active {
	color:#666;
	text-decoration:none;
}
#Content {
	margin:0px 0 30px 0;
	padding:20px 20px 10px 20px;
}
#Content a:link {
	color:#990000;
	text-decoration:none;
}
#Content a:visited {
	color:#990000;
	text-decoration:none;
}
#Content a:hover {
	color:#CC0000;
	text-decoration:underline;
}
#Content a:active {
	color:#990000;
	text-decoration:none;
}
#ads a:link {
	color:#999999;
	text-decoration:none;
}
#ads a:visited {
	color:#999999;
	text-decoration:none;
}
#ads a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}
#ads a:active {
	color:#999999;
	text-decoration:none;
}
#footer {
	height:41px;
	background-image:url(../core_images/interior_footer_wide.jpg);
	background-repeat:no-repeat;
	padding:16px 200px 0 200px;
	text-align:center;
}

#RightColumn h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	/*background-image:url(../images/corner.png);
	background-repeat:no-repeat;
	padding:0 0 0 15px;*/
	_background-image:none;
	text-align:center;
}

