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

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#page {
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg-content.png);
	background-repeat: repeat-y;
}
#content {
	width: 740px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#text-home {
	width: 700px;
	height: 350px;
	padding-left: 30px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
}
#content2 {
	width: 750px;
	height: auto;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navbar {
	width: auto;
	height: 35px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer-content {
	width: 740px;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/bg-content.png);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#footer-img {
	width: 760px;
	height: 37px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/footer.png);
}
.links {
		width: auto;
		height: 30px;
		margin: 10px;
		float: left;
}
#logo-border {
	width: 700px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border: 10px double #CCCCCC;
}
#shadow {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/shadow-main.png);
}
#shadow-top {
		width: 800px;
		height: 14px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(images/shadow-top.png);
}
#shadow-bottom {
		width: 800px;
		height: 19px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(images/shadow-bottom.png);
}
#paypal {
	float: right;
	width: 250px;
	margin-left: 265px;
	margin-top: 40px;
	margin-bottom: 65px;
	
}
#clear {
	width: 100%;
	clear: both;
}
.button {
	width: 150px;
	height: 150px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.button2 {
	width: 150px;
	height: 150px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
#column-left {
	width: 546px;
	height: auto;
	margin-right: 10px;
	float: left;
}
#column-right {
	width: 180px;
	height: auto;
	margin-right: 5px;
	float: right;
	border-left: solid 4px #666;
	padding-left: 0px;
	border-top: solid 4px #666;
	border-bottom: solid 4px #666;
}

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

ul#blue li {
	position:relative;
	float:left;
	border-bottom: 4px solid #575757;
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
}

ul#blue .current {
	border-bottom: 4px solid #CCC;
	margin-right: 10px;
}

ul#blue li:hover {

	border-bottom: 4px solid #CCC;
}

ul#blue li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#666;}

ul#blue li a:hover { color:#CCC; border:none; }

ul#blue li span{ display:none; position:absolute; top:20px; left:2px; width:160px; font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif; line-height: 15px; }

ul#blue li a:hover span {margin-top: 7px; display:block; color: #8895b8;}

.circle {
	float: right;
	height: 195px;
	width: 302px;
	background-image: url(images/big%20circle.png);
	padding-top: 125px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-left: 50px;
}
