body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	background-color: #C5C5C5;
}
.outercontainer {
	height: 1210px;
	width: 776px;	
}
.leftdrop {
	background-image: url(images/leftdrop.jpg);
	height: 1210px;
	width: 8px;
	background-repeat: repeat-y;
	float: left;
}
.rightdrop {
	background-image: url(images/rightdrop.jpg);
	height: 1210px;
	width: 8px;
	background-repeat: repeat-y;
	float: right;
}
.container {
	height: 1210px;
	width: 760px;
	background-color: #FFFFFF;
	float: left;
}
.header {
	background-image: url(images/newheader.jpg);
	height: 130px;
	width: 760px;
}
.leftnav {
	width: 200px;
	height: 1080px;
	float: left;
}
.leftnavleft {
	background-color: #919191;
	width: 127px;
	height: 1080px;
	float: left;
}
.leftnavright {
	background-color: #C5C5C5;
	width: 73px;
	height: 1080px;
	float: right;
}
.mainarea {
	height: 1080px;
	width: 560px;
	float: right;
}
.pictureandstatsd {
	height: 100px;
	width: 250px;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-left: 20px;
}
.pictureandstatsr {
	height: 100px;
	width: 250px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}
.picture {
	height: 100px;
	width: 100px;
	float: left;
}
.stats {
	height: 100px;
	width: 100px;
	float: left;
}
.picturer {
	height: 100px;
	width: 100px;
	float: right;
}
.statsr {
	height: 100px;
	width: 100px;
	float: left;
}
.inputbox {
	border: 0px;
}
.submit {
	border: 1px;
	background-color: #C5C5C5;
	font-size: 10px;
}
.addd{
	height: 100px;
	width: 50px;
	float: right;
	background-repeat: no-repeat;
}
.addr{
	height: 100px;
	width: 50px;
	float: left;
	background-repeat: no-repeat;
}
.bottomdrop {
	background-image: url(/images/bottomdrop.jpg);
	background-repeat: repeat-x;
	height: 8px;
	width: 760px;
	float: left;
}
.footer {
	height: 30px;
	width: 760px;
	clear: both;
}
.bottomleft {
	background-image: url(/images/bottomleft.jpg);
	height: 8px;
	width: 8px;
	float: left;
}
.bottomright {
	background-image: url(/images/bottomright.jpg);
	height: 8px;
	width: 8px;
	float: right;
}