* {
	margin: 0;
	padding: 0;
	}

body {
	padding-bottom: 20px;
	text-align: center;
	background-color: #CC9;

	background-image: url(images/bg-body.gif);
	background-repeat: repeat;
	background-position: left top;
	
	font-family: Georgia, Times, 'Times New Roman', serif;
	}

#wrapper
{
	margin: 50px auto 0 auto;
	padding: 0;
	width: 700px;
	text-align: left;
	background-image: url(images/bg-content.png);
	background-repeat: repeat;
	background-position: left top;
	border-color: #FFF;
	border-width: 3px;
	border-style: solid;
	position: relative;
}

#header {
	background-image: url(images/bg-dogs.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0; 
	}

#navigation {
	background-color: #330;
	margin: 0;
	}

#navigation ul {
	margin: 0;
	padding: 5px 0; 
	text-align: center;
	}


#navigation li {
	margin: 0;
	padding: 5px 10px; 
	display: inline;
	color: #CC9;
	}

#navigation a:link,
#navigation a:visited {
	color: #CC9;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:visited:hover {
	color: #FF9;
	text-decoration: none;
}

#navigation a:active,
#navigation a:visited:active {
	color: #FC0;
}



.columnone {
	width: 49%;
	margin-right: 1%;
	float: left;
	}


#footer {
	background-color: #996;
	color: #CC9;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 80%;
	line-height: 80%;
	text-align: center;
	}

#footer p {
	margin-bottom: 0;
	}
	
#footer img {
	vertical-align: middle;
	border: none;
	}

p, h1, h2, h3, h4, h5, h6, td, dt, dd, table {
	line-height: 20px;
	margin: 0px 20px 20px 20px;
	}

p.credits {
	padding: 0 !important;
	margin: 0 !important;
	}
	


h1 {
	font-size: 40px;
	line-height: 30px;
	background-image: url(images/bg-redtrans.png);
	background-repeat: repeat;
	background-position: left top;
	color: #FFF;
	margin: 0;
	padding: 15px 20px 20px 20px;
	}


h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #930;
	padding-bottom: 1em;
	text-align: center;
	margin: 40px 0 20px 0;
	}

h3 {
	margin-top: 20px;
	}

#header h2 {
	margin: 20px 20px 0 20px;
	color: #003;
	text-align: left;
	}

h3 {
	color: #330;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	border-bottom: 1px solid #660;
	text-align: center;
	clear: both;
	}

h3 span {
	border-style: solid double none solid;
	border-color: #660;
	border-width: 1px 3px 0 1px;
	padding: 5px;
	background-color: #F90;
	}


p {
	}

blockquote {
	margin: 0 60px 20px 60px;
 }



ul {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
ol { margin-bottom: 20px;}

li {
	margin: 0 0 0 2em;
	}

dl {}
dt {}
dd {}


table { margin-bottom: 0;}

td {vertical-align: top;
	padding-bottom: 20px;}
td p {
	margin: 0;
}


td:first-child {
	font-weight: bold;
	padding-right: 20px;
}




a:link {
	color: #930;
	}

a:hover {
	color: #900;
	text-decoration: none;
	}

a:active {}

a:visited {
	color: #330;
	}

a:visited:hover {
	text-decoration: underline;
	}
	



	
/* ----- CUSTOM CLASSES ------ */
	
.serif {
	font-family: serif;
	}

.sans-serif {
	font-family: sans-serif;
	}
	
.mono {
	font-family: monospace;
	}

.script {
	font-family: cursive;
	}

.phantasmagoric {
	font-family: fantasy;
	}


.light {
	font-weight: 100;
	color: #660;
	letter-spacing: 0.2em;
	font-size: 80%;
	font-variant: small-caps;
	}
	
blockquote p:first-child {
	font-size: 110%;
	color: #660;
	}
	
.action {
	font-size: 110%;
	color: #660;
	font-style: italic;
	}
	
.callout {
	text-align: center;
	margin-top: 20px;
	color: #660;
	font-size: 80%;
	}
	
.byline {
	font-size: 16px;
	line-height: 16px;
	font-weight: 100;
	color: #CC9;
	display: block;
	margin-top: -10px;
	}
	
	
p.credits {
	color: #660;
	margin: 20px 0 !important;
	padding: 0;
	font-size: 80%;
	text-align: center;
	}
	
.small {
	font-size: 80%;
	font-variant: small-caps;
	display: block;
	margin-top: 5px;
	}
	
.photo {
	width: 200px;
	float: right;
	margin: 0 20px 20px 20px; 
	font-size: 70%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #660;
	padding: 5px;
	background-color: #CC9;
	}
	
.photo img {
	border: 1px solid #FFF;
	}
	
	
#sponsors {
	padding: 10px 0;
	background-color: #FFF;
	}
	
#sponsors img {
	border: none;
	}

#sponsors ul {
	text-align: center;
	padding-bottom: 10px;
	}
	
#sponsors ul li {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
#sponsors ul li a img{
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}