/*    StrongED$Mode = jr    StrongED$Wrapwidth = 200 */

#header {
	height:115px;
	}

#header {
	border-bottom:8px solid #00A;
	}

h1 {
	color:purple;
	position:relative;
	text-align:center;
}

.vics {
	margin-top:2px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:80px;
	}

#main {
	clear:both;
	float:left;
	width:100%;
	border-bottom:8px solid #00A;
}

.date {
	font-size:large;
	font-family:monospace;
	font-weight:bold;
	color:#00A;
	}

.name {
	font-size:larger;
	color:purple;
	margin-left:80px;
	}

 /* ----------------------------------------------------------------------*/

/* Footer styles */
#foot {
	float:left;
	height:320px;
	width:100%;
	background:url(img/bdass3.jpg);
	border-top:10px;
	border-bottom:10px solid #00A;
	border-left:20px;
}

img 	{
	margin:8px 0 8px;
	}

#joke {
	font-size:smaller;
	padding:10px;
	margin:50px;
}

#wip {
	font-size:large;
	font-style:italic;
	position:relative;
	top:-3%;
	text-align:center;
	color:green;
	}


