@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	text-align:center;
	background:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

#wrapper {
	margin:0 auto;
	text-align:center;
	background:#000;
	width:1000px;
	min-height:1000px;
}

#banner_lt {
	background:url(images/banner_lt.png) no-repeat;
	width:690px;
	height:210px;
	float:left;
	text-align:right;
}

#banner_rt {
	background:url(images/banner_rt.png) no-repeat;
	width:310px;
	height:210px;
	float:left;
}

#bar {
	background:url(images/tagline.png) repeat-y;
	width:1000px;
	float:left;
}

#bar p {
	padding:0 90px 0 90px;
	margin:0 auto;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

#left {
	background:url(images/leftbar.png) no-repeat;
	width:75px;
	height:715px;
	float:left;
}

#main {
	background:url(images/tagline.png) repeat-y;
	width:850px;
	float:left;
	padding:0 75px 0 75px;
}

#main h1 {
	background:url(images/paw.png) left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:28px;
	margin:10px 0 0 0;
	padding:0 0 0 35px;
	text-align:left;
	color:#EB7101;
}

#main h2 {
	background:url(images/paw2.png) no-repeat 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	margin:10px 0 0 0;
	padding:0 0 0 25px;
	text-align:left;
	color:#000;
	text-indent: 35px;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:justify;
}

p.tagline {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	margin:0 0 10px 0;
}

p.center {
	text-align:center;
	font-weight:bold;
}

p.addy {
	text-align:left;
}

table {
	margin:10px 0px 10px 0px;
	text-align:left;
}

h3 {
	text-align:left;
	color:#363;
	padding:0px 0px 0px 30px;
}

.sub {
	padding:0 50px 0 30px;
}

#mainlt {
	width:470px;
	float:left;
	padding-left:30px;
}

#mainrt {
	width:330px;
	float:left;
	margin-left:20px;
	background:#ffd93f;
}

#mainrt p {
	padding-left: 10px;
}

#rule {
	width:850px;
	height:25px;
	float:left;
}
	
.imgrt {
	float:right;
	margin:5px 0 5px 5px;
	border:#000 solid 4px;
}

.imglt {
	float:left;
	margin:5px 5px 0px 0px;
	border:#000 solid 4px;
}

a:link, a:active {
	text-decoration:none;
	color:#EC7304;
}

a:hover, a:visited {
	text-decoration:underline;
	color:#363;
}

#right {
	background:url(images/rightbar.png) no-repeat;
	width:75px;
	height:715px;
	float:left;
}

#footer {
	background:url(images/footer.png) no-repeat;
	width:1000px;
	height:40px;
	float:left;
	font-size:12px;
}

#footer a:link, a:active {
	text-decoration:none;
	color:#EC7304;
}

#footer a:hover, a:visited {
	text-decoration:underline;
	color:#363;
}

#copyright {
	width:1000px;
	height:50px;
	color:#fff;
	font-size:12px;
	float:left;
}

.required {
	color:#F00;
	font-style:italic;
	font-size:10px;
}
