@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	}

.footer     {
	font-size: 12px;
	height: 100px;
	background-image: url(mainimages/footer.gif);
	background-repeat: no-repeat;
	clear: both;
}
.footer-l {
	float: left;
	margin-top: 45px;
	border-right: 1px solid maroon;
	width: 120px;
}
.footer-r {
	float: left;
	margin-top: 45px;
	width: 150px;
	padding-left: 15px;
	text-align: center;
}
.sidebar {
	float: left;
	width: 200px;
	line-height: 0;
}
.wrapper {
	width: 800px;
}
.maincontaint {
	float: right;
	width: 580px;
	text-align: left;
	margin-left: 10px;
}

.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}
.titleimg {
	clear: both;
}
.text {
	font-size: small;
	line-height: 1.4em;
	height: 1%;
}
title {
	font-size: large;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.name {
	font-size: large;
	line-height: 2em;
	color: #000099;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
