*, html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #d8d4e4;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/topmiddle.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 12px;
}
#topleft {
	float: left;
	background-image: url(images/topleft.jpg);
	width: 192px;
	height: 34px;
	background-repeat: no-repeat;
}
#topright {
	float: right;
	background-image: url(images/topright.jpg);
	width: 192px;
	height: 34px;
	background-repeat: no-repeat;
}
#page {
	clear: both;
	width: 780px;
	margin: 50px auto 0 auto;
	background-color: inherit;
}
#leftblock, #rightblock {
	float: left;
	width: 390px;
	text-align: left
}
ul, li {
	list-style-type: none;
	line-height: 16px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 10px;
	clear: both;
}
.red {
	color: #F00;
	text-transform: uppercase;
	font-size: 16px;
}
#me { float: left; height: 100px; }
#sp { float: right; height: 100px; }

