@charset "UTF-8";
@font-face {
	font-family: 'JFRocSol.TTF';
	src: url('JFRocSol.ttf') format('truetype');
}
body {
	color: #FECA8C;
	background-repeat: repeat;
	background-image: url(../images/orangepebbles1.jpg);
	margin-left: auto;
	margin-right: auto;
	background-size: 50% auto;
	width: auto;
	height: auto;
	left: auto;
	right: auto;
	overflow-y: scroll;
	min-height: 945px;
}

header {
	display: block;
	background-image: url(../images/renorocktrans.gif);
	width: 480px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
.core .invisible {
	height: 370px;
}


/**start of nav**/


nav {
	height: 100px;
	background-color:#595362;
	
}

nav ul {
	width: 950px;
	height:300px;
	margin-left: auto;
	margin-right: auto;
	color: #DBB780;
	/**background-image: url(../images/navstillgrey.gif);**/
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	list-style-position: inside;
	
}

nav ul li {
	width:185px;
	height:100px;
	float:left;
	display: block;
	color: #DBB780;
	border-right: 1px solid rgba(255,255,255,1.00);
	
}

nav ul li a{
	display:block;
	width:160px;
	height:70px;
	color: #DBB780;
	text-decoration: none;
	text-align: center;
	font-size: xx-large;
	font-weight: 500;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	
}

nav ul li ul{
	width:100px;
	margin-left:25px;
	display: none;
	z-index:100001;
	position:relative;
	
}

nav a,visited {
	color: #000000;
	padding:15px;
}

nav ul li a:hover{
	color: #5E1D0E;
	
}

nav ul li:hover ul{
	display: block;
	
}

nav ul li ul li{
	float:none;
	border-top: 1px solid rgba(255,255,255,1.00);
	border-right-width: 0;
	height:50px;
	
}

nav ul li ul li a {
	background-color: #3F435A;
	font-size:medium;
	font-weight:250;
	height:50px;
	
}



/**end of nav**/



.image {
	background-image: url(../images/hollywoodstruck.jpg);
	display: block;
	width: 495px;
	height: 276px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 15px;
	position: relative;
	margin-left: 5%;
	float: left;
	margin-top: 5%;
}

.page {
	height: 78px;
	font-size: x-large;
	text-align: center;
	padding-top: 49px;
	display: block;
	width: 251px;
	margin-bottom: -141px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	top: auto;
	left: auto;
	position: relative;
	background-color: #595362;
	border-radius: 15px;
	color: #FCCC94;
	margin-top: 0px;
	font-weight: 700;
	margin-left: 0px;
}
.core {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.content {
	width: 237px;
	height: 200px;
	display: block;
	background-color: #595362;
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 15px;
	position: relative;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #FECA84;
	padding-bottom: 24px;
	margin-top: 5%;
	float: left;
}
footer {
	width: 755px;
	height: 23px;
	display: block;
	background-color: #595362;
	margin-left: 6%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	text-align: center;
	border-radius: 10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	position: absolute;
	margin-bottom: 0px;
	bottom: auto;
	left: auto;
	right: auto;
	margin-top: 0%;
}
