/* CSS Document */
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
#body-container {
	width: 1000px;
	height: 1350px;
	overflow: hidden;
	
}
#site-box {
	width: 780px;
	float: left;
	height: 1350px;
	
}
#main-menu-box {
	width: 182px;
	float: left;
}
#menu-head-box {
	width: 182px;
	height: 44px;

	background-image:url(images/menuhead.jpg);
}
#content-box{
	width: 598px;
	float: right;

}
#head-box {
	width: 598px;
	height: 44px;
	background-image:url(images/headbg.jpg);
}
#content {
	width: 598px;
}

#right-box {
	width: 218px;
	height: 1044px;
	float: right;
	border-left: 2px solid #D7DCDE;
	background-image:url(images/r-bcgrd.jpg);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;

	
}
#menu-box {
	width: 180px;
	height:1350px;
	background-color:#9F9F9;
	border-right: 2px solid #D7DCDE;
	
}
#menu {
	width: 175px;
	background-color: #ffffff;

}

.head-menu {
	font-family:Arial, Helvetica, sans-serif;
}
#footer {
	width: 598px;
	height: 50px;
	text-align: center;
	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;

}

/*my content formatting*/
.title {
	width: 598px;
	text-align: center;
}
.title h1{
	font-family:"Times New Roman", Times, serif;
}
.parag {
	width: 400px;
	margin: 0 auto;
	text-align: justify;
}
.parag p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	
}
.image-holder {
	400px;
	margin: 0 auto;
}
.tleft-box {
	 float: left;
		width: 60px;
		border: 1px solid #999;
		margin: 0 15px 15px 0;
}
.tleft-box ul {
	list-style: none;
}

.clearb { clear: both; }
.tright-box {
	float: right;
}
.footer-title {
	width: 598px;
	margin: 0 auto;
}


