html , body {
	width: 100%;
  	height: 100%;
  	margin: 0;
  	padding: 0;
  	/*overflow: hidden;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url("../images/16.jpg");*/
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	background-attachment: fixed;
	color: white;
}
li{
	padding:0.3em;
}
li:HOVER{
	background-color: black;
	padding:0.3em;
	border-color: gray;
	border-style: solid;
	border-width: thin;
}
li img{
	margin-left: 0.3em;
	border-color: gray;
	border-style: solid;
	border-width: medium;
	max-height: 20px;
	float: right;
}
li:HOVER img{
	margin-left: 0.3em;
	border-color: gray;
	border-style: dashed;
	border-width: thin;
	max-height: 300px;
}
h1,h2,h3{
	font-family: "Cuprum","Georgia",Georgia,serif;
	font-weight: normal;
}
h2,h3{
	color: white;
}
h2.section:HOVER{
	cursor: pointer;
	color: gray;
}
small{
	color: gray;
}
a{
	color: white;
}
#wrapper {
	width: 1100px;
	margin: 0px auto;
	border: 0px solid #bbb;
	padding: 10px;
	/*background-image: url("../images/20percent.png");*/
	background-position: center;
	position: relative;
}

#header {
	border: 0px solid #bbb;
	height: 14px;
	padding: 10px;
	background-image: url("../images/20percent.png");
	text-align: center;
}
#header h3:hover{
	background-color: #D4A017;
}
#header h3 a:hover{
	color: black;
}
#header a:visited{
	color: white;	
}
#header a:link{
	color: white;	
}
#header a{
	text-decoration:none;
}

#content {
	margin-top: 10px;
	padding-bottom: 10px;
}

/* applies to all divs within the content div */
#content div {
	padding: 10px;
	border: 0px solid #bbb;
	float: left;
	background-image: url("../images/20percent.png");
}

#content-right {
	width: 184px;
	min-height: 50px;
}


#content-right h2:hover{
	background-color: #D4A017;
}
#content-right h2 a:hover{
	color: black;
}
#content-right a:visited{
	color: white;	
}
#content-right a:link{
	color: white;	
}
#content-right a{
	text-decoration:none;
}
#content-main {
	margin-right: 10px;
	width: 866px;
	min-height: 30px;
}

#content-box1,#content-box2,#content-box3 {
	padding: 10px;
	border: 0px solid #bbb;
	position: absolute;
	margin-top: 280px;
	height: 80px;
	background-image: url("../images/20percent.png");
}

#content-box1 {
	margin-left: 412px;
	width: 200px;
}

#content-box2 {
	margin-left: 644px;
	width: 200px;
}

#content-box3 {
	margin-left: 876px;
	width: 202px;
}

#footer {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 0px solid #bbb;
	width: 1078px;
	background-image: url("../images/20percent.png");
}

#bottom {
	clear: both;
	text-align: right;
}

#background {
	position: absolute;
	/*height: 100%;*/
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 0;
	/* display: none; */
}

.blackBg{
	color: gray;
}

.transparent{
	
	filter:alpha(opacity=0);
}