@charset "utf-8";
/* CSS Document */

body {background: #494946 url(graphics/bg.gif);
    margin: 0;
	padding: 0;
	text-align: center;
}

a:link {color:#CC0000; text-decoration:none;}
a:active {color:#FFFFFF; text-decoration:none;}
a:visited {color:#C4A21C; text-decoration:none;}
a:hover {color:#FFCCCC; text-decoration:underline;}

#Content {
	width:900px;
	margin:5px auto;
	text-align:left;
	border:1px dashed #333;
	}


.nav {
    font-family:  Adobe Caslon Pro, Georgia, Garamond,  Times, serif;
    font-variant: small-caps;
	font-size: 14px;
    text-align:right;
	margin-top: 0px;
	margin-left: 35px;

}
.nav a {
	color: #4B4B4B;
	text-decoration: none;	
	margin-top: 0px;
	margin-right: 20px;

}
.nav a:hover {
	color: #fff;
	text-decoration: none;
}

.header {
	vertical-align: text-bottom;
}
