/* standard.css */

body {
	background: #dee2e2;
}

img {
	border: none;
}

a:link {
	color: #006;
	text-decoration: underline;
}

a:visited {
	color: #006;
	text-decoration: underline;
}

a:hover {
	color: #00F;
	text-decoration: none;
}

.site {
	margin: auto;
	width: 800px;
	height: 400px;
	border: solid 1px #006;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.left {
	float: left;
	width: 360px;
	height: 360px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 19px;
	padding-bottom: 20px;
	border-right: solid 1px #006;
}

.right {
	float: right;
	width: 360px;
	height: 360px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.copyright {
	margin: auto;
	width: 790px;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}


