body {
	background: black;
	margin: 0px;	
	padding: 0px;
	text-align: left;
	}

#content {
	position: relative;
	width: 850px;
	top: 30px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	border: 10px solid #003366;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: white;
	}
	
#header {
	background-color: white;
	position: relative;
	top: 0px;
	width: 850px;
	height: 175px;
	}
	
#main {
	background-image: url(img/back.jpg);
	position: relative;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	}

#news{
	position: relative;
	top: 15px;
	width: 710px;
	background-color: white;
	padding: 30px 30px 20px 30px;
	padding-top: 20px;
}

p#me {
	float: left;
	position: relative;
	margin-left: 340px;
	margin-top: -350px;
	width: 360px;
}
p#cont {
	float: left;
	position: relative;
	margin-left: 280px;
	margin-top: -310px;
	width: 450px;
}

img#pic{
	position: relative;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 0px;
}

img#pic2{
	position: relative;
	padding-right: 240px;
	padding-top: 10px;
}

img#sig{
	position: relative;
	top: 10px;
	left: 150px;
}

img#center{
	position: relative;
	top: -10px;
	left: 110px;
}

a:link {text-decoration: none; color: #CC0000;}
a:visited {text-decoration: none; color: #CC0000;}
a:active {text-decoration: none; color: #CC0000;}
a:hover {text-decoration: none; color: #000000;}

#newsfeed a:hover {text-decoration: none; color: #333366;}

#picinfo a:link {text-decoration: none; color: black;}
#picinfo a:visited {text-decoration: none; color: black;}
#picinfo a:active {text-decoration: none; color: black;}
#picinfo a:hover {text-decoration: none; color: #CC0000;}

#footer {
	position: relative;
	top: 10px;
	text-align: right;
	font-size: 8px;
	padding-right: 20px;
	padding-top: 10px;
	}

	
/*CSS for navigation*/

#nav {
	width: 850px;
	background-color: white;
}

#nav a {
	display: block;
	float: left;
	height: 37px;
	width: 150px;
	position: relative;
	top: -38px;
	left: 0px;
}	
	
a#linkhome {
	background: transparent url(img/home.jpg);
}

a#linkhome:hover {
	background-position: 0pt -38px;
}

a#linkhome2 {
	background: transparent url(img/home.jpg) no-repeat scroll 0pt -38px;
	cursor: default;
}

a#linkabout {
	background: transparent url(img/about.jpg);
}

a#linkabout:hover {
	background-position: 0pt -38px;
}

a#linkabout2 {
	background: transparent url(img/about.jpg) no-repeat scroll 0pt -38px;
	cursor: default;
}

a#linkphoto {
	background: transparent url(img/photo.jpg);
}

a#linkphoto:hover {
	background-position: 0pt -38px;
}

a#linkphoto2 {
	background: transparent url(img/photo.jpg) no-repeat scroll 0pt -38px;
	cursor: default;
}

a#linkvideo {
	background: transparent url(img/video.jpg);
}

a#linkvideo:hover {
	background-position: 0pt -38px;
}

a#linkvideo2 {
	background: transparent url(img/video.jpg) no-repeat scroll 0pt -38px;
	cursor: default;
}

a#linkcontact {
	background: transparent url(img/contact.jpg);
}

a#linkcontact:hover {
	background-position: 0pt -38px;
}

a#linkcontact2 {
	background: transparent url(img/contact.jpg) no-repeat scroll 0pt -38px;
	cursor: default;
}


/*CSS for mini-nav*/

#flickr {
	text-decoration: none;
	border: none;
	position: absolute;
	left: 760px;
	top: 15px;
	float: right;
}

#flickr:hover {
	color: black;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#flashcontent {
	text-align: center;
	position: relative;
	left: -15px;
	width: 800px;
}

#mininav a:link {text-decoration: none; color: black;}
#mininav a:visited {text-decoration: none; color: black;}
#mininav a:active {text-decoration: none; color: black;}
#mininav a:hover {
	text-decoration: none;
	color: black;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#current {
	text-decoration: none;
	color: black;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#mininav {
	float: left;
	text-align: left;
	position: relative;
	top: -25px;
	left: -3px;
	font-family: Lucida Sans, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}
	
#mininav ul {
	padding: 0px;
	margin: 0px;
}
	
#mininav li {
	padding-right: 25px;
	display: block;
	float: left;
}
