/* -- INCLUDE OTHER CSS -- */
@import url("styles.css");

/* -- General -- */
html, body  { 
	margin: 0px;
	padding: 30px;
	height: auto;
	width: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 95%;
}

a, a:active, a:visited {
	color: #e43227;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#logo {
	margin: 0px 0px 20px 0px;
	padding: 25px 0px 0px 150px;
	width: auto;
	height: 65px;
	background: url("../gfx/logo.gif") no-repeat;	
}



#copyright {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	text-align: right;
	font-size: 80%;
	color: #e43227;
}
