body {
	font: 76%/140%  Helvetica, Arial, sans-serif;
	color: #666;
	background: #f0000;
	margin: 0;
	padding: 0;
	}

	
#container {	/* we're going to center this division, set its width and padding, and play with its background image (the  logo) */
	width: 1000px;
	margin:10px auto;
	background: url(images/med.png)no-repeat;
	padding-top:63px;/*meun placement*/
	
	}

#nav {
	width: 870px;
	margin: auto;
	padding: 1px 1px 1px 1px;
	padding-left: 130px;
	padding-bottom: 50px;
	font-size: 110%;
       }
	


#nav ul, #nav li { list-style: none; margin: 0; padding: 0; }
	
#nav li a {	
			display: block;
			line-height: 1.5em;
			font-size: 1.1em;
			font-weight: bold;
			text-decoration: line-through;
			background: transparent;
			border: 0; 
			padding: 0px;
			font-variant:small-caps;
			}
		
#nav a:link, #nav a:visited {
	       color: #666;
}
			
#nav a:hover, 
#nav a:visited:hover{
	color: #0FF;
	background: grey;
	padding: 1px 3px 1px 3px;/* box around the text*/
}
				
#nav a:active,
body#release a#homelink,
body#news a#newslink,
body#press a#presslink,
body#night a#nightlink,
body#contact a#contactlink,
body#orders a#orderslink,
body#links a#linklink

{
	color: #0FF;
	background: grey;
padding: 1px 3px 1px 3px;/* box around the text*/
}
			
	
#content {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;/* allows the content to be sized*/
	background: #e8e8e8;/* color of the content div*/		/*background: rgba(0,0,0,.1) color of the content div makes it transparent*/
		}
	
table {
	width: 770px;
	color: #666;
	border-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
		}
		
		thead { font-weight: bold; }
		
		td {
	padding: 0px 30px 0px 30px; /* top. right. bottm. left*/
	margin: 0;
}

    

.shaded { background: #666;}
	



#footer {
	clear: both;
	height: 41px;
	width: 100%;
	padding:0px 0px 0px 0px;
	margin: 0;
	text-align: center;
	font-size: xx-small;
	}
	
	#tagline {
	height: 10px;
	width: 730px;
	padding:6px 0px 0px 125px;
	margin: 0;
	font-size: x-small;	
		
	}
	



h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 130%;
	line-height: 110%;
	margin: 10px 0px 10px 0px;
	color: #666;
	text-decoration: none;
	background-color: #CCC;
	padding: 5px;
	}

h2 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	}
	
	
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 5px 0px 5px 0px;
	text-decoration: none;
	}
	
	

	
p {
	line-height: inherit;
	background-color: #CCC;
	padding: 0px 0px 0px 0px;
	}

a {
	color: #666; /*link color*/
	text-decoration: underline;
	font-weight: normal;
	}
	


a:hover {
	background-color:#0FF;
}   /* mouse over link */
a:active {background-color:#0FF;}  /* selected link */

.social a:hover {
	background-color: none;
	text-decoration: none;
}
	
.input {
	border: 1px solid #666;
	background-color: #DBDBDB;
	width: 90px;
	height: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.button {
	background-color: #CCC;
	border-style: none;
	
}

input[type=submit] {
	width: 4em;
	height: 20px;
	font-size: 10px;
}

#social {
	width: 870px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: xx-small;
	margin-top: 5;
	margin-right: 5;
	margin-bottom: 5;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 1px;
       }
	
