body {
    
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 62.5%;
    background-image: url(/images/mainbg.jpg);
    background-repeat: no-repeat;
	background-position: top;
}

#container {
    
    margin-top: 10px;
    width: 850px;
    height: 647px;
    margin-left: auto;
    margin-right: auto;
	background-image: url(/images/bg.jpg);
    background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

#homecontent1, #homecontent2, #homecontent3, #homecontent4, #homecontent5, #homecontent6 {

	position: relative;
	top: -432px;
	left: 205px;
	width: 645px;
	height: 355px;
	/*background-color: #00FF00;*/
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 0;
}

#homecontent1 p, #homecontent2 p, #homecontent3 p, #homecontent4 p, #homecontent5 p, #homecontent6 p {

	padding: 0px;
	margin: 0px;
}

#homecontentcontent {

	padding-top: 110px;
	width: 260px;
	height: 205px;
	color: #444444;
	font-size: 2em;
}

#topnav {

	border-top: solid 1px #C2C2C2;
	border-bottom: solid 1px #C2C2C2;
	position: relative;
	top: 87px;
	left: 27px;
	width: 800px;
	height: 30px;
	z-index: 1;
}

#searchbox {

	margin-left: 130px;
	line-height: 30px;
	float: left;
	color: #575757;
	font-size: 1.2em;
}

#leftnav {

	position: relative;
	top: 106px;
	left: 27px;
	width: 160px;
	height: 277px;
	background-color: #F0037F;
	/*overflow: hidden;*/
	
	z-index: 200;
}

#leftnavtop {

	width: 160px;
	height: 12px;
	background-image: url(/images/pinknav_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#leftnavcontent {

	padding-top: 15px;
	width: 160px;
	height: 239px;
	/*overflow: hidden;*/
}

#leftnavbottom {

	width: 160px;
	height: 12px;
	background-image: url(/images/pinknav_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#homebottompane {

	position: relative;
	top: 115px;
	left: 27px;
	width: 797px;;
	height: 192px;
	background-image: url(/images/home_bottom.jpg);
	background-repeat: no-repeat;
}

#homebottompane1 {

	width: 120px;
	height: 182px;
	float: left;
	display: inline;
}

#homebottompane2 {

	width: 205px;
	height: 182px;
	float: left;
	display: inline;
}

#homebottompane3 {

	width: 155px;
	height: 182px;
	float: left;
	display: inline;
}

#homebottompane4 {

	width: 145px;
	height: 182px;
	float: left;
	display: inline;
}

#homebottompane1, #homebottompane2, #homebottompane3, #homebottompane4 {

	padding: 10px 20px 0px 20px;
}

#homebottompane1 p, #homebottompane2 p, #homebottompane3 p, #homebottompane4 p {

	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 1.1em;
	color: #5B5B5B;
}

#homebottompane1 a, #homebottompane2 a, #homebottompane3 a, #homebottompane4 a {

	color: #F0037F;
}

.homebottompanetitle {

	font-size: 2em;
}

.homebottompanetitle a {

	color: #000000;
	text-decoration: none;
}

.homecontentlink {

	width: 120px;
	height: 20px;
	line-height: 20px;
	color: #F0037F;
	text-decoration: none;
	font-size: 1.2em;
	background-image: url(/images/home_bullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}

#searchbox a {

	font-weight: bold;
	color: #585858;
	text-decoration: none;
}