/*
Theme Name: DAR 2009
*/

body {
	margin: 0px;
	background: url('images/bg_side.gif') repeat-y;
	color: #000033;
	font-family: Arial, sans-serif;
}

img {
	border: 0px;
}

a {
	color: #CC0000;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	height: 150px;
	width: 100%;
	background: url('images/bg_top.gif') repeat-x;
}

#left {
	position: absolute;
	top: 150px;
	left: 0px;
	margin: 0px;
	width: 155px;
}

#content {
	position: absolute;
	top: 125px;
	left: 175px;
	right: 225px;
}

#right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 215px;
	background: url('images/top_right.gif') top right no-repeat;
	padding: 125px 10px 0 0 ;
	font-size: 11px;
	text-align: center;	
}

#footer {
	font-size: 12px;
	text-align: center;
}

