/* ############### Page Colors ############# */

/* Main page border */
#container {
	border-top: 1px solid #026BA2;
	border-bottom: 1px solid #026BA2;
	border-left: 1px solid #026BA2;
	border-right: 1px solid #026BA2;
}

/* Stripe under header image */
#header {
	border-bottom: 1px solid #fff;
}

/* Nav button normal */
#nav li a:link, #nav li a:visited { 
	background: #026BA2;
}

/* Nav button hover */
#nav li a:hover { 
	background: #48AEE2;
}

/* Bottom Nav Background */
#bottomnav {
	background: #026BA2;
}

/* Bottom Nav button normal */
#bottomnav li a:link, #navbottom li a:visited { 
	background: none;
}

/* Bottom Nav button hover */
#bottomnav li a:hover { 
	background: #48AEE2;
}





/* ############### Main styles ############# */
body {
	margin-top: 0px;
	padding-top: 0px;
	font-family: arial, helvetica, sans-serif;
	background: #EAEAEA;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.center { text-align: center; }
.float_left { float: left; }
.float_right { float: right; }
.clearer { clear: both; }

h1  { font-size: 30px; margin-top: 13px; text-align: center; }
h2  { font-size: 25px; margin-top: 13px; text-align: center; }
h3  { font-size: 18px; margin-top: 13px; }

#content p { 
	font-size: 14px;
	line-height: 19px;
}

#content li { 
	font-size: 14px;
	line-height: 19px;
}

#header {
	background: url('http://www.watercoloursecrets.com/image-files/header.gif') no-repeat;
	width: 793px;
	height: 173px;
}

#container {
	width: 793px;
	margin: 0 auto;
	background: white;
}

#content {
	width: 730px;
	margin: 10px auto 0;
	margin-bottom: 30px;
}


/* Right Sidebar */
#mainbox_left {
	float:left;
	width:520px;
	border-right:1px dashed #003300;
	padding-right:20px;
}
#sidebar_right {
	float:right;
	width:170px;
	padding-left:10px;
}

#sidebar_right p {
	font-size: 12px;
	line-height: 16px;
}




#nav ul { 
	margin: 0px;
	padding: 0px;
}
#nav { 
	width: 793px;
	height: 32px;
	padding: 8px 0px 0px 18px;
	margin: 0 auto;
}
#nav li {
	width: 92px;
	height: 31px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 2px solid black;
	display: block;
	float: left;
	text-align: center;
	margin-right: 2px;
}

#nav li a {
	width: 92px;
	height: 31px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#bottomnav { 
	clear: both;
	width: 785px;
	height: 25px;
	margin: 0 auto;
	padding-left: 10px;
}

#bottomnav ul {
	margin: 0px;
	padding: 0px;
}

#bottomnav li {
	width: 92px;
	height: 25px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 5px;
}

#bottomnav li a {
	width: 92px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	display: block;
	text-decoration: none;
}

#bottomlinks { 
	width: 785px;
	margin: 0 auto;
	text-align: center; 
	padding: 10px 0px 10px 0px;
	font-size: 12px;
}

#bottomlinks a {
	font-size: 10px;
	color: #22629E
}

#copyright {
	font-size: 10px;
	color: #686868;
	text-align: center;
	margin: 0 auto;
}





/* ############### Content Boxes ############# */


.more {
	text-align:right;
}

#content-body #boxes a.more {
	display:block;
	padding:3px 10px 0 0;
	border-bottom:0;
}

.box div {
	padding: 0 15px;
}

.bodybox {
	font-family: Arial, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size:  13px;
	color: #000;
	text-align: left;
	width: 450px;
	padding: 2px 10px;
	margin: 3px;
	list-style:none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
	background-color: #f7f7f7;
	border: 1px solid #8c8c8c;
}


.bodybox, .guaranteebox p {
	line-height:1.2
}

.guaranteebox {
	font-family: Arial, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
  	font-size:  11px;
	color: #000;
  	text-align: left; 
  	width: 400px;
 	padding-bottom: 0px;
 	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 0px; 
	margin-right: 0px;  
	list-style:none;
	background-color: #fff;	
	border: 2px solid #8c8c8c;
}

#countbox {
	font-family: verdana, arial;
  	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
  	text-align: center; 
  	width: 600px;
 	padding-bottom: 0px;
 	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 0px; 
	margin-right: 0px;  
	list-style:none;
	background-color: #fff;	
	border: 0px solid #fff;
}

