body {
	text-align: left;
	margin: 0px;
	color: #676767;
	background-color: #ebebeb;  
	background-image: url(bg3.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

::-moz-selection{
	background:#fff;
	color:#aaa;
}

#body{
	width: 700px;
	margin: 0px; 
}

#content{
	width: 650px;
	margin: 0px auto; 
	line-height: 150%;
	font-family: arial; 
	font-size: 11px; 
	padding-top: 390px;
	padding-left: 215px;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}

#footer {
	width: 100%;
	padding: 15px 0px; 
	line-height: 15px;
	font-size: 10px;
	font-family: courier new;
	text-transform: uppercase;
	text-align: center;
	margin: 0px auto;
}

p {margin: 7px 2px 15px 2px; text-align: justify;}
p.center {text-align: center;}

.middle {
	border: 5px solid #c9c9c9;
	margin: 2px;
}
.middle:hover {
	border: 5px solid #b3a09c;
}
em {color: #60928a;}
i {color: #9f726b;}
b {font-weight: normal; font-family: courier new; text-transform: uppercase; color: #2a364a;}
h1 {
	font-family: Arial Narrow, Arial;
	font-size: 23px;
	font-weight: normal;
	line-height: 1;
	padding: 0px;
	margin: 10px 0px -5px 0px;
	margin-left:;
	color: #a6a6a6;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	}

a {color: #b73121; text-decoration: none;}
a:hover { color: #000; text-decoration: none; cursor: crosshair;}
