html, body {	
	min-height: 100%;
	height: auto;
}

body, tr, td {
	font-family: verdana;
	font-size: small;
	color: black;
}
body { 	background: #fffee0 url(images/mainbg.jpg) repeat-x bottom left; }

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

#container {
	width: 100%;
	height: 100%;
	text-align: center;
}

#logo {
	width: 291px;
	height: 129px;
	background: url(images/logo.jpg) no-repeat;
	float: left;
}
#logo2 {
	width: 800px;
	height: 129px;
	background: url(images/logo2.jpg) no-repeat;
	float: left;
}
#building {
	width: 228px;
	height: 129px;
	background: url(images/buildingnew.jpg) no-repeat;
	float: right;
}
#title {
	margin: 0 auto;
	width: 400px;
	height: 114px;
	background: url(images/mid-logo.jpg) no-repeat;
}

#stars {
	background: #e91d29;
	width: 100%;
	height: 30px;
	text-align: center;
	clear: both;
	position: relative;
	margin-top: 20px;	
}

#stars td { color: white; }

#navlist {
	float: left;
	text-align: left;
}
#navlist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navlist li {
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

/* Hide from IE5-Mac \*/
#navlist li a
{
	float: none
}
/* End hide */
#navlist li a {
	height: 35px;
	line-height: 35px;
	display: block;
	text-decoration: none;
}
#navlist li a:hover {
	background: #e91d29;
	color: white;
}

#wrap {
	width: 800px;
	float: left;
}

#content {
	overflow: hidden;
	width: 600px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#content table {
	width: 600px;
	margin-top: 10px;
}
#content #postage {
	width: 200px;
}
#content #postage_wrap
{
	width: 410px;
}

.cat_table {
	font-size: 120%;
	font-weight: bold;
}
#content p {
	width: 600px;
	margin-top: 10px;
	text-align: left;
}

#manualalpha {
	border: 1px solid black;
}
#manualalpha td {
	font-size: 120%;
}

#footer {
	clear: both;
	width: 400px;
	margin: 0 auto;
	margin-top: 100px;
	font-size: 80%;
	color: #666666;
	border-top: none; /*1px solid #666666;*/
	padding-top: 50px;	
}
#footer p {
	background: #fffee0;
	border: none;
}
#footer small {
	font-size: 90%;
}