body
{
	font-family : Arial, Verdana;
	font-size : 14px;
	color : #BBBBBB;
	margin: 5px;
	background-image: url("images/center.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	line-height: 14px;
}

a {
	color: #f1dfad;	
}

li {
	padding:2px;

}

h1 {
	font-size: 28px;	
	color: #ff9310;	
	margin-left: 0px;
}

h2 {
	font-size: 20px;	
	margin-left: 0px;
	color: #f1dfad;	
}

form input, select {
    border:1px solid #CCCCCC;
    width:440px;
    font-size:12px;
}

form textarea {
    border:1px solid #CCCCCC;
    width:440px;
    height: 180px;
    font-size:12px;
}