/*
Based on a Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #54709e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
	font-weight: normal;
	color:#1a3655;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
	padding: 0 5px 5px 3px;
}

a:link {
	color: #53678f;
	border-bottom:1px dotted #53678f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
    border-bottom:1px solid #000;
	color: #000;
}

a:visited {
	text-decoration: none;
	color:#777;
    border-bottom:1px dashed #777;
	
}

#header {
	width: 830px;
	height: 120px;
	margin: 0px auto 30px 0px;

}

#logo {
  	background:#fff;
  	padding:0 0 20px 20px;
  	margin:0 0 30px 0;
}

#logo h1 {
  	color: #0c2143;
	padding: 5px 0 0 10px;
	text-align: left;
	font-size: 50px;
	font-weight: bold;
}

#logo h1 a {
	color: #0c2143;

}

#logo h2 {
	text-align: left;
	font-size:24px;
	padding-left:10px;
	margin-top:-20px;
	margin-bottom:30px;
	color: #96add6;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 830px;
	margin-bottom:5px;
	background-image:url(images/menubg.png);
	background-repeat:repeat-x;
	background-position: top left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	height: 35px;
	padding: 10px 5px 0 10px;
	text-decoration: none;
	font-size: 140%;
	letter-spacing: 1px;
	color: #fff;
	border-right: 1px solid #54709E;
}

#menu a:hover {
	color: #fff;
	background:#54709E;
	padding: 10px 5px 0 10px;
}

#splash {
	width: 820px;
	height: 437px;
	margin: 0 auto 0 0;
	padding:10px 0 0 10px;
	background: #FFF9D8 url(images/CoverLg.png) no-repeat bottom left;
	border-top:1px dotted #96add6;
	border-bottom:1px dotted #96add6;


}

#splash p {
	float: right;
	width: 435px;
	height: 70px;
	margin: 0;
	padding: 35px 50px 0 40px;
	background: url(images/) no-repeat;
	text-align: right;
	font-size: 140%;
	font-weight: normal;
	color: #000;
}

#splash .price {  
    float: right;
	margin-top: 250px;
	padding: 0px 50px 0 40px;
	text-align: right;
	font-size: 130%;
	font-weight: normal;
	color: #000;  
	height:15px;
}


#page {
	width: 830px;
	margin: 0 auto;
	background-color:#ffffff;

}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: right;
	width: 530px;
	padding: 20px 0 200px 40px;
	font-size:16px;
	margin: 0 0 0 -20px;
	background:#fff;	
	
}

#content p {
	padding: 0 5px 0 0;
	width:500px;
	
}

#content ol, #content ul {
	margin-left: 3em;
}


#sidebar {
  	background:#fff;
	float: left;
	width: 230px;
	padding: 20px;
	margin: 0 0 0 0;
	padding-bottom:63px;
}

#sidebar h2 {
    color:#1a3655;
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #000;
}

#sidebar ol {border:1px solid #000;margin-left:8px;}

#sidebar .howto {margin-left:8px;border-bottom:none;padding: 0 0 5px 0;margin: 0 0 5px 0;}

#sidebar h3 {
	width: 100px;
	height: 20px;
	font-size:120%;
	font-weight:bold;
	letter-spacing:.1em;
	padding: 3px 5px 3px 15px;
	background: #96add6;
	color: #fff;
}

.credits {
	font-size:.7em;
	color:#333;
}

#footer {
	clear: both;
	width: 820px;
	height: 50px;
	margin: 0 auto;
	color:#fff;
	text-align: center;
	padding: 5px 0 20px 10px;
	border-top: 1px solid #0c2143;
	background-color:transparent;
	background-image: url('images/footerbg.png');
	background-repeat:repeat-x;
	background-position: top left;
}

#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: normal;
	font-size: 95%;
}

#legal {
	float: left;
}

#links {
	float: right;
}
