body {
	background: url('images/bkground.jpg') repeat;
	color: #6e6e6e;
	font: normal 100% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}


h1 {
	color: #6e6e6e;
	font: normal 2em Impact,sans-serif;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #F00;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}
h3{font: italic 1.5em;}

h1,h2 {padding-top: 6px;}


img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

#content {
	left: 270px;
	position: absolute;
	top: 100px;
	width: 60%;
}

#header {
	left: 270px;
	position: absolute;
	top: 10px;
	font-size: 1.8em;
	color: #000000;
}
	
/* navigation */
#navigation {
	left: 60px;
	position: absolute;
	top: 190px;
	width: 30%;
}
#navigation h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #777;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:hover {color: #8DCA3F;}

/* footer */
#footer {
	border-top: 1px dashed #333;
	position: relative;
	
	font-size: 1em;
	color: #000000;
}
