﻿@import url('menu.css');
@import url('fck.css');
div#header {
	width:780px;
	margin:0px auto;
}
div#nav {
	background-image:url('/images/header-bg.gif');
	background-repeat:repeat-x;
	height:53px;
	line-height:29px;
}
div#main {
	width:780px;
	margin:0px auto;
}
div#footer {
	background-color:#f58020;
	background-image:url('/images/footer-bg.gif');
	background-repeat:repeat-x;
	line-height:45px;
	color:#ffffff;
	clear:both;
}
.hasSideBar {
	width:350px;
	text-align:justify;
}
div#links {
	width:780px;
	margin:0px auto;
	text-align:right;
	text-transform:lowercase;
	word-spacing:10px;
	color:#f58020;
}
div#links a:link, div#links a:visited {
	color:#5c5c5c;
	text-decoration:none;
}
div#links a:hover, div#links a:active {
	color:#f58020;
	text-decoration:underline;
}
div#copyright {
	width:780px;
	margin:0px auto;
	text-align:center;
	height:54px;
	padding-top:10px;
}
div#sidebar {
	width:400px;
	float:right;
	margin-left:20px;
}
img#logo {
	width:728px;
	height:85px;
}
img#sectionImage {
	border:solid 1px #000000;
	padding:2px;
}
ul.icon li {
	list-style-image:url('/images/bullet_plus.gif');
	padding-left:15px;
}
