@charset "UTF-8";
/* CSS Document */

#main {
/*    float: left;*/
    width: 426px;
	margin-right: 10px;
	maring: 0;
}

#sidebar {
    float: right;
    width: 170px;
	margin: 0;
}

#sidebar ul {
	margin-top: 20px;
}

#banner {
	margin-top: 10px;
	margin-bottom: 20px;
}

img.logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 0;
}

img.headingtext {
	margin-left: 0;
}

img.secondarytext {
	margin-top: 0;
}

#message {
margin-left: auto;
margin-right: auto;
border: 1px solid grey;
background-color:#FFFEF0;
width: 90%;
text-align: center;
margin-bottom: 10px;
}

#message p {
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#message a:link, #message a:visited, #message a:hover {
	text-decoration:underline;
	color:black;
}

#message a:active {
	text-decoration:underline;
	color:red;
}