@charset "UTF-8";
/* CSS Document */

@import url("common.css");

/* ----------------------------------Text----------------------------------- */

h1 {
	background:url(images/subHeadline_bg.gif) no-repeat bottom left;
	color:#4899d6;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-style:italic;
	margin:10px 0 10px 0;
	padding:0 0 10px 10px;
}

ul {
	padding:0 0 0 15px;
	margin:0 0 0 15px;
	color:#ec752d;
}

li {
	margin:0;
	padding:0px 0 0px 0;
}

/* --------------------------------Images----------------------------------- */

#subContent img {
	float:right;
}


/* -------------------------------main layout------------------------------- */

#subContent {
	background:#fafdff url(images/subContent_bg.gif) repeat-x bottom;
	width:760px;
	padding:10px 20px 0 20px;
	float:left;
}

#leftCol {
	width:430px;
	float:left;
}

#footer {
	background:#fff9f4 url(images/subPage_footer.gif) no-repeat;
	width:790px;
	padding:30px 0 0 20px;
	margin:0 0 30px 0;
	font-size:10px;
	float:left;
}