@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* for IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px
	border:0;
	margin:0;
	padding:0;
	color: #112602;
	}
img {border:0}
html {
border:0;
margin:0;
padding:0;
}	

form {margin:0;padding:0}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:10px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:5px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}

	#centered {
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #44301B;
	border-right-color: #44301B;
	border-bottom-color: #44301B;
	border-left-color: #44301B;
}
#header {
	background-color: #A6A456;
	width: 1000px;
	height: 179px;
}



#navigation {
	position:relative;
	width:154px;
	height:338px;
	clear:both;
	z-index:1;
	padding-top: 20px;
	background-color: #A6A456;
	float: left;
}


#maincont {
	width:846px;
	z-index:1;
	background-color: #A6A456;
	float: right;
}
#page_content {
	width:733px;
	z-index:1;
	float: left;
	margin-left:22px;
	margin-top: 10px;
	
}





#footer {
	clear:both;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:5px;
	background-color: #334a5f;
	font-size:12px;
	text-align:center;


}


.footerlink a:active {
	color: #FFFF80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
	
.footerlink a:link {
	color: #FFFF80;
	text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.footerlink a:visited {
	color: #FFFF80;
	text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.footerlink a:hover {
	color: #FFFF80;
	text-decoration: underline;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
	
.cal_preview_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #395066;
}
.cal_preview_eventname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #AA7B00;
}



.link_stand a:active {
	color: #334a5f;
	font-family: Arial, Helvetica, sans-serif;
	
	line-height: normal;
}
	
.link_stand a:link {
	color: #334a5f;
	text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	
	line-height: normal;
}
.link_stand a:visited {
	color: #334a5f;
	text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	
	line-height: normal;
}
.link_stand a:hover {
	color: #334a5f;
	text-decoration: underline;
		font-family: Arial, Helvetica, sans-serif;
	
	line-height: normal;
}
.page_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding: 6px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	background-color: #22436E;
}
.small_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main_cont_bg {
	background-image: url(../images/arch-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
}
.left_contact_info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3E4134;
	margin-left: 10px;
}
.photo_border {
	border: thick solid #765043;
}


.subscribe_box {
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	border: 2px solid #213F4E;
	margin-left:3px;
}

.breederscup {
	clear:right;
	margin-top:20px;
	margin-bottom:10px;
	padding:10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: thin solid #CCC;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */
	}.sect_title {
	font-size: 24px;
	font-weight: bold;
	color: #313939;
}

