/*Gsmack Productions CSS sheet*/

html, body {
	font-family:Bookman Old Style;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background:#5a5655;
	background:url(pics/montage.jpeg);

	}


body	{position:relative;
	width: 800px;
	margin-bottom:100px;
	margin-top:150px;
	margin-left: auto;
	margin-right: auto;
	border-right:ridge 10px #cdc3cd;
	border-bottom:ridge 10px #cdc3cd;
	border-top:ridge 10px #6c556d;
	border-left:ridge 10px #6c556d;
	background:url(pics/GM_BG.jpeg);
		
	}

h1 {	margin-left:50px;
	line-height:20px;
	font-size:32pt;
	font-weight:bold;
	letter-spacing:3px;
	padding-top:50px;
	color:#807c7c;
	font-family: Script MT Bold;
	}

h2 { 	font-size:10px;	
	font-family: Bookman Old Style;
	text-align:justify;
	margin-left:50px;
	margin-right:50px;
	color:#6c556d;	
		
	}

h3	{margin-left:50px;
	margin-right:50px;
	font-family: Script MT Bold;
	font-size:25pt;
	color:#543c55;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	}

h4 {margin-left:50px;
	margin-right:50px;
	font-size:18pt;
	color:#FFCC99;
	font-weight:lighter;
	text-align:justify;
	padding-bottom:0px;
	}
	
h5 {margin-left:50px;
	margin-right:50px;
	font-size:18pt;
	color:#F5DB81;
	font-weight:normal;
	text-align:justify;
	}

h6 {font-size:10pt;
	margin-right:10px;
	color:#000066;
	text-align:right;
	text-decoration:underline;
	}

p 	{font-size:14pt;
	font-family: Bookman Old Style;
	text-align:justify;
	margin-left:50px;
	margin-right:50px;
	color:#543c55;	
		
	}

ul {	margin-right:50px;
	margin-left:50px;
	text-align:justify;
	color:#543c55;
	font-size:14pt;
	font-family: Bookman Old Style;
	}
	
a:link, a:visited {
	color:#69066d;
	background-color:transparent;
	text-decoration:none;
}

a:focus, a:hover, a:active {
	color:#f6ffa4;
	background-color:transparent;
}


#header {background:url(pics/logo2.png) no-repeat;
	width:800px;
	height:160px;
		
}


#nav {
	width:800px;
	float:left;
	clear:both;
	font-size:100%;
	margin-left:45px;
	
	}

#nav ul {
	position:relative;
	display:inline;
	}

#nav li {
	float:left;
	list-style:none;
	}

#nav li a {
	float:left;
	text-decoration:none;
	font-size: 16pt;
	font-family: Bookman Old Style;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	height: 20px;
	line-height: 20px;
	padding:5px 20px 20px 20px;
	margin-left:20px;	
	color:#69066d; 
  
	}

#nav li a:hover {
	background: url(pics/button.gif) no-repeat;
	color:#69066d;
	}



