﻿/* LAYOUT */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background-color:#000;
	background-image:url('images/back4.jpg');
	background-repeat:repeat-x;
}
	
#canvas {
	padding-top:10px;
	margin:0 auto;
	width:750px;
	
	background-color:#822C37;
}

#banner {
	width:100%;
	height:230px;
	
	background-color:#fff;
}

#sidebar {
	float:left;
	width:240px;
	margin:0;
	padding-top:20px;
	
	background-color:#822C37;
}

#content {
	margin-left:240px;
	width:470px;
	min-height:500px;
	padding:20px;
	
	background-color:#fff;
}

/* FORMAT */

li {
	font-size:13px;
	text-align:justify;
}

h1 {
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#822C37;
	text-align:center;
}

h4 {
	color:#822C37;
	font-size:16px;
	font-weight:bold;
}

h5 {
	color:#822C37;
	font-size:13px;
	font-weight:bold;
}


img {
	border:0px;
}

a:link, a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

h3>a:link, h3>a:visited, h3>a:hover, h3>a:active {
	color:#822C37;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}