body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

#container {
	width: 80%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#menu { 
	background-image: url(pics/header.gif);
	background-repeat:no-repeat;
	background-position: top;
	padding-top: 123px;
	padding-bottom: 5px;
	height: 15px;
	border-bottom: 5px solid #AAAAAA;
}

#menu a {
	color: #000000;
}

#main {
	Padding: 0px 10px 160px 10px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	background-image: url(pics/bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#validation {
	margin-top: 2px;
	background-color: #AAAAAA;
	font-size: 10px;
}
#validation a {
	color: #FFFFFF;
	text-decoration: none;
}

#validation a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}