/***********************************************************************************/
/* STYLESHEET for JOSHUA THOMPSON                                                  */
/* Copyright New Generation Artist, All rights reserved                            */
/* Authored by Internet DesignWorks - Website by Internet DesignWorks              */
/* Website Design Specialists - Website Development Experts                        */
/* (317) 669-0439                                                                  */
/***********************************************************************************/

body{
	width:1000px;
	text-align:center;
	vertical-align:top;
	margin-left:4%;
}

#address{
	background-color:#003399;
	font-family:"century gothic", arial, sans-serif;
	font-size:80%;
	color:#ffffff;
	border-top:#ff0000 1px solid;
	border-bottom:#ff0000 1px solid;
	font-weight:600;
	height:20px;
}

#indexcontent{
	font-family:"century gothic", arial, sans-serif;
	font-weight:500;
	color:#000000;
	margin-top:-52%;
	margin-left:22%;
}

#indexcontent h1{
	background-color:#0033ff;
	border-top:#ff0000 1px solid;
	border-bottom:#ff0000 1px solid;
	color:#ffffff;
	font-weight:600;
	font-size:110%;
}


#nav{
	width:20%;
	text-align:center;
	vertical-align:middle;
}

#nav ul{
	margin-left:-40px;
	list-style-type:none;
}

#nav li a{
	display:block;
	background-repeat:no-repeat;
	width:100%;
	background-color:#ff0000;
	text-decoration:none;
	border:#0000ff 1px solid;
	color:#ffffff;
	height:30px;
	font-weight:600;
}

#nav li a:hover{
	display:block;
	background-image:url("images/seal.jpg");
	background-repeat:no-repeat;
	width:100%;
	background-color:#0033cc;
	text-decoration:none;
	border:#ff0000 1px solid;
	color:#ffffff;
	height:30px;
	font-weight:600;
}