body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;	
	background: url(../images/tartan.gif) repeat #e1130a;
}

h1 {
	color: #1a891a;
	font-size: 1.5em;

}


#main {
	position: absolute;
	top: 10%;
	left: 15%;
	right: 15%;
	width: 70%;
	background-color: #ffffff;
	border: 1em solid #b0c0cf;
	margin: 0 auto;
}

#header {

	float: right;
	width:80%;
	margin: 25px 0 0 0;	
}

#content {
	float: right;
	width:75%;
	margin: 30px 15px;	
}

#content p {
	margin-left:2px;
}                                               

#links p {
	margin: 5px 20%;
	padding:4px;
}

#links a {
	color: #e10f08;
	font-weight: strong;
	font-size: 1.2em;
}

#links a:visited {
	color: #919ea9;
}

#links a:hover {
	color: #1a891a;
}

#nav {
	float:left;
	width: 20%;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #ffffff;
	border-right: 0.2em solid #b0c0cf;
	padding-right:5px;
} 

#nav ul {
	list-style: none;	

}

#nav li {
	margin-top: 5px;
	margin-bottom: 5px;

}

#nav li a {
	height: 1.0em;
	line-height: 1.4em;
	width:100%;
	border-bottom: 0.2em solid #b0c0cf;
	color: #e10f08;
	text-decoration: none;
	text-align: left;
	font-weight: strong;
	padding: 5px;
}

#nav li a:hover {

	background: url(../images/star_nav.gif) no-repeat 70px 0;
}

#nav .current a {

	background: url(../images/star_nav.gif) no-repeat 70px 0;
}

.red {
	font-weight: bold;
	color: #e1130a;
}

.green {
	font-weight: bold;
	color: #1a891a;
}

.blue {
	font-weight: bold;
	color: #919ea9;
}
