/*********************/
/*  HTML tags        */
/*********************/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}

h3 {
	color: #F0C93D;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #F0C93D;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #F0C93D;
	text-decoration: none;
}

ul li {
	list-style-image: url(../images/earth_music.png);
	list-style-position: outside;
	padding-bottom: 10px;
}

li a:link, li a:visited{
	color: #F0C93D;
	font-weight: bold;
	text-decoration: none;
}

li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/*********************/
/*  Layout Div's     */
/*********************/

#Header{
	background-image: url(../images/cinema_board.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 105px;
}

#Header img{
	float: right;
	top: 75px;
	position: relative;
}

#Menu{
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Menu a:link, #Menu a:visited{
	color: #F0C93D;
	font-weight: bold;
	text-decoration: none;
}

#Menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#TopFrame{
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0C93D;
	width: 749px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #F0C93D;
	border-bottom-color: #F0C93D;
	border-left-color: #F0C93D;
}

#BottomFrame{
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0C93D;
	width: 749px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F0C93D;
	border-right-color: #F0C93D;
	border-left-color: #F0C93D;
}

#Content{
	width: 729px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F0C93D;
	border-left-color: #F0C93D;
	padding-right: 10px;
	padding-left: 10px;
}

#Content td{
	padding-bottom: 10px;
}
#Footer{
	text-align: center;
	padding: 10px;
	width: 730px;
	color: #666666;
	font-size: 11px;
}

#Footer a:link, #Footer a:visited{
	color: #666666;
	text-decoration: none;
}

#Footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#Ads {
	position: absolute;
	left: 790px;
}

/*********************/
/*  Border corners   */
/*********************/

.borderTopLeft{
	position: relative;
	left: -1px;
	top: -1px;
}

.borderTopRight{
	position: relative;
	left: 697px;
	top: -1px;
}

.borderBottomLeft{
	position: relative;
	left: -1px;
	top: 0px;
}

.borderBottomRight{
	position: relative;
	left: 697px;
	top: 0px;
}

