/*
CSS style for Sheena Cameron
Coded by Feisty Sites
URL: http://www.feistysites.com
June 2008
*/
* {
	margin: 0;
	padding: 0;
	border:0;
}
body {
	background: #cde6f5;
	font: 80% Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 160%;
	margin: 0 auto;
	text-align: center;
}

a {
	color: #066cb6;
	text-decoration:none;
}


ul, ol {
	margin: 0 24px;
}
h1 {
	color:#CC0033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	margin-bottom: 20px;
	line-height: 100%;
	text-transform: uppercase;
	}
h2 {
	color: #066cb6;
	font-size:20px;
	margin-bottom: 10px;
	text-transform: uppercase;
w	}
h3 {
	color: #066cb6;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size:14px;
	}
h4 {
	color: #066cb6;
	font-size:15px;
	text-transform:uppercase;
	margin-top: 20px;
	margin-bottom: 0px;
	}
h5 {
	color: #066cb6;
	margin-top: 15px;
	font-size: 14px;
	}
h6 {
	color: #066cb6;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:14px;
	}

/* Common Style */
.align-right {
	text-align: right;
}

.green {
	color: #577f00;
}

.image-margin {
	float: left;
	margin: 0 8px 8px 0;
	padding: 0 4px 4px 0;
}
 
/* Main container style */
#container {
	width: 800px;
	display: table;
	margin: 0 auto;
	text-align: left;
}

/* Header style */
#header {
	float: left;
	clear: both;
	width: 100%;
	height: 160px;
	background: url(../images/bg-header.gif) repeat-x;
}

#maincontent {
	float: left;
	clear: both;
	width: 100%;
	background: #fff;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	height: 60px;
	background: url(../images/bg-footer.gif) repeat-x;
}

/* Header */
#header .logo {
	float: left;
	width: 250px;
	margin-right: 40px;
	padding-left: 20px;
}

#header .top-menu {
	float: left;
}

.top-menu ul {
	margin: 0;
	padding: 0;
}

.top-menu ul li {
	float: left;
	list-style: none;
	margin: 110px 4px 0 0;
	padding: 0;
}

/* Footer */
.footer-menu {
	float: left;
	clear: both;
	width: 100%;
	color: #fff;
	margin: 15px 0 20px 0;
	text-align: center;
}

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

.footer-menu img {
	position: relative;
	top: 8px;
}

/* Main Content */
#maincontent .content {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.book {
	width: 100%;
}
.book-image {
	float: right;
	padding-top:35px;
	padding-left:20px;
	padding-bottom:15px;
	text-align:center;
}
.resource-image {
	float: right;
	padding-left:20px;
	padding-bottom:15px;
	text-align:center;
}
.sheena-image {
	float: right;
	padding-top:50px;
	padding-left:30px;
	padding-bottom:20px;
	text-align:center;
}
.built {
	width: 100%;
	font-size:10px;
	text-align: center;
	margin-top:15px;
	padding-bottom:15px;
	}
	
.new {
	background-color:#cde6f5;
	padding:40px;
	}


a:link {border:none;}

a:visited {border:none;}

a:hover {border:none;}

a:active {border:none;}
