body {
	background-color: #C3C5CC;
	font-family: sans-serif;
	font-size: 80%;
}

#container {
	width: 780px;
	background-color: #484848;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

img {
	border: none;
}

a:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
}

#top {
	width: 100%;
	background: url(../images/bg.jpg) no-repeat;
}

#top img {
	float: left;
	margin: 8px;
}

#logo {
	margin: 6px;
}

#contact {

	padding: 10px;
	text-align: right;
	font-size: 75%;
	text-align: right;
	vertical-align: top;		
}

#contact ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#navbar {
	clear: both;
}

#middle {	
	margin: 0;
	border-style: solid;
	border-width: 6px 4px 4px;
	border-color: #484848;
	background-color: #484848;
	color: #C3C5CC;
	padding: 0 1em 0 1em;
}

#bottom {
background: url(../images/bg.jpg) no-repeat;
clear: both;
}

.smallpics {	
		text-align: center;		
}

.smallpics img  {
	display: block;
	border: 1px solid #C3C5CC;
	margin: 5pt auto;	
}

.smallpics p {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin: 5pt auto 5pt auto;
	text-align: left;
}