nav {	
	/*height: 64px;*/
	margin-top: 10px;
	margin-left: 810px;
	position: absolute;
	height: 300px;
	width: 120px;
}
	
nav ul {
	background: #353334; 
	background: linear-gradient(to bottom, #353334 0%, #6B6A6B 100%);  
	background: -moz-linear-gradient(top, #353334 0%, #6B6A6B 100%); 
	background: -webkit-linear-gradient(top, #353334 0%,#6B6A6B 100%); 
	/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	padding: 0 0px;
	/*border-radius: 10px;*/
	list-style: none;
	position: relative;
	display: inline-table;
}

	nav ul li {
	float: left;
	}
	nav ul li:hover {
		background: #FF8000;
		/*background: linear-gradient(top, #8E0653 0%, #4E3041 40%);
		background: -moz-linear-gradient(top, #8E0653 0%, #4E3041 40%);
		background: -webkit-linear-gradient(top, #8E0653 0%,#4E3041 40%);*/
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; 
		width: 120px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #A6A5A5; 
		text-decoration: none;
	}

.CopyRigetR {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Gothic, Arial;	
	color: #fff;
	font-size: 12px;
	background: #101010;
	height: 60;
	width: 960;
}
	
.divTable {
    display:table;
    width:auto;
    background-color:#fff;
	margin-left:40px;
	font-size:12px;
    border:1px solid;
    /*border-spacing:5px;cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}
.divHeader {
    display:table-row;
    width:auto;
	background-color:#2E2E2E;
	color:#fff;
	font-weight:bold;
}
.divRowE {
    display:table-row;
    width:auto;
	background-color:#FF8000;
	color:#fff;
}
.divRowO {
    display:table-row;
    width:auto;
	background-color:#fff;
	color:#000000;
}
.divCell1 {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:70px;
}
.divCell2 {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:80px;
}
.divCell3 {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:140px;
}
.divCell4 {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:220px;
}
.divCell5 {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:80px;
}

#scroller {
        position: relative;
		width: 1000px;
		height: 320px;
		/*background-image: url("images/film.jpg");*/
		margin-top:0px;
}
    #scroller .innerScrollArea {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    #scroller ul {
        padding: 0;
        margin: 0;
        position: relative;
    }
    #scroller li {
        padding: 0;
        margin: 0;
        list-style-type: none;
        position: absolute;
		margin-top: 20px;
    }

.contacttitle {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	padding-right: 0px;
	text-decoration: underline;
}

.contactsubtitle {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 15px;
	color: #fff;
	padding-left: 20px;
	padding-right: 0px;
}

.contacttext {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	padding-right: 0px;
	line-height: 120%;
}