body{
	margin: 0px;
	padding: 0px;
	background: url("background.jpg") repeat center top;
}
#wrapper {
	width: 1000px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#header {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 55px;
	background-image: url("header.jpg");
	margin: 0px;
	padding: 0px;
}
#header h1{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#header a{
	display: block;
	width: 100%;
	height: 55px;
	margin: 0px;
}
#insidebody {
	width: 1000px;
	height: auto;
	background-image: url("whitebackground.jpg");
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
#bottom {
	width: 1000px;
	height: 39px;
	background-image: url("bottom.jpg");
	text-align: left;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
}
#bottomtext {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#navigation{
	width: 1000px;
	height: 37px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: -9999px;
	margin: 0px;
}
#navigation a{
	display: block;
	width: 100%;
	height: 37px;
}
#maincontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	height: auto;
}
.dateline{
	width: 100px;
	float: left;
	margin: 0px;
}
.datelineTitle {
	width: 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #6f8ca9;
	text-align: left;
	clear: none;
	float: none;
	margin: 0px;
}
.newsitem {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0px;
}
.videoImage{
	width: 130px;
	height: 150px;
	float: left;
	margin: 0px;
}
.videoTitle {
	width: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6f8ca9;
	text-align: left;
	clear: none;
	float: none;
	margin: 0px;
}
.videoitem {
	padding-left: 75px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0px;
	height: 150px;
	width: 425px;
	float: left;
}
.videoitem2 {
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0px;
	height: 150px;
	width: 425px;
	float: left;
}
#pagetitlebar{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a {
	color: #6f8ca9;
}
a:hover{
	color: #6f8ca9;
	text-decoration: none;
}
a img{
	border: none;
}
.clearfloat{
	clear: left;
}

/* Menu Items Below */

#news {
   float: left;
   background: url("menuimages/news.jpg") 0 0 no-repeat;
   width: 80px;
   height: 37px;
   margin: 0px;
}
#news:hover {
   background-position: 0 -37px;
}
#webdesign {
   float: left;
   background: url("menuimages/webdesign.jpg") 0 0 no-repeat;
   width: 147px;
   height: 37px;
   margin: 0px;
}
#webdesign:hover {
   background-position: 0 -37px;
}
#graphicprint {
   float: left;
   background: url("menuimages/graphicprint.jpg") 0 0 no-repeat;
   width: 181px;
   height: 37px;
   margin: 0px;
}
#graphicprint:hover {
   background-position: 0 -37px;
}
#video {
   float: left;
   background: url("menuimages/video.jpg") 0 0 no-repeat;
   width: 85px;
   height: 37px;
   margin: 0px;
}
#video:hover {
   background-position: 0 -37px;
}
#photography {
   float: left;
   background: url("menuimages/photography.jpg") 0 0 no-repeat;
   width: 167px;
   height: 37px;
   margin: 0px;
}
#photography:hover {
   background-position: 0 -37px;
}
#music {
   float: left;
   background: url("menuimages/music.jpg") 0 0 no-repeat;
   width: 87px;
   height: 37px;
   margin: 0px;
}
#music:hover {
   background-position: 0 -37px;
}
#resume {
   float: left;
   background: url("menuimages/resume.jpg") 0 0 no-repeat;
   width: 99px;
   height: 37px;
   margin: 0px;
}
#resume:hover {
   background-position: 0 -37px;
}
#contact {
   float: left;
   background: url("menuimages/contact.jpg") 0 0 no-repeat;
   width: 119px;
   height: 37px;
   margin: 0px;
}
#contact:hover {
   background-position: 0 -37px;
}