@import url(/css/includes/banshee.css);

* {
	margin:0;
	padding:0;
}

body {
	background-color:#c0c0c0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b6b6b;
}

h1, h2, h3, h4 {
	margin:0;
	color:#606060;
}

h2, h3, h4 {
	margin-top:15px;
	border-bottom:1px solid #f2f2f2;
	letter-spacing:-0.035em;
	font-weight:normal;
}

h1 {
	margin-bottom:10px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
	font-weight:bold;
}

h4 {
	font-size:14px;
	font-weight:bold;
}

td {
	vertical-align:top;
}

p, ul, ol {
	margin-bottom:1.5em;
	line-height:170%;
	text-align:justify;
}

ul, ol {
	margin-left:3em;
}

a {
	color:#ff5a00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

img.title_icon {
	float:right;
	width:45px;
	margin-bottom:5px;
}

img.left {
	float:left;
	margin:5px 20px 0 0;
}

img.right {
	float:right;
	margin:5px 0 0 20px;
}

/* Header
 */
div.header_wrapper {
	background-color:#c0c0c0;
}

div.header {
	margin:0 auto;
	width:960px;
	height:100px;
	background:#404040;
	background-image:url(/images/title.jpg);
}

div.header div.title {
	padding:10px 0 0 50px;
	text-transform:lowercase;
	letter-spacing:-2px;
	font-size:40px;
	color:#ffffff;
}

/* Menu
 */
div.menu {
	margin:0 auto;
	padding:0 5px;
	width:940px;
	border-left:5px solid #404040;
	border-right:5px solid #404040;
}

div.menu ul {
	margin:0;
	list-style:none;
	line-height:normal;
	width:950px;
	display:table;
	border-spacing:5px;
	margin-left:-5px;
}

div.menu li {
	background-color:#585858;
	display:table-cell;
	padding:2px 15px;
}

div.menu a {
	text-decoration:none;
	font-size:13px;
	color:#c0c0c0;
	width:100px;
	display:block;
}

/* Page
 */
div.page_wrapper {
	background-color:#ffffff;
	min-height:450px
}

div.page {
	margin:0 auto;
	width:960px;
	padding:15px 0;
	position:relative;
}

/* Footer
 */
div.footer_wrapper {
	border-top:5px solid #a0a0a0;
}

div.footer {
	margin:0 auto;
	width:500px;
	padding:40px 0;
}

div.footer img {
	float:left;
	border-right:1px solid #808080;
	margin-right:20px;
	padding-right:20px;
}

div.footer p {
	margin:6px 0;
	color:#909090;
}

div.footer a {
	color:#808080;
}

