@charset "utf-8";

.content{
	padding:30px;	
}

.event{
	font-size:10px;	
}

.title{
	font-size:24px;
	color:#d0420f;
	text-transform:uppercase;
	margin-top:0px;
	padding-top:0px;
}

.home-text{
	font-size:14px;
	color:#5a3f1e;
	margin-top:0px;
}

img.padding{
	padding-right:10px;
	padding-bottom:10px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image:url(images/page-bg-repeat.jpg);
	background-repeat:repeat-x;
}
a:link {
	color: #F60;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}