/*
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: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal 13px Georgia, serif;
	color: #669900;
}

h1 {
	margin: 0;
	padding: 10px;
	font: italic 197% "Times New Roman", Times, serif;
	color: #CC0099;
}

h2 {
	font-size: 107%;
	color: #FFFFCC;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 77%;
	font-weight: bold;
	color: #990099;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	padding: 15px 0 0 20px;
	
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
}

ol {
	list-style-position: outside;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(images/bulletleaf.gif) no-repeat left;
}

a {
	text-decoration: none;
	color: #669999;
}

a:hover {
	text-decoration: underline;
	color: #CC48CF;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	border:#CC6666 medium solid;
}

#logo h1 {
	margin: 0;
	padding: 110px 0 0 120px;
	text-transform: none;
	letter-spacing: -1px;
	font: normal 36px "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFCC;
}

#logo h2 {
	margin: -7px 0 0 0;
	padding: 0 0 0 155px;
	text-transform: none;
	letter-spacing: 4px;
	font-size: 11px;
	font-weight: bold;
	
}



/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background:#FFFFFF;
	border:#CC0099 medium solid;
	border-top: none;
	height: 850px;
}
#page2 {
	width: 760px;
	margin: 0 auto;
	background:#FFFFFF;
	border:#CC0099 medium solid;
	border-top: none;
	height: 1100px;
}


/* Content */

#content {
	float: left;
	width: 400px;
	padding: 0 0 0 100px;
	background: url(images/img04.gif) repeat-y;
}
#content2 {
	float: left;
	width: 400px;
	padding: 0 0 0 100px;
	background: url(images/img04.gif) repeat-y;
}
.img {
	padding: 6px;
}


#content .title {
	color: #CC0099;
	background-color:#FFFFFF;
	padding: 10px;
}

#content .content {
	padding: 20px 20px 1px 20px;
	background-color: #FFFFFF;
}

#welcome {
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}

.floating-box{
	float: left;
	width: 280px;
	margin: 0 0px 0px 20px;
	background-color: #FFFFFF;
	font-size: 85%;
	border: solid #000000 thin;
}

.floating-box .heading {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: url(images/img08.gif) repeat-x left bottom;
	COlor:#990099;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 1em;
	padding: 0px 0px 10px 20px;
}

.floating-box img {
	border: 5px solid #FFDFDF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 160px;
	padding: 20px 80px 310px 20px;
	background: url(images/img05.gif) repeat-y right bottom;
	background-color: #FFFFFF;
}

#sidebar2 {
	float: right;
	width: 160px;
	padding: 20px 80px 580px 20px;
	background-color: #FFFFFF;
	background: url(images/img05.gif) repeat-y top right;
}
	
#sidebar h2 {
	margin-bottom: 1em;
}



/* Menu */

#menu {
	padding-top: 10px;
	background-color: #FFFFFF;
}



#menu li {
	background-image: url(images/img09.gif);
}

#menu a {
	color: #009933;
	font-weight: bold;
}

#menu a:hover {
	color: #CC0099;
	font-weight: bold;
}
/* Footer */

#footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img06.gif) no-repeat;
}

#footer p {
	margin: 0;
	font-size: 77%;
}

#footer .links {
	float: left;
	padding: 15px 0 0 97px;
	color: #72CC32;
}

#footer .legal {
	float: right;
	padding: 15px 62px 0 0;
	color: #72CC32;
}

#footer a {
	color: #00CC33;
}
#footer a:hover {
	color: #CC00AC;
	text-decoration: underline;
}

