/* basics */

body {
	font: 11px Arial, sans serif;  
	color: #F2F2F2;
	line-height: 1.3em;
	background: #F2F2F2 url('http://toxic-neurosis.net/images/muse/bg.gif') repeat-y scroll center;
}

p {
	font: 11px Arial, sans serif;   
	color:#F2F2F2;
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 7px;
}

blockquote {
	margin: 10px 40px;
	padding: 0px 0px 0px 40px;
	background: url(http://toxic-neurosis.net/images/muse/quote.jpg) top left no-repeat transparent;
	font: 14px Georgia, serif;
	font-style: italic;
}

/* links */

a  {
	text-transform: uppercase;
	text-decoration : none;
	color: #F2004A;
}

a:hover {
	text-decoration : none;
	border-bottom: 2px solid;
	color: #F2004A;
}

a.nav1  {
	text-transform: uppercase;
	text-decoration : none;
	color: #F2004A;
	display: block;
	background-color: #f2f2f2;
	text-align: left;
	border-bottom: #F2004A 1px solid;
	padding-left: 2px;
	padding-right: 2px;	
}

a.nav1:hover {
	text-decoration : none;
	color: #f2f2f2;
	display: block;
	background-color: #F2004A;
	text-align: left;
	border-bottom: #F2004A 1px solid;	
	padding-left: 2px;
	padding-right: 2px;	
}

a.nav2  {
	font: 9px Arial, sans serif;  
	text-transform: lowercase;
	text-decoration : none;
	color: #F2004A;
	display: block;
	background-color: #f2f2f2;
	text-align: right;
	border-bottom: #F2004A 1px solid;	
	padding-left: 2px;
	padding-right: 2px;	
}

a.nav2:hover {
	font: 9px Arial, sans serif;  
	text-decoration : none;
	color: #f2f2f2;
	display: block;
	background-color: #F2004A;
	text-align: right;
	border-bottom: #F2004A 1px solid;	
	padding-left: 2px;
	padding-right: 2px;
}

/* styles */

strong {
	font-size: 11px;
	color: #f2f2f2;
	font-weight: bold;
}

em {
 	color: #f2f2f2;
	font-size: 11px;
	font-style: italic;
}

img {
	border: 0px;
}



/* h */

h1 {
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration : none;
	border-bottom: 2px solid;
	color: #F2004A;
	display: block;
	background-color: #f2f2f2;
	border-left: #F2004A 9px solid;
	border-bottom: #F2004A 1px solid;
	padding-right: 7px;
	text-align: right;
	line-height: 20px;
	border-bottom: 0px;
}

h2 {
	color: #f2f2f2;
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	border-bottom: #f2f2f2 1px solid;
	text-transform: lowercase;
	display: block;
}

h3 {
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration : none;
	border-bottom: 2px solid;
	color: #F2004A;
	display: block;
	background-color: #f2f2f2;
	border-left: #F2004A 9px solid;
	border-bottom: #F2004A 1px solid;
	padding-right: 7px;
	text-align: right;
	line-height: 16px;
	border-bottom: 0px;
}



/* layout divs */

#graphic {
	background:#2E2E2E url(http://toxic-neurosis.net/images/muse/header.jpg);
	height: 377px;
	left:50%;
	margin-left:-255px;
	margin-top: 0px;
	top: 0px;
	width: 510px;
	text-align: justify;
	position:absolute;
}


#nav {
	position: absolute;
	text-align: justify;
	margin-bottom: 20px;
	left:50%;
	margin-left:-250px;
	margin-top: 357px;
	width: 109px;
}

#content {
	position: absolute;
	text-align: justify;
	margin-bottom: 20px;
	left:50%;
	margin-left:-136px;
	margin-top: 357px;
	width: 386px;
}

/* forms */


input, textarea, option, select {
	background-color: #F2004A;
	font: 8pt arial;
	color: #f2f2f2;
	letter-spacing: 1px;
	border: 1px double #f2f2f2;
	padding:2px; 
}

