body {
	margin: 25px 70px 25px 70px;
    /*	background-color: #314e6c; */
	background-color: #000000; 
	background-image: url("images/bluemetal.jpg");
    /*	background-image: url("images/grid.gif"); */
	color: #000000;
    /*  font-family: verdana,sans; */
	font-family: times new roman;
}

#page {
	margin: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	background-image: url("images/yellowstripe.jpg"); 
	background-repeat: repeat-x;
	border-radius:10px;
	-moz-border-radius:10px;
}

#title {
	position: absolute;
	top: 69px;
	left: 220px;
	font-style: italic;
	padding: 3px;
	margin: 0px;
}

#subtitle {
	position: absolute;
	top: 68px;
	right: 120px;
	color: gray;
	font-size: small;
	padding: 2px;
	margin: 0px;
}

/* menu links */

#sectionnav {
	position: absolute;
	top: 135px;
	left: 85px;
	width: 120px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: top right;
}

#sectionnav a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 4px;
	font-size: small;
	padding-left: 16px;
}

#sectionnav a:hover {
	color: gray;
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: center left;
}


/* social networking links */

#social {
	text-align: center;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: top right;
}

#social a {
	display: inline;
	text-decoration: none;
	color: black;
	padding: 4px;
	font-size: small;
	padding-left: 16px;
}

#social a:hover {
	color: gray;
	background-repeat: no-repeat;
	background-position: center left;
}


/* sections */

#banner { /* specs for banner at top with photos and header */
	position: relative;
	margin: 0px 50px 20px 110px;
	padding-right: 10px;
}

#about { /* specs for about box on main blog page */
	background-color: #d6f5f5;
	color: #4b3939;
	font-family: times new roman;
	letter-spacing: 0px;
	line-height: 25px;
	text-align: left;
	position: relative;
	margin: 0px 50px 20px 110px;
	padding: 25px;
	margin-top:15px;
	margin-bottom: 10px;
	border: 5px double #000000;
	border-radius:10px;
	-moz-border-radius:10px;
        -moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px #ccc;
	zoom: 1;
	filter:
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=225,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=10),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=315,strength=10);	
	}

#content { /* specs for individual blog entries */
	background-color: #d6f5f5;
	color: #4b3939;
	font-family: times new roman;
	letter-spacing: 0px;
	line-height: 25px;
	text-align: left;
	position: relative;
	margin: 0px 50px 20px 110px;
	padding: 25px;
	margin-top:15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px #ccc;
	zoom: 1;
	filter:
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=225,strength=10),
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=10),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=315,strength=10);
}

#footer {
	text-align: center;
	color: gray;
	font-size: x-small;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
}

#footer a:link, a:visited {
	color: #6060B0;	
}

h3 {
	border-bottom: 1px solid #cccccc;
}

hr {
	color: #023390;
	background-color: #023390;
}





