/*------------ [ general rules ] -----------------------*/
body {
	margin: 10px 0;
	padding: 0;
	background: #ccc url('img/bg-body.gif') repeat top left;
	line-height: 1.5em;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
img {
	display: block;
	border: 0;
}
ul {
	margin: 0;
	padding: 0;
}
p {
	margin: 1em 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #003366;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1.5em 0 0 0;
	padding-bottom: 3px;
	font-size: 130%;
	border-bottom: 1px solid #eee;
}

/*------------ [ general page sections ] -----------------------*/
#wrap {
	font-size: 95%;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: transparent url('img/bk-wrap.jpg') repeat-y;
	padding: 0;
}
/*--- header ---*/
#head {
	background: transparent url('img/bk-head.jpg') no-repeat top left;
	width: 800px;
	height: 127px;
	margin: 0;
	padding: 0;
}

#head h1 {margin-left: -99999px;}

/*--- navigation ---*/
#nav {
	margin: -56px 55px 0 0;
	padding: 0;
	float: right;
	clear: both;
	width: 360px;
}
#nav ul {list-style: none;}
#nav ul li {
	float: left;
	display: inline;
	text-align: center;
	width: 90px;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #E6E6FA;
}
#nav ul li a:hover {
	color: yellow;
}
/*--- main body and content ---*/
#main {
	width: 650px;
	margin: 0 0 0 42px;
	clear: both;
}
#content {
	float: right;
	padding: 0 10px;
	margin: 0;
	width: 477px;
	color: 	#003366;
}
/*--- side column ---*/
#side {
	margin: 50px 25px 0 0;
	padding: 0 0 0 10px;
	float: left;
	width: 160px;
}
#side ul {
	list-style: none;
	padding: 0 0 0 10px;
}

#side li, #side li a {
	margin: 0 0 0 -20px;
	padding: 0;
	width: 176px;
	height: 35px;
	display: block;
}

#side li a span {display: none;}

#side li#audio {
	background: transparent url('img/audio.jpg') top left no-repeat;
}

#side li#photos {
	background: transparent url('img/photos.jpg') top left no-repeat;
}
#side li#videos {
	background: transparent url('img/videos.jpg') top left no-repeat;
}


/*--- footer ---*/
#foot {
	clear: both;
	text-align: right;
	padding: 30px 70px 0 0;
	margin: 0;
	background: transparent;	
	height: 116px;
}

/*linkage*/
a:link, a:visited {font-weight: bold; text-decoration:none; color: #FFFF99; background: transparent;}
a:hover {text-decoration: underline; color:#8b2; background: transparent;}
#side a:link, #side a:visited, #side a:hover	{color: #630; font-weight:normal;}
#footer p a:link, #footer p a:visited, #footer p a:hover { color: #999; }
