body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #E1E0CE;
	font-family:arial,verdana,sans-serif;
}

img {
	border: 0px;
}

h1 {
	font-size: 18px;
}

h2 {
	padding-top: 10px;
	margin-bottom: 3px;
	font-size: 16px;
}

a {
	color: #832317;
}

a:hover {
	color: #C41300;
}

a:visited {
	color: #832317;
}


div#outline {
	width: 1000px;
	margin: auto;
	background-image: url(../images/outline.png);
	height: 100%;
}

div#outline div#header {
	background-image: url(../images/header.png);
	height: 141px;
	background-repeat: no-repeat;
}

div#outline div#content {
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 600px;
	padding-top: 0px;
}

div#outline div#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 30px;
}

div#content div#large_band {
	height: 195px;
	background-image: url(../images/large_band.jpg);
	background-repeat: no-repeat;
}

div#content div#small_band {
	height: 98px;
	background-repeat: no-repeat;
}

div#content div#sidebar {
	width: 218px;
	float:left;
	padding-left: 8px;
	padding-right: 4px;
	font-size: 14px;
	line-height: 130%;
}

div#content div#sidebar h3 {
	border-bottom: 1px solid gray;
	font-size: 16px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	margin-top: 20px;
}

div#content div#sidebar a {
	color: black;
}

div#content div#sidebar a:hover {
	color: gray;
}

div#content div#text {
	padding-top: 6px;
	padding-right: 14px;
	margin-left: 245px;
}

ul.top_menu {
	list-style-type: none;
	margin: 0px;
	padding-top: 116px;
	padding-left: 270px;
	color: white;
	font-weight: bold;
	font-size: 13px;
}

ul.top_menu li {
	float: left;
	margin-right: 18px;
}

ul.top_menu a {
	text-decoration: none;
	color: white;
	background-image: url(../images/bullet_rosy.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 3px ;
}

ul.top_menu a:hover {
	color: #dddddd;
}

ul.top_menu a.current_page {
	background-image: url(../images/bullet_yellow.png);
}

ul.red {
	list-style-image: url(../images/bullet_red.png);
	line-height: 150%;
}

img.left {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}

img.right {
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
}

.clear {
	clear: both;
}

p.sidebar_links {
	line-height: 150%;
	padding-top: 0px;
	margin-top: 0px;
}

p.sidebar_links a {
	font-weight: normal;
	text-decoration: none;
}
