/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
	color: #333;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 75%;
	text-align: center;
	background-image: url(../images/line2.jpg);
	background-color: #C7CDDB;
	background-repeat: repeat-x;
		}






																/* >>> CONTAINERS <<< */

#topnav
{
	font: bold 12px helvetica, arial, sans-serif;
	color: #000000;
	padding-right: 25px;
	text-align: right;
	text-decoration: none;
	padding-top: 10px;
}
#topnav a
{
	color: #999999;
}
#topnav a:hover, a.active
{
	color: #FF0000;
}
div#container {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/trashcan2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	position: relative;
	}
#descwrap {
	width: 300px;
	height: 200px;
	position: absolute;
	left: 284px;
	top: 101px;
}
#desc-title {
	font-weight: bold;
	color: #999999;
	text-align: left;
	font-size: 14px;
	font-family: "Century Gothic";
}
#desc-body {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
#desc-download {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
}
#download a:hover {
	background-color: #C2C8CF;
}

		div#center {
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
			}
			div#center-up {
	padding: 20px;
	height: 280px;
}
			div#center-mid {
	background-color: #FFFFFF;
	background-image: url(../images/top2.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 50px;
}
div#center-mid2 {

	background-color: #FFFFFF;
	background-image: url(../images/top_b.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#adtop {
	color: #CCCCCC;
	height: 70px;
	width: 550px;
	padding-left: 250px;
}
		div#right {
	float: right;
	width: 200px;
	color: inherit;
	height: 600px;
			}

			div#right-in {
	padding: 1px;
				}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
	height: 65px;
	padding-top: 20px;
	font-size: 12px;
	background-color: #C9CFDD;
	padding-left: 50px;
	background-image: url(../images/bottom2.jpg);
	background-repeat: no-repeat;
			
			}
#social {
	text-align: center;
	padding-bottom: 20px;
	width: 799px;
	background-color: #FFFFFF;
}







																/* >>> SUB CONTAINERS <<< */
div.box {
	float: left;
	width: 250px;
	color: inherit;
	background-color: #f5f5f5;
	height: 250px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
	div.left {
		float: left;
		margin: 20px 19px 20px 0;
		}
	div.right {
		
		}





																/* >>> LISTS <<< */
ul#nav-right {
	margin: 20px;
	list-style: none;
	}
	ul#nav-right li {
		
		}
		ul#nav-right li a {
			display: block;
			width: 138px;
			padding: 5px 10px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-right li a:hover {
			color: #666;
			background-color: #F1F7FF;
			border-bottom: 1px solid #E3EFFF;
			}
ul#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 8px;
			color: #888;
			background-color: inherit;
			font-size: 90%;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-top li a:hover {
			color: #4494FF;
			background-color: inherit;
			border-bottom: 1px solid #F1F7FF;
			}
ul#nav-footer {
	color: #333333;
	font-size: 80%;
	list-style: none;
	text-align: right;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #333333;
			}
		ul#nav-footer li a:hover {
			color: #0000FF;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#right h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#right p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #0066FF;
	background-color: inherit;
	text-decoration: underline;
	}
	p a:hover, ul.list a:hover {
	color: #333;
	background-color: inherit;
	text-decoration: underline;
		}





																/* >>> FORMS <<< */
* { }





																/* >>> END <<< */
#adtop2 {
	color: #CCCCCC;
	height: 200px;
	margin-top: 20px;
}
div#container2 {

	width: 799px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	position: relative;
}
#ad1 {
	height: 100px;
	padding-left: 270px;
}
