@import "float.css";
@import "main.css";

body 		{	margin: 0;
			background-color: #bcadad;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: black;
			min-width: 640px;
		}

a		{	color: #dec9db;
			background-color: inherit;
			text-decoration: none;
		}
a:hover		{	text-decoration: underline;
		}

#headsp		{	width: 100%;
			height: 34px;
		}
#banntop	{	width: 100%;
			height: 40px;
			text-align: right;
		}
#banncent	{	width: 100%;
			height: 228px;
			background: #c0a8bd;
			text-align: right;
			color: inherit;
		}
#bannbott	{	width: 100%;
			height: 15px;
			background: #dec9db;
			text-align: right;
			color: inherit;
		}
#bannval	{	height: 75px;
			text-align: right;
			margin-top: 5px;
		}
#bannval a	{	margin-right: 5px;
		}
#bannval img	{	border: 0px;
		}
.hidden		{	display: none;
		}
