/* CSS Document */
body {
	background-color : #798590;
}

.boxtop {
	background-image:url(../images3/boxtop.jpg);
	background-position: left;
	height: 35px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	display: block;
}

.boxmiddle {
	background-image: url(../images3/boxmiddle2px.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 800px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-top: 15px;
	margin: 0px;
	display: block;
}

.boxbottom {
	background-image:url(../images3/boxbottom.jpg);
	background-position: left;
	height: 35px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
}

#resume {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.title {
	width: 730px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.boxheader {
	width: 730px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}

.infobox {
	width: 720px;
	margin-top: 5px;
	padding-left: 5px;
	font-size: 16px;
	clear:both;
}

.infoboxgrey {
	width: 730px;
	background-color: #DDD;
	margin-top: 5px;
	padding-left: 5px;
	font-size: 16px;
	clear:both;
}

.leftblock {
	float: left;
	height: auto;
	width: 65%;
}

.rightblock {

}

.infobox table {
	width: 700px;
	margin-top: 10px;
	background-color: #FFF;
}

.infobox td {
	border: thin solid #999;
	padding-left : 5px;
}

.infobox .tableheader{
	text-align: center;
	font-weight: bold;
}

.clearbar {
	clear: both;
}