/* CSS Document */

body {
	background-color: #BEB7A4;
	text-align: center;
	font: normal 11px "Trebuchet MS", Helvetica, sans-serif;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.rights {
	text-align: right;
}
.boldy {
	font-weight: bold;
}
hr {
	border: none 0;
	border-top: 1px solid #000000;
	height: 1px;
	margin: 18px 0px 10px 0px;
}
h1 {
	font: normal 11px/18px "Trebuchet MS", Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 10px;
}

/* containers */

#demo {
	font: normal 12px/16px "Trebuchet MS", Helvetica, sans-serif;
	color: #000000;
	margin-top: 5px;
	margin-right: auto;
	martin-bottom: 5px;
	margin-left: auto;
	padding: 10px;
	width: 846px;
	background-color: #CAC2AD;
}
#home {
	background-color: #000000;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 866px;
	height: 578px;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#homeLeft {
	width: 586px;
	padding: 0px 0px 40px 0px;
	vertical-align: bottom;
	text-align: right;
}
#homeFlash {
	width: 210px;
	height: 578px;
	background-color: #CAC2AD;
	filter:alpha(opacity=80);
	opacity:0.8;
}
#homeThirty {
	width: 30px;
}
#homeFourty {
	width: 40px;
}
