/* CSS Document */


body {
	background-color: black;
	margin: 0;
	text-align: center;	
	font-family: "trebuchet ms", verdana, "bitstream vera sans";
	padding: 0;
}

div.scrollable {
	margin: 0 auto;
	width: 590px;
	height: 360px;
	background-color: #333;
	float: left;
	padding-left: 10px;
}

/* This is basically the page box that keeps all the stuff in the page - change border to 1px solid black to see how it pans out */
#container {
	margin: 0 auto;
	width: 850px;
	background-color: #CCCCCC;
	text-align: left;
	border: none;
}

/* This is basically the page box that keeps all the stuff in one box - change border to 1px solid black to see how it pans out */
#page {
	margin: 0 auto;
	width: 800px;
	background-color: #89a;
	text-align: left;
	border: 1px solid blue;
}

/* This controlls your top banner, so if you ever want to change the logo used, just replace the text in here, and it'll change for all your pages */
#top {
	background: url('http://files.filmsbynick.com/branit/images/filmsbynickbar1.jpg') no-repeat;
	background-color: #CCCCCC;
	width: 800px;
	height: 100px;
	float: left;
}

/* This is basically the page box that keeps all the stuff in the page - change border to 1px solid black to see how it pans out */
#nav {
	background: url('http://content.comparethemeerkat.com/sites/all/themes/comparethemeerkat/images/bg-nav.gif') no-repeat;
	position: relative;
	width: 790px;
	height: 40px;
	background-color: #FFFFFF;
	text-align: left;
}

/* This controlls the right hand section where you can write things in */
#right {
	width: 200px;
	height: 360px;
	background: url('../../images/right.jpg') no-repeat;
	float: right;
}

#text {
	width: 400px;
	height: 45px;
	float: left;
	padding-left: 80px;
	text-align: center;
	font-size: 14px;
	font-family: "trebuchet ms", verdana, "bitstream vera sans";
}

/* This controlls the bottom-right hand section where you can have put your links */
#bottom {
	float: left;
	width: 800px;
	height: 20px;
	background-color: #333;
}

/* This controlls the bottom-right hand section links */
div.link {
	width: 150px;
	height: 20px;
	float: right;
}

div.scrollable p.bottom {
	color: #fff;
	.padding-top: 14px;
	font-size: 14px;
	font-family: "trebuchet ms", verdana, "bitstream vera sans";
}

#tabmenu {
 padding: 0;
 margin: 0;
 width:100%;
 font-size:93%;
}

#tabmenu ul {
 margin:0;
 padding:0;
 list-style:none;
}

#tabmenu li {
 display:inline;
 margin: 0;
 padding:0;
}

#tabmenu a {
 float:left;
 background:url("../images/tableft.png") no-repeat left top;
 margin:0;
 padding:0 0 0 5px;
 text-decoration:none;
}

#tabmenu a span {
 float:left;
 display:block;
 background:url("../images/tabright.png") no-repeat right top;
 padding:5px 15px 4px 6px;
 color:#FFF;
}
 
#tabmenu a:hover {background-position:0% -42px;}

#tabmenu a:hover span {background-position:0% -42px;}

