body {
	background-image: url(bg0.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}

#header{
	height: 120px;
	width: 100%;
	text-align: right;
	padding-right: 40px;
	background-image: url(bg_border.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}


 
/* classes to work with cycle plugin for BG images */
#container {
	width:100%;
	height: 600px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
}



#footer{
	font-size: 10px;
	text-align: left;
	height: 60px;
	width: 100%;
	color: #CCCCCC;
	background-color: #000000;
	padding-left: 30px;
	text-transform: uppercase;
	background-image: url(bg_border.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family: "Agency FB";
	font-size: 24px;
	color: #FF9900;
	margin: 0px;
}
h2 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Agency FB";
	margin: 0px;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#logo {
	position:absolute;
	z-index:1000;
	left: 111px;
	top: 6px;
}
a{
	color: #FF9900;
}
a:hover{
	color: #FFFFFF;
}

#popup {
	padding: 20px;
	}
