body {
	font-family: "Verdana", "arial", lucida, helvetica, sans-serif;

	font-size: 75%;
}
#container {
	background-color: #CCCCCC;
	border: 10px solid #A02E38;
	width: 650px;
	margin: 0px auto;
}
#header {
	background-color: #A02E38;
	border: 10px solid #CCCCCC;
	display:block;
	width: 630px;
}
#headertext {
	float: right;
	padding: 10px;
	text-align:left;
	color:#CCCCCC;
	width: 200px;
}
#headertext a:link, #headertext a:active, #headertext a:visited {
	color:#CCCCCC;
	text-decoration: underline;
}
#headertext a:hover {
	color:#CCCCCC;
	text-decoration: none;
}
#menu {
	padding: 1px;
	background-color: #9F3340;
	border: 10px solid #CCCCCC;
	border-top: 0px;
	display:block;
	width: 150px;
	height: 250;
	color:#C56B74;
	float:right;
}
#menu a:link, #menu a:active, #menu a:visited {
	text-decoration: underline;
	color: #CCCCCC;
	padding: 1px;
}
#menu a:hover {
	text-decoration: none;
	color: #CCCCCC;
	padding: 1px;
}
#contenta {
	height: 240px;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-right: 4px;
}
#contenta a:link, #contenta a:active, #contenta a:visited {
	color:#990000;
	text-decoration: underline;
}
#contenta a:hover {
	color:#990000;
	text-decoration: none;
}
#contentb {
	height: 50px;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-right: 4px;
	float:center;
}
#contentb a:link, #contentb a:active, #contentb a:visited {
	color:#990000;
	text-decoration: underline;
}
#contentb a:hover {
	color:#990000;
	text-decoration: none;
}
p {
margin: 0 0 0 0px;
}
h1 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	colour: #990000;
}
#right {
	float:right;
	text-align: right;
	width: 200px;
}
#login {
	float:right;
	text-align: left;
	width: 200px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
input {
	border: 1px solid #990000;
	font-size: 90%;
}