/* CSS Document 
h3 = blue #0D1F4F
h2 = red  #CC0000

chaucer signature font = GoodDog Plain
paw print is an illustrator default (I cheated)


*/

body {
	background-image: url(images/main-bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px 0px 15px;
	background-color: #0091DE;
}

#container{
	width:1004px;
	margin:0 auto;
	background: #fff3d1;
}

#site {
	width:1004px;
	margin: 0 auto;
	background: #fff3d1;
}

#header {
	width:1004px;
	float: left;
	height: 325px;
}	

#content {
	width:640px;
	float: left;
	background: #fff3d1;
	padding:10px 20px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	border-right: 2px solid #900000;
	margin:0;
	margin-bottom: 10px;
}

#sidebar {
	width:300px;
	float: right;
	background: #fff3d1;
	padding:10px 10px;
}
		
a {
	color: #0D1F4F;
}

p {
	margin-bottom:10px;
}	

a:hover {
	text-decoration:none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #CC0000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #0D1F4F;
}

h4 {
	font-weight: bold;
	margin-bottom: 0px;
}	

.small {
	font-size: 9px;
	line-height: 12px;
	width: 400px;
	float: left;
}	

.content {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:1000px;
	margin: 10px auto;
}

.footer a {
	text-decoration: none;
	color: #FFFFCC;
}

.footer a:hover {
	color: #FFB900;
	text-decoration: none;
}

.pictures {
	/*background-image: url(images/background-paws.jpg);
	background-repeat: repeat;*/
	margin: 5px;
	border: 10px solid #FFF;
}

.label {
	width: 100px;
	float: left;
}

.sponsors {
	border: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
}	

.paw {
	list-style-image: url(images/paw-bullet.gif);
	list-style-position: outside;
}

.sidebar-quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-left: 2px solid #900000;
	padding: 0 5px;
	text-align: left;
	line-height: 20px;
	width:270px;
}

.sidebar-quote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 5px;
	text-align: left;
	line-height: 20px;
	width:280px;
}

.label {
	float: left;
	width: 80px;
}

.form {
	width: 400px;
	float: left;
	padding-left: 200px;
}

.chaucer-in-classroom {
	font-variant: small-caps;
}	

.logos {
	margin: 10px;
	border: 1px solid black;
}	

.red-box {
	padding: 7px;
	background-color: #CC0000;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}

.black-box {
	padding: 2px 40px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}	

.headline-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #900000;
	padding: 2px 40px;
	text-align: center;
}	

.blue-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #0D1F4F;
	padding: 3px;
	text-align: center;
}

.small-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}	

.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}	

.large-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.notepaper {
	background: url(images/notepaper.jpg) no-repeat;
	width: 216px;
	height: 120px;
	padding-top: 70px;
	padding-right: 10px; 
	padding: 70px 7px 0 12px;
	font: 14px Times New Roman;
	line-height: 19px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.books {
	width:200px;
	float: right;
	margin: 0 5px;
}

.books-pic {
	border: 1px solid #000;
	margin-bottom: 7px;
}			

.clear-both {
	clear: both;
	line-height:0px;
	height:0px;
}	