html,body {
	margin:0;
	padding:0;
	hight:100%;
	background-image:url(../images/background.png);
	font-family:Verdana;
	font-size:x-small;
}

.container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
.header {
	height:140px;
	background-image:url(../images/header.png);
	padding:5px;
	font-size:small;
}

.header h1 {
	font-size:large;
	margin-bottom:0;
}

.header .left {
	float:left;
	margin-right:5px;
}

.header .tab {
	margin-left:20px;
}

.header .photo {
	float:right;
	margin-right:25px;
	width:77px;
	height:100px;
	background-image:url(../images/photo.jpg);
	border: solid 1px #000;
}

.content {
	border-left:solid 1px #467f00;
	border-right:solid 1px #467f00;
	border-bottom:solid 1px #467f00;
	background-color:#fff;
	padding:5px;
}

.content a:link,	a:visited, a:active {
	text-decoration: none;
	color:#FF8C00;
}
.content a:hover {
	text-decoration: underline;
}

.content a img {
	border:0;
}

.content .separator {
	background-image:url(../images/separator.gif);
	height:20px;
	margin-bottom:10px;
}

.content .title {
	font-weight:bold;
	text-decoration:underline;
}

.content .reals {
	margin-top:10px;
	margin-left:25px;
}

.content .real .title {
	font-weight:normal;
}

.content .real .m15 {
	margin-left:15px;
}

.content .real .left {
	float:left;
}

.content .real .right {
	float:right;
}

.content .clear {
	width:100%;
	height:1px;
	clear:both;
}

.footer {
	color:#fff;
}

.footer .left {
	float:left;
	width:45%;
}

.footer .right {
	float:right;
	width:45%;
	text-align:right;
}