html, body {
height:100%;
}

body {
margin:0;
padding:0;
background:#fff url("../img/bodybg.jpg") repeat-x;
color:#000000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#cccccc;
text-decoration:none;
}

p {
margin:12px 0 6px 15px;
line-height:20px;
}

strong {
	font-weight: bold;
}

blockquote {
margin:16px;
padding:8px;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

ul {
list-style-type:disc;
margin:0 0 0 25px;
}

li {
margin:0 0 6px 25px;
list-style-type:disc;
}

#centerColumn { 
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -125px;
padding:0;
width:980px;
text-align:left;
vertical-align: middle;	
}

#centerColumn h2 {
margin:0;
padding:12px 0 0 0;
font-size:36px;
letter-spacing:-1px;
color:#066cab;
font-weight:normal;
}

#header {
margin:0 0 0 0;
padding:0 0 0 0;
height:262px;
}

#header h1#logo {
margin:0;
padding:0;
text-indent:-9999px;
display:block;
background: url("../img/title.jpg") no-repeat;
width:672px;
height:173px;
float:right;
}

#header .bunny {
float:left;
margin:0 0 0 -114px;
padding:0;
position: relative;
}

#fauxRightColumn {
position:relative;
float:right;
margin:0;
padding:0;
width:203px;
}

#fauxRightColumn h2 {
font-size:.9em;
}

ul#nav  {
float:left;
display:block;
margin:10px 0 0 100px;
list-style:none;
}

#nav li {
float:left;
margin:0;
list-style:none;
}

#nav li a#button1 {
	display:block;
	text-indent:-9999px;
	background: url("../img/button1.jpg") no-repeat;
	width:144px;
	height:41px;
}

#nav li a#button2 {
	display:block;
	text-indent:-9999px;
	background: url("../img/button2.jpg") no-repeat;
	width:200px;
	height:41px;
}

p#sample-story {
	margin:0 auto;
	width:680px;
	height:510px;
}

#footer {
margin:0;
padding:0;
text-align:center;
font-size:.7em;
background: url("../img/footerbg.gif") repeat-x;
}

#footer, .push {
height: 126px;
}

#footer p {
	padding:70px 0 0 0;
	color:#fff;
}

#footer p a {
	color:#fff;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
}
.order {
	float:right;
	margin:-25px 20px 0 0;
}










