body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color:#444444;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
}

.header {
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	padding-top: 15px;
	padding-bottom: 15px;
}


.links {
	font-weight: bold;
	font-size:14px;
	background-color:#E9E9E9;
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}

.imgBorder {
	border: 2px solid #666666;
	padding:2px;
	margin:8px;
}

a {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#999999;
	text-decoration:none;
}

.main {
	margin: 25px 15%;
}

.footer {
	padding-top: 10px;
	font-size: x-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
}