body {
	font-family: Arno;
	font-size: 16px;
	height: 100%;
	padding: 0;
	margin: 0; 
	background-color:#fffff;
}



div {
	font-family: Arno;
}

th {
	font-family: Arno;
}


table #site {
	}

div #site {
	margin-top: 0px;
	width: 900px;
	background-color: #ffffff;
	height: 100%;
	}

div #header {
	padding-bottom: 15px;
	width: 750px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: text-bottom;
	}

div #title {
	display:inline;
}

div #menu {	
	display:inline;
	font-size: 14px;
	padding-left: 70px;
	font-weight: bold;
	float:right;
	vertical-align: text-bottom;
}
div #submenu {	
	display:inline;
	font-size: 14px;
	padding-left: 70px;
	font-weight: bold;
	float:left;
}
div #left {
	width: 365px;
	display:inline;
	float:left;
	padding-right: 10px;
	padding-top: 25px;
}

div #right {
	padding-left: 25px;
	padding-top: 25px;
	width:350px;
	display:inline;
	float:right;
}
div #music{
	width: 300px; float: left}
	
div #pic{
	width: 300px; float: right}

div #main {
	padding-bottom:50px;
	font-size: 14px;
	
}

h1{
	font-size: 38px;
	font-weight: bold;
	letter-spacing: -3px;
	color: #cf8d15;
	display:inline;
}

h2 {
	padding-left: 8px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display:inline;
	padding-bottom:7px;
}


#stillnav {
	padding-top: 15px;
	text-align: center;
	font-size: 16px;
}


div #stillnav_left {
	font-size: 20px;
	display:inline;
	float:left;
	padding-right: 10px;
	padding-top: 20px;
}

div #stillnav_right {
	padding-top: 20px;
	font-size: 20px;
	display:inline;
	float:right;
}

div #news_img {
	display: inline;
	height: 160px;
}

td #news_text {
	padding-left: 30px;
}

#stillgrid {
}

#stilllarge {
}

A:link {
	text-decoration: none;
	color:#003300;
}

A:visited {
	text-decoration: none;
	color:#003300;
}

A:active {
	text-decoration: none;
}

A:hover {
	color: red;
}
#current{
	color: red;
	font-variant: small-caps;
}
#imgLink{
	color:white;
}

/* 	FOR NEWS BLOG */


.entrytitle {
	padding-bottom: 20px;

}

.entry {
	padding-bottom: 20px;
}
	


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
