@charset "utf-8";
/* CSS Document */
/*=====================================================================================*/
/*======================== Default For All Page ====================================*/
/*=====================================================================================*/
body {
	background:#DDD;
	font-family: Calibri, Arial;
	font-size:13px;
	margin:0;
	padding:0;
}
a img{border:none;}
a{text-decoration:none;}
.clear{clear:both;}
h1 {
	font-size:38px; 
	font-family:Georgia, "Times New Roman", Times, serif;	
	color:#FFF;
	text-align:center;
}
h2{
font-size:28px;
}
h3{
font-size:22px;
}

#home {
	width:950px;
	margin:0 auto;
	padding:0;
}
#home img {
	margin:0;
	padding:0;
	float:left;
}
/*=====================================================================================*/
/*======================== Main Page Start Here ====================================*/
/*=====================================================================================*/
#royage-main {
	width:600px;
	height:600px;
	margin:-750px 100px 0 0;
	float:right;
	position:relative;
}
#royage {
	width:565px;
	margin:-570px 100px 0 0;
	float:right;
	position:relative;
}
#menu {
	width:466px;
	height:55px;
	margin:0;
	padding:0;
	background:url(images/menu-bg.png) top left no-repeat;
	float:right;
}
#menu p {
	font-size:13px;
	font-family:cambria;
	margin:-3px 0 0 12px;
	padding-top:20px;
}
#menu p a {color:#67401E;}
#menu p a:hover {color:#3E1F10;}


#mainArea-news,
#mainArea-bio,
#mainArea-shows,
#mainArea-video,
#mainArea-press,
#mainArea-goodies,
#mainArea-link,
#mainArea-contact {width:550px;height:388px;margin:115px 0 0 0; display:block;overflow:auto;}
.sitecontent{
padding:10px;

}

/*=====================================================================================*/
/*======================== Default Ends  Here ====================================*/
/*=====================================================================================*/

#main {
	width:350px;
	height:230px;
	background:url(images/table-bg.jpg) top left no-repeat;
	float:right;
	margin:380px 25px 0 0;
}
#main .newsletter {
	height:160px;
	margin:60px 0 0 0;
}
#main .newsletter .share {
	height:74px;
	margin:0 0 0 50px;
}
#main .newsletter .share img {
	margin:0 10px 0 0;
}
#main .newsletter table {
	width:336px;
	padding:0 0 20px 0;
	margin-left:5px;
}

#textfield {
	width:232px;
	height:32px;
	background:url(images/textfield-bg.jpg) top left no-repeat;
	border:none;
	color:#AFA487;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0 0 0 5px;
	padding:6px 5px 3px 5px;
}
#main .newsletter table .button {
	width:74px;
	height:40px;
	background:url(images/singup.png) top left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	border:none;
	margin:-1px 0 0 0;
	cursor:pointer;
}
.copyrights{margin:85px 15px 20px 0; text-align:center; color:#000;}
/*=====================================================================================*/
/*======================== BIO Page Start Here ====================================*/
/*=====================================================================================*/
#mainArea-bio {
	background:url(images/bio-main-bg.png) top left no-repeat;
}

/*=====================================================================================*/
/*======================== Shows Page Start Here ====================================*/
/*=====================================================================================*/
#mainArea-shows {
	background:url(images/show-main-bg.png) top left no-repeat;

}
/*=====================================================================================*/
/*======================== NEWS Page Start Here ====================================*/
/*=====================================================================================*/
#mainArea-news {
	background:url(images/news-main-bg.png) top left no-repeat; 
}
#mainArea-news h1{color:#493713;}

/*=====================================================================================*/
/*======================== VIDEO Page Start Here ====================================*/
/*=====================================================================================*/
#mainArea-video {
	background:url(images/video-main-bg.png) top left no-repeat;
}
/*=====================================================================================*/
/*======================== VIDEO Page Start Here ====================================*/
/*=====================================================================================*/
#mainArea-press {
	background:url(images/press-main-bg.png) top left no-repeat;
}
/*=====================================================================================*/
/*======================== GOODIES Page Start Here ====================================*/
/*=====================================================================================*/
#mainArea-goodies {
	background:url(images/goodies-main-bg.png) top left no-repeat;
}
/*=====================================================================================*/
/*======================== LINK Page Start Here ====================================*/
/*=====================================================================================*/
#mainArea-link {
	background:url(images/link-main-bg.png) top left no-repeat;
}
#mainArea-link h1{color:#362014;}
/*=====================================================================================*/
/*======================== CONTACT Page Start Here ====================================*/
/*=====================================================================================*/
#mainArea-contact {
	background:url(images/contact-main-bg.png) top left no-repeat;
}