html
{
	background: #73c0ff url(images/BG_Gradient.png) repeat-x;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body
{
	padding: 0;
	margin: 0;
	background: url(images/footer.png) no-repeat bottom center;
	text-align: center;
	width: 100%;
	display: table;
}

#wrapper
{
	width: 850px;
	margin-bottom: 150px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	margin: 10px;
	float: left;	
}

#tagline
{
	font-size: 20px;
	font-family: "Verdana";
	color: #f8f8ff;
	font-style: italic;
	padding: 50px 0px 0px 0px;
	text-align: right;
}

#links
{
	clear: both;
}

#border
{
	background: #b0793f;
	padding: 5px;
	clear: both;
}

#main
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #8c6535;
}

#content
{
	margin: 0 0 0 200px;
}


#mainfeature
{
	background: #f8f8ff;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

#title
{
	background: url(images/title_bg.png);
	padding: 10px;
	margin: 0;
	font-size: 26px;
	font-family: "Verdana";
}

#mainfeature h1
{
	color: #8c6535;
	font-style: italic;
	text-align: left;
}

#mainfeature h2
{
	color: #8c6535;
	font-style: italic;
	text-align: left;
}

#mainfeature h3
{
	color: #de9850;
	text-align: left;
}

#mainfeature a:link, #mainfeature a:visited
{
	color: #8c6535;
}

#mainfeature ul
{
	list-style-type: circle;
}

#videos li
{
	margin: 0 0 10px 0;
}

table.schedule
{
	width: 500px;
	border: 4px solid #b0793f;
	border-collapse: collapse;
	line-height: 1.4em;
	background: url(images/volunteertable_bg.png) repeat;
}

table.schedule thead tr th
{
	padding: 5px;
}

table.schedule td
{
	padding: 5px;
}

table.adoptable
{
	width: 600px;
	
}

table.adoptable tbody tr th
{
	text-align: center;
}

table.adoptable td
{
	padding: 10px;
}

table.adoptable thead
{
	text-align: center;
}
	
.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}


.fontsmall
{
	font-size: 12px;
}

#bottomimage
{
	text-align: center;
}

#sideimage
{
	float: right;
}

#educationimage
{
	float: left;
	padding: 3px;
}

.cart
{
	font-size: 16px;
}

#sidebox
{
	width: 265px;
	margin: 20px 15px 0 0;
	float: right;	
}

#sidebox ul
{
	list-style-type: circle;
}

#sidebox .sidebox_heading
{
	font-size: 20px;
	font-style: italic;
}

#sidebox #top_of_box
{
	height: 12px;
	background: url(images/brown_rounded_box_top.png);
	margin: 0 0 0 15px;
}

#sidebox #inner_box
{
	background: url(images/brown_rounded_box_middle.png) repeat-y;
	margin: 0 15px;
	padding: 0 5px;
	width: 240px;
	text-align: center;
}

#sidebox #bottom_of_box
{
	height: 12px;
	background: url(images/brown_rounded_box_bottom.png);
	margin: 0 0 0 15px;
}


#endingbox
{
	width: 365px;
	margin: 20px 0 20px 80px;
}

#filmforest
{
	float: left;
	text-align: center;
	margin-right: 10px;
	width: 200px;
}

#filmbrutusdakota
{
	float: left;
	text-align: center;
	margin-right: 10px;
	width: 200px;
}

#filmflurrystorm
{
	float: left;
	text-align: center;
	width: 200px;
}

#wallpaper
{
	float: left;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 275px;
}

#gift ul
{
	margin: 30px 0 0 30px;
	padding: 0;
	list-style: none;
}

#giftshop li
{
	margin: 0 0 10px 20px;
}

#giftshop_list
{
	width: 150px;
	float: left;
	margin: 0 30px 30px 0;
	padding: 0;
	text-align: center;
}

#clear
{
	clear: both;
}

#endingbox ul
{
	list-style-type: circle;
}

#endingbox .endbox_heading
{
	font-size: 20px;
	font-style: italic;
}

#endingbox #top_of_box
{
	height: 14px;
	background: url(images/orange_rounded_box_top.png);
	margin: 0 0 0 15px;
}

#endingbox #inner_box
{
	background: url(images/orange_rounded_box_middle.png) repeat-y;
	margin: 0 15px;
	padding: 0 14px;
	width: 350px;

}

#endingbox #bottom_of_box
{
	height: 14px;
	background: url(images/orange_rounded_box_bottom.png);
	margin: 0 0 0 15px;

}

#endingbox a:link, #endingbox a:visited
{
	color: #ffffff;
}

#sidebar
{
	text-align: left;
	background: #8c6535;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	margin: 5px;
	padding: 0;
}

#sidebar h1
{
	color: #f8f8ff;
	font-style: italic;
	border:
}

#sidebar ul
{
	list-style-type: circle;
	margin-left: 0;
	padding-left: 15px;
	color: #000000;
}

#sidebar a:link, #sidebar a:visited
{
	color: #f8f8ff;
	font-size: 14px;
}


#footer
{
	padding: 5px;
	font-size: 10px;
}

#footer a:link, #footer a:visited
{
	color: #f8f8ff;
}
	
