@charset "UTF-8";
body {
	background-color: #CCCCCC;
	background-image: url(assets/images/bodyBg3.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	margin:0px;
}
#wrapper {
	width: 1024px;
}
#wrapper.height {
	height: 950px;
}
#header {
	height: 100px;
	width: 1024px;
	background-image: url(assets/images/wrapperBg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	width: 1024px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content_left {
	background-color: #333333;
	width: 178px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	vertical-align: top;
	color: #FFFFFF;
}
#content_right {
	background-color: #FFFFFF;
	width: 846px;
	vertical-align: top;
}
#container {
	background-color: #FFFFFF;
	width: 845px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	vertical-align: top;
}
#container      td p  {
	color: #666666;
	font-size: 14px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#container img.icon {
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}
#container_text {
	width: 845px;
	background-color: #00FF00;
	height: 600px;
	margin: 0px;
	padding: 0px;
}
#menu {
	width: 846px;
}
#menu td {
	width: 140px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#menu a {
	text-decoration: none;
	display: block;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.tickets {
	background-color: #CC0000;
}
#menu a.events {
	background-color: #FF5C01;
}
#menu a.sponsors {
	background-color: #A70E2C;
}
#menu a.visaff {
	background-color: #490E68;
}
#menu a.press {
	background-color: #FFAF00;
}
#menu a.films {
	background-color: #71AD00;
}
#footer {
	width: 1024px;
	background-image: url(assets/images/wrapperBg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#footer td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #007AFF;
}
.link {
	color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
}
.link:hover {
	color: #FFFFFF;
}
.white {
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 10px;
	text-align: left;
}

.img_wrap {
	width: 400px;
	height: 450px;
}
