<style type="text/css">

*{
	padding: 0px;
	margin: 0px;
}

body{
	font-family: verdana, sans-serif;
	font-size: 12px; 
	color: #1b082a; 
	padding: 0px;
	margin: 0px;
	background-color: #1b082a;
	background-image:url('images/chrome/background.png');
}

b{
	font-size: 13px; 
}

h1{
	font-family: verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1b082a;
	border-bottom: 1px solid;
	text-align: left;
	background-image:url('images/chrome/h1.png');
	background-repeat: no-repeat;
}


h2{
	font-family: verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #1b082a;
	border-bottom: 1px solid;
	text-align: left;
}

p{
	color: #1b082a; 
	font-size: large;
	margin-top: 3px;
}

textarea{
	font-family: verdana;
	font-size: 11px;
	color: #d3c5d8;
	border: #d3c5d8;
	border-style: dashed;
	border-width: 1px;
	background-color: #2f1340;
}

A {
	color:#2f1340; 
	text-decoration:none;
}

A:hover {
	color:#3f0f5e;
	font-weight: bold;
	text-decoration: underline;
}

#container{
	width: 990px;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 20px;
}

#wrap{
   overflow: auto;
   margin-top: 10px;	
}


#header{
   height: 326px;
   border: none;
}

#links{
 	color:#d3c5d8; 
	font-size: 31px;
	font-family: sans-serif;
}

a.blur{  
	color:#d3c5d8; 
	text-decoration: none;
}  

a.blur:hover, a.blur:focus{
	color:#d3c5d8; 
	text-decoration: underline;
}

.textshadow a.blur, .textshadow a.blur:hover, .textshadow a.blur:focus{
	color:#d3c5d8; 
	text-decoration: none;
	color: rgba(0,0,0,0);
	outline: 0 none;
	-webkit-transition: 400ms ease 100ms;
	-moz-transition: 400ms ease 100ms;
	transition: 400ms ease 100ms;
	font-size: 31px;
}

.textshadow a.blur.out:hover, .textshadow a.blur.out:focus{
	text-shadow: 0 0 4px #d3c5d8;
}

.textshadow a.blur.out, .textshadow a.blur:focus{
	text-shadow: 0 0 0 #d3c5d8;
}

#navigation{
   	float: left;
	width: 200px;
	height: 500px;
	margin-left: 50px;
	margin-top: 10px;
	padding: 6px;
	background-image:url('images/chrome/background.jpg');
}

#navigation img{
	margin: 3px;
}

#content{
   	float: left;
	width: 635px;
	margin-left: 30px;
	margin-top: 10px;
	padding: 6px;
	background-image:url('images/chrome/background.jpg');
}


#footer{
   	float: left;
	width: 850px;
	margin-left: 50px;
	margin-top: 20px;
	padding: 20px;
	background-image:url('images/chrome/footer.png');
	margin-bottom: 20px;
}

</style>
