 body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(./vmg_bak.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000;
	}

	
#nav {
	background-color: #fff;
	width: 90px;
	float: left;
	margin-left: -1px;
	height: 1000px;
	color: #000;
	font-family:  eurostile, sans-serif;

	}
	
	
#content {
	background-color: #fff;
         margin-left: 100px;
	color: #000;
	width: 667px;
	}

#header {
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 0px;
	}
	
#footer {
	background-color: transparent;
	color: #006;
	border-top: 1px solid #000;
	padding: 0px;
	clear: both;
	}

#links {
	background-color: #fff;
	color: #000;
	font-size: 0.8em;
	border-bottom: 1px solid #000;
	padding: 0px;
	}

#bottom {
	background-color: transparent;
	color: #006;
	font-size: 0.6em;
	text-align: right;
	}


.spacer {
	clear: both;
	}
	
h1.hed {
	margin-top: 0px;
	margin-left:25px;
	font-family:  eurostile, sans-serif;
	font-size: 1.5em;
	padding:10px;
	}

p {
	padding: 10px;
         margin-top: 0px;
	font-family:  eurostile, sans-serif;
	}

.inner {
	padding:0px;
	width: 665px;
	text-align: justify;
	}


.title {
	padding: 10px;
	margin-top: 0px;
	font-family:  eurostile, sans-serif;
	font-weight:bold;
	}

.date {
	font-style: italic;
	font-family:  eurostile, sans-serif;
	font-size: 0.8em;
	margin-right:10px;
	text-align: right;
	}


.comments {
	font-size: 0.8em;
	padding: 10px;
	margin: 0px 0px 50px 0px;
	font-family:  eurostile, sans-serif;
	text-align:right;
	}

.comments-head {
	font-size: 1.2em;
	font-family:  eurostile, sans-serif;
	}

.comments-body {
	padding: 5px;
	font-family:  eurostile, sans-serif;
	}

.comments-post {
	font-size: 0.8em;
	padding-bottom: 0px 0px 5px 0px;
	font-family:  eurostile, sans-serif;
	border-bottom: 1px solid #000;
	text-align: right;
	}

