/* YUI reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background: #fbf2df url('/img/bg1.gif');
}
#wrap {
	width: 960px;
	margin: auto;
	background-color: #fff;
}

#head {
	height: 94px;
	background: #0d5885 url('/img/head-bg.png') repeat-x;
}

#head ul#nav {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}

#head ul#nav li {
	float: left;
}

#head ul#nav li a {
	font-family: Lucida Sans, Arial, Helvetica, sans;
	padding: 20px;
	color: white;
	text-decoration: none;
}

#head ul#nav li a:hover {
	color: #ed7000;
}

#foot {
	clear: both;
	background: #0d5885 url('head-bg.png') repeat-x 0px -15px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding: 5px;
}
#foot a {
	color: #999;
}

a {
	text-decoration: none;
	color: #0d5885 ;
}

a:hover {
	text-decoration: underline;
}

#content {}

h2 {
	font-size: 16px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #0d5985;
	padding: 10px 0;
	font-weight: bold;
}
#top {
	width: 450px;
	float: left;
	padding: 0 15px;

}
.col h2 {
	margin-left: 15px;

}
#top p {
	text-align: center;
	margin-top: 20px;
}


#top p#contact {
	font-size: 11px;
	margin-top: 10px;
}

#pic {
	float: left;
	margin-bottom: 15px;
}
.col {
	width: 310px;
	float: left;
	margin-right: 15px;
	background-color: #fbf2df;
margin-bottom: 15px;
}
.last-col {
	margin-right: 0;
}

.col p {
	padding: 15px;
}
.col ul {
	list-style-type: disc;
	padding: 0 15px 15px 15px;
	margin-left: 25px;
}
.wide {
width: 960px;
}
.wide ul {
float: left;
padding-bottom: 0;
}
.wide p {
clear: both;
}
#book {
	margin-left: 30px;
	margin-top: 20px;
}
img.thumb {
	padding: 10px;
	margin: 5px;
	border: 1px solid #999;
}
