﻿html, body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #000100 url(images/bg_red.jpg);
	height: 100% !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*
a { background: url(dotlink.gif) repeat-x scroll left bottom; }
a:link, a:visited { color: #5785a4; }
a:hover { color: #1d8fdb; }
*/

#container { position: absolute; background: url(images/bg_top_red.jpg) repeat-x; width: 100% !important; height: 100% !important; margin: 0px; padding: 0px; top: 0px; }
#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	height: 190px;
	width: 850px;
	background-image: url(images/header.png);
	background-repeat:no-repeat;
	background-position: center center;
	border: 10px solid #fff;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-color: #fff;
	border: 10px solid #fff;
}
#contents { float: right; padding-left: 5px; width: 610px; padding: 20px; height: 100%;}
#intro { position: absolute; padding: 2px 10px 2px 10px; }

#sidebar { float:left; width: 199px; background-color: #fff; height: 100% auto; }
#sidebar .title { background: none no-repeat; height: 21px; margin: 0; text-indent: -9999px; }
#sidebar ul { list-style: none none outside; margin: 10px 0 0 0; padding: 0; }
#sidebar ul li { display: block; margin: 2px 0; }
#sidebar ul li a { background: url(images/menu.png) repeat-x 0 50%; color: #DD5859; display: block; font: bold 12px Verdana, Helvetica, sans-serif; padding: 5px 0 5px 13px; text-decoration: none; }
#sidebar ul li a:hover { background: url(images/menuhover_red.png) repeat-x 0 50%;  color: #1A1A1A; }

#footer { clear: both; background: none bottom no-repeat; width: 100%; text-align: center; padding-top: 15px; padding-bottom: 15px; }
#footer p { margin: 0; padding-top: 10px; font: 11px Tahoma, Arial, sans-serif; }
#footer p a { color: #DD5859; }
#footer p a:hover { color: #1A1A1A; }

#edit-contents { background-color: #ff9; height: 100%; }
