@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/gradbg_03.jpg);
	background-color:#e7fce5;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
img {
	border:none;
}

#navigation{
	font-variant:small-caps;
	border-bottom:#FFF solid 1px;
	width:500px;
	word-spacing:14px;
	
}
#content{
	text-align:right;
	margin-left:100px;
	width:600px;
}


p {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
}

.nav{
	margin-bottom:-5px;
	padding:0;
	font-size:1.2em;
}