/* CSS Document */

body {
	color: black;
	background-color: #AEADAD;
	font-family: arial, helvetica, univers, 'Zurich BT', sans-serif;
}

#container {
	background-color: white;
	margin: 0 8px 0px 8px;
	padding: 1px 0;
}

#shadow-top
{
	background-image:url('http://www.secretsexposed.com.au/images/shadow-top.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	width:746px;
}
#shadow-left
{
	background-image:url('http://www.secretsexposed.com.au/images/shadow-left.jpg');
	background-position:top left;
	background-repeat:repeat-y;
	width:746px;
	margin:0px auto;
}
#shadow-right
{
	background-image:url('http://www.secretsexposed.com.au/images/shadow-right.jpg');
	background-position:top right;
	background-repeat:repeat-y;
	width:746px;	
}
#shadow-bottom
{
	background-image:url('http://www.secretsexposed.com.au/images/shadow-bottom.jpg');
	background-position:bottom center;
	background-repeat:no-repeat;
	width:746px;
	padding-bottom: 10px;
}
#header {
	padding: 8px 9px 0 8px;
}
#content
{
	width: 650px;
	padding: 0 40px 0 40px;
	margin-top: 0;
}
#footer {
	background-color: #C4C4C4;
	margin: 0 8px 0 8px;
	text-align: center;
	padding: 10px;
	font-size:10px;
}

#footer a, #footer a:visited {
	color:#646160;
}

.large-bold {
	font-size: 18px;
	font-weight: bold;
	color:#B8131A
}
.booklist
{
	margin:0 auto;
	width:650px;
}
.books 
{
	display:inline;
	margin:0 1em;
}
.books img
{
	height:240px;
	border:0;
}

#webdev {
	font-size: 10px;
	color:#666666;
	text-align:center;
}
#webdev a, #webdev a:visited, #webdev a:active{
	font-size: 10px;
	color:#666666;
	text-decoration: underline;
}
.testimonial {background-color:#DDFFDD; border:1px solid #000; width:512px; margin:12px auto; padding:0 24px;}
.testname    {font-weight:bold; font-style:italic;}
.bold 		 {font-weight: bold;}
.red 		 {color: #FF0000;}
.redbold	 {font-weight: bold;color: #FF0000;}
.error		 { color: red; }
