@import url(buttons.css);
@import url(tabs.css);
@import url(menu.css);

html { overflow-y: scroll; }  	/* For FruityCMS */

html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #F0F0F0 url(shadow.gif)	center top repeat-y;
	}
	
#container {
	position: relative;
	width: 741px;	
	padding: 0;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}
html>body #container {
	height: auto;
	min-height: 100%;
}

body, p, td, input, select, textarea {
	font-family: Arial, sans-serif;
  font-size: 13px;
	color: #000000;
	}
	
p {
	line-height: 17px;
	margin: 12px 0;
	padding: 0;
	}
	
ul {
	margin: 10px 0 14px 32px;
	padding: 0;
	list-style-type: square;
	}
	
li {
	padding-bottom: 0.3em;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #DF0000;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #FF9900;
	}

h1 {
	font-size: 23px;
	color: #DF0000;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0;
	}
	
h1 span.pagenumber {
	color: #888888;
	font-size: 14px;
	letter-spacing: 0;
	}
	
h2 {
	font-size: 14px;
	color: #DF0000;
	font-weight: bold;
	margin-top: 40px;
	}	
	
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
	
img {
	border: 0;
	}
	
.left {
	float: left;
	margin-right: 16px;
	}
	
.right {
	float: right;
	margin-left: 16px;
	}
	
.spacebefore {
	padding-top: 24px;
	}
	
p font.subhead, font.subhead p {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

p font.tip, font.tip p {
	font-weight: bold;
	color: #CE0000;
}

.tiny {
	font-size: 11px;
	line-height: 1em;
}

table.horizontallines td {
	border-top: 1px solid #BBBBBB;
	padding: 4px 12px 4px 0;
}
	
table p {
	margin: 0;
	padding: 0;
}

td.label {
	font-weight: bold;
	text-align: right;
	padding-top: 8px;
	vertical-align: top;
	}
	
.matches {
	color: #999999;
	}
	

/* Header */

#header {
	position: relative;
	height: 130px;
	}
	
#logo {
	position: absolute;
	left: 0;
	top: 10px;
	width: 175px;
	height: 120px;
	}
	
#interface {
	position: absolute;
	top: 10px;	
	left: 200px;
	width: 541px;
	height: 120px;
	}
	
#interface #buttons {
	position: absolute;
	right: 0;
	top: 20px;
	}
	
#interface #tabs {
	position: absolute;
	left: 0;
	top: 50px;
	height: 40px;
	width: 541px;
	background-image:  url(tabs.gif);
	}
	

/* Middle */
	
#menu {
	width: 175px;
	margin: 4px 25px 32px 0;
	float: left;
	}
	
#content {
	width: 540px;
	float: left;
	padding-bottom: 32px;
	}
	
#pagenav {
	margin-top: 24px;
	}
	
#spread {
	padding-bottom: 32px;
	}
	
#clear {
	height: 16px;
	clear: both;
	}	
	
/* Footer */

#footer {
	position: absolute;
	bottom: 0;
	height: 24px;
	}
	
#copyright {
	position: absolute;
	left: 0;
	top: 0;
	width: 175px;
	font-size: 10px;
	color: #777777;
	border-top: 1px solid #333333;
	padding-top: 2px;
	}
	
#links {
	position: absolute;
	top: 0;	
	left: 200px;
	width: 541px;
	font-size: 10px;
	color: #777777;
	border-top: 1px solid #333333;
	padding-top: 2px;
	}
	
#links span {
	float: right;
	}
	
#links a:link, #links a:visited {
	text-decoration: none;
	color: #777777;
	}
	
#links a:hover, #links a:active {
	text-decoration: underline;
	color: #333333;
	}
	
td { text-align: left; }
	