/*=================== SECONDARY PAGE RULES ======================*/

#header{
	position:relative;
	width:770px;
	height:81px;
	background-image:url(/images/sec-top.jpg);
}
#pageheaderimage {
	position:absolute;
	top:0px;
	left:469px;
	width:150px;
	height:62px;
	background-image:url(/images/section-img-template.jpg);
	border-left:1px solid white;
}
#body{
	width:770px;
	background-color:white;
	background-image:url(/images/sec-main-bg.gif);
}
#leftcolumn{
	float:left;
	width:149px;
	height:400px;
	background-image:url(/images/sec-left-bg.jpg);
	background-repeat:repeat-x;
}
#leftcolumn ul{
	list-style:none;
	font-size:11px;
	margin-top:10px;
}
#leftcolumn li{
	padding:4px 10px 4px 15px;
	border-bottom:1px solid white;
}
#leftcolumn a:link {color:black; text-decoration:none;}
#leftcolumn a:visited {color:black; text-decoration:none;}
#leftcolumn a:hover {color:black; text-decoration:underline;}
#leftcolumn a:active {color:black; text-decoration:none;}

#rightcolumn{
	float:left;
	width:618px;
	margin-left:1px;
	background-image:url(/images/dragon-bg.gif);
	background-position:420px bottom;
	background-repeat:no-repeat;
}
#pageheader{
	position:relative;
	width:620px;
	height:62px;
	background-color:#EED40B;
	border-bottom:1px solid black;
}
#pageheadertitle{
	position:absolute;
	top:37px;
	left:22px;
	color:white;
	font-size:19px;
	border-left:1px solid white;
	padding:0px 0px 3px 15px;
}
#content{
	padding:20px 30px 10px 20px;
	z-index:3;
	line-height:1.3em;
	color:#333333;
}
#content p{
	margin-bottom:20px;
}
