/* Globals */

body {
	margin: 0;
	padding: 0;
	background: #790000 url(images/bg.jpg) repeat-y center;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #360000;
	margin: 10px;
	border-bottom: 1px solid #330000;
	font-weight: bold;
	}	
	
h2 {
	font-size: 12px;
	font-weight: bold;
	}	
			
a:link {
	color: #330000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	}
	
a:visited {
	color: #360000;
	font-weight: bold;
	}

/* Layout */

.wrap {
	width: 550px;
	}	
	
#content {
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	padding: 10px 10px 10px 10px;
	font-style: italic;
	}
	
#navi {
	position: absolute;
	top: 134px;
	}	
	
.left {
	width: 150px;
	}	

.right {
	width: 150px;
	}	
	
/* Formatting */

.small {
	font-size: 10px;
	}	
		
.red {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	}
	
.red_small {
	color: #990000;
	font-weight: bold;
	}			
	
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #330000;
	}	
	