body {
	margin: 0;
	padding: 0;
	background: #fff url(/img/backgroundtile.gif) top center repeat-y;
	font-size: 62.5%;
	color: #888;
	text-align: center;
}

html {
	/* http://www.splintered.co.uk/experiments/49/ */
	min-height: 100%;
	margin-bottom: 1px;
}

body, input, textarea, select {
	font-family: "Verdana", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}

#container {
	width: 760px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: left;
}

#content {
	margin-right: 230px;
	border-right: 2px solid #eee;
	padding-right: 20px;
}

#rightcolumn {
	float: right;
	width: 210px;
}

p, textarea {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: 1.4em;
	padding: 0;
}

li, td {
	font-size: 1.1em;
}

textarea {
	font-family: "Courier New", "Courier", mono;
	color: #336;
	border: 1px solid #888;
	margin-top: 5px;
}

ol.tools {
	margin: 0px 0px 0px 25px;
	padding: 0;
}

ol.tools li {
	padding: 10px 0px;
	border-bottom: 1px dotted #ddd;
}

ol.actions li {
	padding-bottom: 10px;
	font-size: 1.2em;
}

ol.actions {
	margin-bottom: 0;
}

hr {
	color: #eee;
	background-color: #eee;
	width: 100%;
	height: 2px;
	border: none;
}

a:link, a:visited {
	color: #f90;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #f00;
	text-decoration: none;
}

h3 {
	color: #000;
	font-size: 2em;
	font-family: "Arial";
	margin: 5px 0px 5px 0px;
	padding: 0;
}

.raised {background:#000; width:100%; margin-bottom:10px; position:relative; height: 17em;}
.raised h1 {font-family: "Arial"; font-size:1.7em; color:#fff; letter-spacing:1px; margin:0px 0px 10px 0px; padding:0;}
.raised p {color:#ccc; margin:0px 0px 8px 0px; padding:0; line-height: 13px;}
.raised a {font-size:1.1em;}

.raised .boxcontent {position: absolute; z-index:2; padding:15px 210px 10px 15px;}

#counter {
	position: absolute;
	float: right;
	font-family: "Arial";
	font-weight: bold;
	font-size: 17em;
	margin: 0px 15px 0px 0px;
	padding: 0;
	color: #5C5C5C;
	z-index: 1;
	line-height: 1em;
	top: 0;
	right: 0;
}

.raised img.corner {
	width: 14px;
	height: 14px;
	border: 0;
	position: absolute;
}

.top {top:0px;}
.bottom {bottom:0px;}
.right {right:0px;}
.left {left:0px;}