/*Content Styles - PROVISIONAL*/

#content-main {
	float:left;
	width:594px;
	min-height:380px;
	color:#444;
	padding:0px 5px 5px 10px;
	text-align:justify;
}

#content-main a {
color:#07f;
}

#content-main strong {
	color:#666;
}

blockquote {
	float:right;
	width:160px;
	margin:12px 0px 2px 20px;
	text-align:center;
	quotes:"\201C" "\201D";
	border:1px #999;
	border-style:none dotted;
	padding:3px 7px;
	font-style:italic;
	font-variant:small-caps;
	font-weight:bold;
	font-size:medium;
	color:#777;
}

blockquote:before { content:open-quote; }

blockquote:after { content:close-quote; }

#content-main p {
	margin:10px 0px;
}

#content-main li {
	margin:15px;
}

#content-main h2 {
	margin-bottom:10px;
	font-size:larger;
}

.img_shadow {
	float:left;
	background: url(../images/layout/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/layout/shadow.gif) no-repeat bottom right;
	margin-top: 10px !important;
	margin-left: 10px !important;
/*	margin: 10px 0 0 5px;*/
	border:none !important;
}

.img_shadow img {
	display: block;
/*	position: relative;*/
	background-color: transparent;
	border: 1px solid #999;
	margin: -6px 6px 6px -6px;
	padding: 0px;
} 
  
#sitemap li{
	margin-left:20px;
}

.list_heading {
	margin-top:15px;
}

.list_heading a strong {
	color:#07f !important;
}

#content-main h2 {
	color:#777;
} 

#content-main h4 {
	color:#666;
}

#content-main h1 {
	font-size:large;
	color:#666;
	padding-bottom:18px;
	margin:0 0 10px -5px;
	background:#fff url('../images/layout/bg_h1.gif') repeat-x bottom;
	width:auto;
	padding-left:5px;
}

.bounding-box {
	padding:8px 12px 10px 12px;
	margin-bottom:20px;
	border-top:2px solid #07f;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	outline:#eee solid 2px;
}