/* --------------------------     ELEMENTS     ------------- */

* {
	margin : 0;
	padding : 0;
}

body {
	background : #004a00 url('body.gif') repeat-x fixed top left;
	font : 0.9em "lucida grande";
	line-height : 1.7em;
	letter-spacing : 0.1em;
}

/* --------------------------     IDS     ------------- */

#container {
	margin : 0 50px 50px 50px;
	min-width : 850px;
	border : 2px solid #500;
	border-top : 0;
	background : #fff;
}

#header {
	float : left;
	width : 700px;
	height : 150px;
}


#navigation {
	clear : both;
	height : 2em;
	padding : 3px 0 0 0;
	background : #020 url('nav.gif') repeat-x bottom left;
	text-align : center;
}

#content {
	padding : 1.5em 3.5em;
	background : #792;
}

#footer {
	padding : 10px;
	text-align : center;
	font-size : 0.9em;
	background : #020;
	color : #fff;
}



/* --------------------------     HEADINGS     ------------- */

#header h1 {
	text-indent : -9999px;
	width : 700px;
	height : 150px;
	background : transparent url('logo.gif') no-repeat top left;
}

h2 {
	color : #fff;
	font : 1.8em georgia;	
	margin : 0 0 1em 0;
}



/* --------------------------     TEXT     ------------- */

#content p {
	margin : 0 0 1.5em 0;
}



/* --------------------------     LISTS     ------------- */


#navigation ul {

}

#navigation ul li {
	list-style-type : none;
	float : left;
	height : 1.8em;
	margin : 0 1.5em;
	letter-spacing : 0em;
}

#content ul {
	margin : -1.3em 0 1.5em 4em;
}

#content dl dd {
	margin : 0 0 2em 0;
	border-bottom : 2px solid #570;
}


/* --------------------------     IMAGES     ------------- */

#content img {
	border : 1px solid #000;
}

#content dl dd img {
	margin : 0 2em 0 0;
}

/* --------------------------     LINKS     ------------- */

a {
	color : #a00;
	text-decoration : none;
	border-bottom : 1px dashed #a00;
}

a:hover {
	color : #500;
	border-bottom-color : #500;
}


a.more {
	font-weight : bold;
}

#footer a {
	color : #fff;
}

#footer a:hover {
	color : #a00;
}


#navigation ul li a {
	font : 1.3em georgia;
	color : #fff;
	text-decoration : none;
	border-top : 3px solid #020;
	border-bottom : 0;
}

#navigation ul li a:hover {
	color : #d00;
	border-top-color : #d00;
}








