@import url("styles.css");
@import url("ads.css");

body {
	text-align: center;
	margin: 0;
	background: url(../images/back_tile.png) repeat;
	line-height: 1.1em;
}

#page, #page_full {
	text-align: left;
	margin: 0 auto;
	width: 810px;
	background: white url(../images/shadow_1.png) left top repeat-y;
	min-height: 400px;
}
#page_full {
	background: white;
}
#main {
	float: right;
	width: 570px;
}
#content {
	padding: 0 20px;
}

#panel {
	float: left;
	width: 230px;
	padding: 0 0 5px 10px;
}

.box {
	border: 3px solid white;
	font-size: 10px;
	background: #dbdbdb;
	padding: 3px;
	margin-bottom: 5px;
}

/* ERRORS/MESSAGES */
.error {
	background-color: #FFC0C0;	
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	color: #800000;
	font-weight: bold;
	width: 100%;
	
}

.message {
	background-color: #a9ca5f;	
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top:1px solid #999;
	color: #204a00;
	font-weight: bold;
	width: 100%;
}

#page_full #main {
	float: none;
	width: 100%;
}

#navtop {
	background: url(/images/top_buttons.png) no-repeat;
	width: 810px;
	height: 36px;
}
#navtop td {
	text-align: center;
	font-weight: bold;
}
#navtop a {
	color: white;
	text-decoration: none;
}
#navtop a:hover, #navtop a.hit {
	color: #f4dd1f;
}

#footer {
	clear:both;
	background: white;
	margin-top: 25px;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #333;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
