
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #92847b url(Images/background.gif) center repeat-y;
	color: #000;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;

}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}

h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
text-transform : lowercase;
letter-spacing : -1px;
	color: #000;
	font-weight: normal;
	margin: 5px 0;
	font-size: 1.4em;

}



#wrap {
	background: #fff;
	margin: 0 auto;
	width: 601px;

}
#header {
	background-color:#000;
    border-bottom: 5px solid #666;
    height: 100px;
}



#column {
	margin-left: 25px;
	padding: 50px 0px 0px 0px;
	width: 550px;
	height: auto;
	
}

#column p {
	margin: 5px;
	line-height: 1.3em;
}

#links{
	float: right;
	padding: 10px;
	background: #e9e9e9;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;

}



#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
	text-align: center;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}

#column img{
	margin: 5px;
	border: 3px solid #e9e9e9;
}
