#container {
	border: 10px solid #121315;
                float: center;
	margin: 5px;
	width: 920px;
	background: #121315;
	z-index: 0;
	position: relative;
}

#headright { 
	float: right;
                background: #f5f5f5;
                border: none;
	z-index: 1;
	width: 200px;
	height: 210px;
	display: block;
	margin: 10px 10px 0px 0px;
                position: relative;
}

#headleft {
                background: #121315;
	float: left;
	border: none;
	width: 380px;
	z-index: 1;
  	height: 150px;
	display: block;
	margin: 10px 0px 0px 10px;
postion: relative;
}

#quill {
               height: 130px;
width: 150px;
background: #121315;
z-index: 1; 
float: left;
position: relative;
margin: 10px 0px 0px 0px;
}

#div1 { 
	border: 10px solid #121315;
	float: center;
	width: 880px;
	z-index: 3;
	background: #121315;
}
#div2 {
	border: 10px solid #121315;
	width: 480px;
	z-index: 4;
	float: left;
	background: #121315;
}
#div3 {
	border: 1px solid #FAF8CC;
	width:180px;
	float: left;
	background: #000000;
	z-index: 5;
}
#div4 {
	border: 10px solid #121315;
	width:180px;
	z-index: 6;
	float: right;
	background: none;
}
#div5 {
	border: 10px solid #121315;
	width:880px;
	z-index: 7;
	float: left;
	background: #121315;
}

#buttons {
	border: none;
	float: left;
	width: 540px;
	z-index:3;
	background: #121315;
	margin: 0px 0px 10px 10px;
}

body {
	background: #121315;
margin: 0;
	text-decoration: none;
}

p {
	margin: .66em;
	font-family: Verdana, Geneva, "MS Sans Serif";
	font-size: 12px;
	font-weight: ;
	line-height: ;
	font-style: ;
	text-decoration: none;
	color: #FAF8CC;
}

h1 {
	margin: 10px 0px 0px 10px;
	font-family: Verdana, Geneva, "MS Sans Serif";
	font-size: 48px;
	font-weight: ;
	line-height: 1.5em ;
	font-style: italic;
	text-decoration: none;
	color: #FAF8CC;
	text-align: left;
                vertical-align: bottom;

}
h2 {	margin: .25em;
	font-family: Verdana, Geneva, "MS Sans Serif";
	font-size: 24px;
	font-weight: ;
	line-height: 1.5em ;
	font-style: ;
	text-decoration: none;
	color: #FAF8CC;
	text-align: left;
}
h3 {          margin: .25em;
	font-family: Verdana, Geneva, "MS Sans Serif";
	font-size: 18px;
	font-weight: ;
	line-height: 1.25em ;
	font-style: ;
	text-decoration: none;
	color: #FAF8CC;
	text-align: left;
}
h4 {          margin: 2px 2px 2px 2px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.25em;
	font-style: ;
	text-decoration: none;
	color: #FAF8CC;
	text-align: left;
                vertical-align: bottom;
}
h5 {}
h6 {
	margin: .25em;
	font-family: Verdana, Geneva, "MS Sans Serif";
	font-size: 8px;
	font-weight: ;
	line-height: ;
	font-style: ;
	text-decoration: none;
	color: #FAF8CC;
	text-align: center;
}

		.rollover {
		background-image: url(../quillart/resources/images/buttons/quillblk.png);
		font-family: Verdana, Geneva, "MS Sans Serif";
		font-size: 16px;
		font-weight: bold;
		float: left;
}
 
		.rollover a {
		display: block;
		text-decoration: none;
		color: #FAF8CC;
		height: 50px;
		width: 100px;
}
 
		.rollover a:hover {
		background-image: url(../quillart/resources/images/buttons/quillred.png);
		font-family: Verdana, Geneva, "MS Sans Serif";
		font-size: 16px;
		float: left;
		height: 50px;
		width: 100px;
		color: #000000;
}
 
		.rollover a span {
		display: block;
		text-decoration: none;
		line-height: 50px;
		text-align: center;		
}
 
		.rollover a: hover span {
		display: block;
		text-decoration: none;
		}