body{
	background-color:#D7D7D7;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	margin:0px;
	line-height:18px;
}
#main{
	position:relative; top:80px;
	margin-left:auto;
	margin-right:auto;
}
#nav{
	letter-spacing:3px;
	text-align:right;
	color:#000000;
	padding-right:5px;
	font-size:11px;
}
#nav a:link, #nav a:visited{
	text-decoration:none;
	color:#000000;
}
#nav a:hover, #nav a:active{
	text-decoration:none;
	color:#000000;
	font-style:italic;
}
#header{
	background-color:#000000;
	background-image:url('images/header.png');
	background-repeat:no-repeat;
	width:61px;
	height:310px;
}
#content{
	background-image:url('images/pattern.png');
	background-repeat:repeat;
	border:1px solid #000000;
	width:550px;
	padding:15px;
	vertical-align:top;
}
h1{
	color:#FBFDD2;
	font-size:22px;
	letter-spacing:4px;
	font-family:Times New Roman, serif;
	font-weight:normal;
}
a:link, a:visited{
	text-decoration:underline;
	color:#FFFFFF;
}
a:hover, a:active{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}