/* Little-Fish Draw CSS Document */

body { padding: 0px; margin: 0px; background-image: url('images/paper_back.jpg'); }
td, tr, table { margin: 0; padding: 0; }
img { border: 0; }
.nobr { white-space: nowrap; }

.centered { text-align: center; }

div.header { 
	margin: 0 auto 0 auto; width: 66.66%; height: 230px;
	background-image: url('images/header_spot.jpg'); background-position: top left; background-repeat: no-repeat; 
}
div.little-fish-logo { width: 25%; float: right; padding-top: 35px; text-align: center; }
div.footer { 
	width: 100%;
	height: 430px;
	position: relative;
	background-image: url('images/footer_spots.jpg'); background-position: center bottom; background-repeat: no-repeat;
}
div.credits { width: 200px; position: absolute; bottom: 80px; left: 16.66%; }

td.leftbar { width: 16.66%; }
td.content {  width: 46%; padding-right: 60px; }
td.rightbar { width: 16.66%; }
td.rightspot { width: 16.66%; background: url('images/right_spot.jpg'); background-repeat: no-repeat; }

/* Typography */

/* clear */
p, h1, h2, h3, h4, h5, h6 {	margin: 0; padding: 0; font-weight: normal; }
ol, li, br {margin-bottom: 0; margin-top: 0; padding-top: 0; padding-bottom: 0; }

/* set 14px font-size & 20px line-height */
body { font-size: 87.5%; line-height: 1.4285em; font-family: Georgia, "Times New Roman", Times, serif; }

h1 { font-size: 4em; line-height: 1.0714em; color: #626e84; }
.content h3 { font-size: 1.5em; font-style: italic; color: #626e84; }

.rightbar p { font-size: 0.7857em; }
.rightbar h5 { font-size: 0.8571em; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-style: italic; }

.credits { font-size: 0.7em; color: #82671e; }

.credits a:link, .credits a:visited, .credits a:hover, .credits a:active { color: #5f6168; }
.credits a:hover {background-color: #98b3d7; }

.content a:visited, .content a:link, .rightbar a:visited, .rightbar a:link { color: #0a4ca7; }
.content a:hover, .rightbar a:hover { color: #0a4ca7; background-color: #c9d7ee; }
.content a:active, .rightbar a:active {color: #464b11; background-color: #ced548; }