* {
	padding: 0;
	margin: 0;
}

a {
	border: none;
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: #fff;
}

body {
	background: #3a0c48 url('images/borderbg.png') repeat-y top center;
    font-family: "Arial";
    font-size: 10pt;
}

img {
	border: none;
}

h1 {
	font-family: "Arial";
	color: #000;
	font-size: 26pt;
	letter-spacing: -1px;
	font-weight: normal;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
}

h2 {
	font-family: "Arial";
	color: #444;
	font-size: 18pt;
	letter-spacing: -1px;
	padding-top: 5px;
}

.logo {
	position: relative;
	left: 20px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrapper {
	position: relative;
	top: 5px;
	width: 840px;
	margin: 0 auto;
	clear: both;
	background-color: transparent;
}

.nav {
	position: relative;
	float: right;
	clear: both;
	z-index: 500;
	margin: 1px;
}

.nav a {
	background-color: transparent;
}

iframe {
	width: 840px;
	height: 300px;
	border: none;
	overflow-x: none;
	background-color: transparent;
}

.content {
	position: relative;
	float: left;
	width: 840px;
	height: auto;
	padding: 1px;
	color: #000;
	font-family: "Arial";
	font-size: 11pt;
	z-index: 1;
	/* background: #000 url('images/contentbg.png') repeat-x top left; */
	background-color: transparent;
}

#contentc {
	position: relative;
	float: left;
	width: 500px;
	height: auto;
	padding: 1px;
	color: #000;
	font-family: "Arial";
	font-size: 11pt;
	/* background: #000 url('images/contentbg.png') repeat-x top left; */
	background-color: transparent;
}


#contact {
	position: relative;
	margin: 0;
	background-color: transparent;
	float: right;
	width: 300px;
	height: auto;
	padding-right: 5px;
}

#contact form {
	width: 300px;
}

#contact input {
	width: 300px;
}

#contact .message {
	width: 300px;
}

#contact .btn {
	width: 100px;
    height: 25px;
	font-size: 11pt;
	border: 0;
	padding: 0;
	margin-top: 5px;
/*	background: url(images/sendregb.png) 0 0 no-repeat; */
}

#footer {
	position: relative;
	bottom: -10px;
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	text-align: center;
	font-family: "Arial";
	font-weight: bold;
	color: #222;
	font-size: 12pt;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	left: -1px;
	padding-bottom: 4px;
}

#slider {
	position: relative;
	float: left;
	width: 840px;
	height: 250px;
	margin-bottom: 2px;
	padding: 0;
	color: #f1f1f1;
	font-family: "Georgia";
	border: none;
	font-size: 9pt;
	z-index: 1;
	background: #000 url('images/sliderbg.png') repeat-y top left;
}

#slider ul, #slider li{
	margin:0 auto;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:840px;
	margin: 0 auto;
	height:250px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	margin: 0 auto;
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left: -60px;
	top:410px;
	text-indent: -9999px;
	z-index: 500;
	}	
#nextBtn{ 
	left:850px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:50px;
	height:50px;
	background: transparent url(images/prev_item2.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background: transparent url(images/next_item2.png) no-repeat 0 0;	
	}	

