@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
	text-align: center;
	margin: .5em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#wrapper {
	width: 100%;
	padding: 10px;
	height: auto;
	text-align: left;
	border: 1px solid #ddd;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 980px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#container {
	padding: 0px;
	background-attachment: scroll;
	background-image: url(back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	max-width: 100%;
}
#left {
	margin: 0px;
	width: 160px;
	padding: 10px 20px 10px 20px;
	float: left;
}
a:link {
	color: #06F;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #003;
	background-color: #CCC;
}


#nav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: block;
	background-attachment: scroll;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #9F0;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px 15px 3px 15px;
	width: 130px;
}
#nav li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #CCC;
}



#center {
	height: auto;
	width: 95%;
	float: left;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#right {
	padding: 10px 20px 10px 20px;
	height: auto;
	width: 160px;
	float: left;
	margin: 0px 0px 0px 6px;
}

#footer {
	margin: 10px 0px 0px 0px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	background-color: #f1f1f1;
}
#footer p {
	color: #999;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}


#wrapper #container #center #header2 .quote {
	font-size: 16px;
	font-style: italic;
}
img { 
	max-width: 100%;
}

/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */


 
    /