* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Alexandria, Clarendon, serif;
	background: #fff;
}
#container {
	width:850px;
	margin:auto;
	background: url(../images/bg_navcolumn.gif) repeat-y left top;
}
#navigation {
	width: 250px;
	min-height:525px;
	float:left;
	padding:10px 10px 10px 15px;
	}
	
#content {
	width:550px;
	min-height:575px;
    margin: 0 0 0 275px;
	padding:10px 10px 10px 15px;
}

#navigation ul {
	list-style-type: none;
	font-size: 12px;
	font-family: Alexandria, Clarendon, serif;
	font-style: italic;
	line-height:18px;
	margin-bottom:10px;
}
.section_title {font-weight:bold;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.bold_italic {font-weight:bold; font-style:italic;}
.bold_center {font-weight:bold; text-align:center;}

a:link { text-decoration: none; color:#008; }
a:visited { text-decoration: none; color: #7d618d; }
a:hover { text-decoration: none; color: #F79E94; }
a:active { text-decoration: underline; }

a img { border: none; }

.section_title a:link { color:#000; }
.section_title a:visited { color:#000; }
.section_title a:hover { color:#F79E94; }

.reviews {
	font-size: 1.1em;
	font-weight: bold;
}

#content p, h2, h3, h4 { 
	padding:15px 100px 0px 15px;
	line-height:16px;
}

button {
	width:60px;
	height:30px;
	font-family: Alexandria, Clarendon, serif;
	font-size:13px;
}
button:hover {
	background-color: #fafad2;
}
.caption {
	font-size:10px;
}
.banner_wwf {
	font-size:10px;
	margin: 0px;
	margin-top: -15px;
	padding: 0px;
}
#foot p {
	color:#fff;
	padding:15px 0px 15px 15px;
}

a.banner { 
color:#fff;
}

img.thumbnails {
	padding: 20px 25px 20px 0px;
}

h1 {
font-size: 24px; 
color:#fff;
background-color:#000;
font-family: Alexandria, Clarendon, serif;
letter-spacing:2px;
font-weight:normal;
padding: 10px 15px 15px 15px;
}

h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

#foot {
	float:clear;
	background: url(../images/bg_footer.gif) repeat-y top left;
}



