/*-------------------------------------
GLOBAL RESETS AND SETUP
-------------------------------------*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #000;
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #eee;
	border: #bbb solid 1px;
}

input.submit {
	color: #fff;
	background: #225D93;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}

a {
	text-decoration: none;
	color: #f7ef96;
}

a:hover {
	color: #fff;
}


/*-------------------------------------------------------------------------------------------------Div Id----------*/

body {
	background: #6d960b url('../images/bg.jpg') top center no-repeat;
}

#title {
	background: url('../images/annual_farm_city.png') top center no-repeat;
	height: 160px;
	width: 990px;
	margin: 35px auto 0;
}

#menu {
	background: url('../images/menu.png') top center no-repeat;
	height: 25px;
	width: 850px;
	margin: -17px auto 0;
	text-align: center;
	padding: 9px 0 0 0;
}

#top_arc, #btm_arc {
	background: url('../images/arc_top.png') top center no-repeat;
	height: 50px;
	width: 950px;
	margin: -1px auto 0 auto;
}

#btm_arc {
	background: url('../images/btm_arc.png') top center no-repeat;
	margin: 0 auto 50px auto;
	text-align: center;
}

#btm_arc p {
	margin: 7px 0 0 0;
}

#content {
	background: url('../images/content_bg.png') top center repeat-y;
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	min-height: 650px;
}

#left_content {
	overflow: hidden;
	width: 500px;
	float: left;
	margin: 0 0 0 10px;
}

#border_line {
	height: 550px;
	width: 10px;
	background: url('../images/border_line.png') top left no-repeat;
	float: left;
}

#right_content {
	width: 400px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 20px;
}

#right_content p {
	margin: 20px 30px 30px 0;
	line-height: 2.1em;
}

#right_content a {color: #e70000;}

#right_content a:hover {color: #0079c2;}

#right_content table {margin: 60px 0 0 0;}

p.events {
	line-height: 1.2em !important;
	margin: 20px 30px 10px 0 !important;
}

p.event_disc {
	line-height: 1.2em !important;
	margin: 20px 30px 30px 0;
}

p.sponsor_title{
	margin: 20px 30px 0 0!important;
}

p.sponsor_links {
	margin: 5px 30px 0 0!important;
}

/*-------------------------------------------------------------------------------------------------Div Class-------*/

.logo {
	width: 225px;
	height: 200px;
	margin: 0 auto;
}

.photo {
	width: 450px;
	height: 351px;
	margin: 62px 0 0 20px;
	position: absolute;
	z-index: 1;
}

.quote {
	background: url('../images/quote.png') top left no-repeat;
	width: 450px;
	height: 118px;
	margin: -10px 0 0 40px;
	position: absolute;
	z-index: 2;
}

.contact {height: 590px;}

.gallery-content {
	margin: 0 25px;
}


/*-------------------------------------------------------------------------------------------------Font Class------*/

.yellow {color: #f7ef96;}

.small {font-size: .9em;}

.smaller {font-size: .7em;}

.large {font-size: 1.2em;}

.larger {font-size: 1.3em;}


