
BODY
{
	margin: 0px;
	padding: 0px;
	color: #a1a0a0;
	padding-top: 20px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	width: 1001px;
	margin-left:auto;
	margin-right: auto;
	background-color: #4f2614;
}

#Common
{
	margin-top: 0px;
	border-top: solid 1px #7e5539;
	background-color: #444444;
}


#CommonHeader
{
	width: 999px;
	height: 86px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #986d4a; 
	border-left: solid 1px #986d4a;
	border-right: solid 1px #986d4a;
	border-top: solid 1px #986d4a;
	background-color: #1e1e1e;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
}

/*Menu Bar*/

.menubar {
	background:#432616;
	height: 26px;
	width: 979px;
	padding-top: 2px;
	padding-left: 20px;
	border-left: #986d4a solid 1px;
	border-right: #986d4a solid 1px;
	border-bottom: #986d4a solid 1px;
}

/*Menu Buttons*/

a.menubutton {
    /* Sliding right image */

display: block;
float: left;
height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #986d4a;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background-color: #1e1e1e ;
border: #986d4a solid 1px;
-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
a.menubutton span {
/* Background left image */ 

display: block;
line-height: 12px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
}   

.CommonBodyTop
{
	background-color: #000000;
	margin-top: 0px;
	border-top: #986d4a solid 1px;
	border-left: #986d4a solid 1px;
	border-right: #986d4a solid 1px;
	width: 999px;
	height: 0px;
}

.CommonBody
{
	background-color: #000000;
	font-size: 13px;
	color: #986d4a;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border-left: #986d4a solid 1px;
	border-right: #986d4a solid 1px;
	width: 100%;
}

.CommonBodyBottom
{
	background-color: #000000;
	margin: 0px;
	border-left: #986d4a solid 1px;
	border-right: #986d4a solid 1px;
	width: 999px;
	height: 10px;
}

/* 
Title Bar Styles
*/

.CommonTitleBar
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	border-color: #a3a6a8;
	border-top: 0px;
}

.CommonTitleBarTitleArea
{
	font-family: Tahoma, Arial, Helvetica;
	color: #a1a0a0;
}

.CommonTitleBarImage
{
}

.CommonTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 22px;
	color: #986d4a;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
}

.CommonInfo
{
	font-size: 11px;
	font-style: italic;
}

.CommonList
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #986d4a;
	padding: 8px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-style: solid;
	border-width: 0px;
	border-color: #986d4a;
	background-color: #000000;
	width: 100%;
	overflow: hidden;
}

.CommonListHeader1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #986d4a;
	padding: 3px;
	padding-bottom: 1px;
	padding-right: 15px;
	border-style: solid;
	border-width: 0px;
	border-color: #986d4a;
	background-color: #000000;
	width: 610px;
	overflow: hidden;
}

/*
Content
*/

.CommonContentArea
{
	background-color: #000000;
	font-size: 13px;
	color: #986d4a;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border: solid;
	border-width: 0px;
	border-color: #000000;
	width: 732px;
}

.CommonSideArea
{
	background-color: #000000;
	font-size: 14px;
	color: #986d4a;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border-left: #986d4a solid 1px;
}

#CommonRightColumn
{
	background-color: #986d4a;
	border-style: solid;
	border-width: 0px;
	border-left-width: 0px;
	border-color: #986d4a;
	padding-bottom: 22px;
}

A:LINK
{
	color: #986d4a;
	text-decoration: none;
	
}

A:ACTIVE
{
	color: #986d4a;
}

A:VISITED
{
	color: #986d4a;
	
}

A:HOVER
{
	text-decoration: underline;
}


.CommonSidebar
{
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.CommonSidebarArea
{
	width: 192px;
	margin: 22px 0px 0px 0px;
	overflow: hidden;
}

.CommonSidebarArea A:LINK
{
	color: #986d4a;
}

.CommonSidebarArea A:ACTIVE
{
	color: #986d4a;
}

.CommonSidebarArea A:VISITED
{
	color: #986d4a;
}

.CommonSidebarArea A:HOVER
{
	color: #986d4a;
}

.CommonSidebarContent A:LINK
{
	color: #986d4a;
}

.CommonSidebarContent A:ACTIVE
{
	color: #986d4a;
}

.CommonSidebarContent A:VISITED
{
	color: #986d4a;
}

.CommonSidebarContent A:HOVER
{
	color: #986d4a;
}

.CommonListTitle A, .CommonListTitle A:VISITED, .CommonListTitle A:ACTIVE, .CommonListTitle A:HOVER
{
	color: #986d4a;
}

.CommonSidebarHeader
{
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	background-color: #432616;
	color: #986d4a;
	border-left: solid 1px #986d4a;
	border-right: solid 1px #986d4a;
	border-top: solid 1px #986d4a;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.CommonSidebarContent
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #986d4a;
	padding: 8px;
	padding-bottom: 5px;
	border-top: solid 1px #986d4a;
	border-right: solid 1px #986d4a;
	border-left: solid 1px #986d4a;
	background-color: #1e1e1e;
	width: 174px;
	overflow: hidden;
}

.CommonSidebarBottom
{
	border-left: solid 1px #986d4a;
	border-right: solid 1px #986d4a;
	border-bottom: solid 1px #986d4a;
	border-width: 1px;
	background-color: #1e1e1e;
	width: 190px;
	overflow: hidden;
}


.CommonContentHeader
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	color: #986d4a;
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 80px;
	padding-left: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #986d4a;
	background-color: #1e1e1e;
	width: 520px;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


#CommonFooter
{
	
	border-bottom-width: 1px;
	border-color: #986d4a;
	border-top: solid 1px #986d4a;
	border-left: solid 1px #986d4a;
	border-right: solid 1px #986d4a;
	border-bottom: solid 1px #986d4a;
	background-color: #1e1e1e;
	padding: 8px;
	text-align:center;
	-moz-border-radius-bottomleft: 40px;
	-moz-border-radius-bottomright: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
}

#CopyRight
{
	padding-right: 40px;
	text-align: right;
	font-size: 10px;
}

.MovieQuiz
{
	border-left: solid 2px #573b18;
	border-top: solid 2px #573b18;
	border-bottom: solid 2px #986d4a;
	border-right: solid 2px #986d4a;
	height: 280px;
	text-align: center;
}

.MovieQuizThumb
{
	border: solid 1px #986d4a;
	height: 70px;
}

.Images
{
	border: solid 1px #986d4a;
}
