@charset "utf-8";

@charset "utf-8";

/*Global settings*/
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

* {
	margin: 0;
	padding: 0;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #3E3F40;
	margin-bottom: 4px;
	letter-spacing: 1px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF3535;
	letter-spacing: 4px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF3535;
	letter-spacing: 4px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #601500;
	letter-spacing: 4px;
}




a:link {
	color: #3E3F40;
}
a:visited {
	color: #3E3F40;
}
a:hover {
	color: #3E3F40;
	background-color: #CCC;
}
a:active {
	color: #AC4E2C;
}

#container {
	height: 100%;
	width: 780px;
	margin: 0 auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
#header {
	height: 210px;
	width: 780px;
	margin-bottom: 20px;
	float: left;
}
#newsletter {
	height: 20px;
	width: 760px;
	padding: 10px;
}

#content {
	height: 430px;
	width: 780px;
}

#content_left {
	height: 140px;
	width: 368px;
	padding: 10px;
	float: left;
}

#content_right {
	height: 140px;
	width: 368px;
	padding: 10px;
	float: left;
}

#event {
	padding: 10px;
	height: 278px;
	width: 760px;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
}
#event_left {
	height: 280px;
	width: 378px;
	float: left;
}
#event_right {
	height: 180px;
	width: 330px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 100px;
	background-image: url(img/event_01.png);
	background-position: right bottom;
	padding-left: 30px;
}
.event_wide {
	height: 190px;













	width: 360
\;
	float: left;
	margin-left: 20px;
	width: 720px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-top: 15px;
}



.footer {
	float: left;
	height: 140px;
	width: 175px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
	margin: 10px;
}
.footer_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #3E3F40;
}
.footer_wide {
	float: left;
	height: 140px;
	width: 360px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
	margin: 10px;
}
#container_events {
	height: 100%;
	width: 780px;
	margin: 0 auto;
	border-bottom-color: #DDD;
}
