/***************************************************************************
*                                                                          *
* contented1 - An open source xhtml/css website template by Contented      *
* Designs.  You're free to modify it and use it for any purpose without    *
* cost or obligation. We'd prefer that you leave the link to our website   *
* in the footer but it's not required.                                     *
*                                                                          *
* If you have comments or questions, please contact us at                  *
* http://www.ContentedDesigns.com. Thanks!                                 *
*                                                                          *
* Version: 1.02 (May 17, 2006)                                             *
***************************************************************************/

* {
	padding:0;
	margin:0;
}

body {
	color: #606060;
	background-color: #f8f8f8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	margin: 10px auto;
	width: 600px;
}

code, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset,
address {
	margin: 1em 0;
}

h1 {
	font-size: 167%;
}

h2 {
	font-size: 139%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
}

li, dd {
	margin-left: 2em;
}

fieldset {
	padding: .5em;
}

pre, code {
	font-size: 120%;
}

a {
	color: #6699FF;
	background-color: #f8f8f8;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #3366FF;
	background-color: #f8f8f8;
	font-weight: bold;
	text-decoration: underline;
}

#header {
	color: #6699FF;
	background-color: #f8f8f8;
	width:600px;
	clear:both;
}

#title {
	color:#6699FF;
	background-color:#f8f8f8;
	font-size:300%;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	float:left;
}

#contact {
	padding:0px 0px 0px 0px;
	float:right;
}

#contact a {
	color:#6699FF;
	background-color:#f8f8f8;
	font-weight:bold;
	text-decoration:none;
}

#contact a:hover {
	color:#3366FF;
	background-color:#f8f8f8;
	text-decoration:underline;
}

#slogan {
	color:#606060;
	background-color:#f8f8f8;
	font-size:117%;
	font-weight:bold;
	font-style:normal;
	padding:0px 0px 0px 0px;
	width:540px;
	clear:both;
	float:left;
}

#nav {
	line-height:250%;
	padding:14px 0px 4px 0px;
	margin:0 0 5px 0;
	width:600px;
	clear:both;
}

#nav a {
	color: #ffffff;
	background-color:#6699FF;
	font-weight:bold;
	text-decoration:none;
	padding:4px 20px 4px 20px;
	border:1px solid #3366FF;
}

#nav .selected,#nav a:hover {
	color:#ffffff;
	background-color:#3366FF;
	text-decoration:none;
	padding:4px 20px 4px 20px;
}

#content {
	border-top:1px solid #CCCCCC;
	width:600px;
	clear:both;
	padding-bottom: 20px;
}

#maincontent {
	font-size:100%;
	padding:0px 5px 20px 0px;
	width:460px;
	border-right:1px solid #CCCCCC;
	float:left;
}

#sidecontent {
	font-size:83%;
	padding:5px 0px 0px 0px;
	width:125px;
	float:right;
}

#frontend {
	font-size:100%;
	padding:0;
	margin-bottom: 10px;
}

#frontendpic {
	vertical-align: top;
	margin: 5px 20px 20px 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #606060;
	background-color: #FFFFFF;
}

#frontenddesc {
	vertical-align: top;
	padding: 0 5px 0px 5px;
	font-size: 80%;
	line-height: 1em;
}

#footer {
	color: #ffffff;
	background-color:#6699FF;
	font-size:80%;
	line-height:150%;
	width: 600px;
	clear: both;
}

#footer a {
	color: #ffffff;
	background-color: #6699FF;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	background-color: #6699FF;
	font-weight: bold;
	text-decoration: underline;
}

#copyrightdesign {
	color:#ffffff;
	background-color:#6699FF;
	padding:5px 0px 5px 10px;
	width: 520px;
	float:left;
	margin-bottom: 5px;
}

#footercontact {
	color:#ffffff;
	background-color:#6699FF;
	padding:5px 0px 5px 5px;
	width:65px;
	float:right;
	margin-bottom: 5px;
}
