body {
	background: #f2efe6 url(/assets/bg_tile.jpg) 0 0 repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
}

#logo {
	margin: 5px auto;
	width: 950px;
}


#wrapper {
	margin: 0 auto 20px auto;
	width: 950px;
}

#mainNavigation {
	background: #324FA9;
	height: 27px;
}
#mainNavigation ul {
 	list-style: none;
 	margin: 0;
 	padding: 0;
}

#mainNavigation li {
	float: left;
	}
	
#mainNavigation li a {
	display: block;
	background: #324FA9;
	color: #fff;
	padding: 6px 10px;
	text-decoration: none;
	margin: 0 10px;
}

#mainNavigation li a:hover {
	background: #8191B0;
}


#homePage #content {
	background: #fff;
	padding: 5px;
	margin: 0;
}

#content {
	background: #fff;
	padding: 5px 20px;
	margin: 0;
}

#content img {
	border: 1px #999 solid;
	padding: 1px;
}

#content a {
	color: #900;
}

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


#content ul {
	list-style-image: url(/assets/bullet.jpg);
}


h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #630;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

#calls {
	position: relative;
	height: 300px;
}
#mainCall {
	background: #e2dac7;
	padding: 0 10px;
	margin: 0;
	height: 303px;
}
table #movieCall h1{
	margin: 0;
	padding: 0;
}
	

#calls a, #mainCall a{
	color: #fff;
	display: block;
	width: 170px;
	font-weight: bold;
	text-decoration: none;
}

#calls a:hover, #mainCall a:hover {
	color: #ccc;
}

#call1 a{
	color: #516691;
}


#call2, #call3 {
	width: 250px;
	height: 290px;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #473e39;
}

#call1{
	width: 370px;
	height: 290px;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #473e39;
}



#call2 {
	position: absolute;
	top: 0;
	left: 0;
}

.brown {
	background: #fff url(/assets/brownbtn.jpg) 0 0 no-repeat;
	height: 34px;
	padding: 5px 10px;
	position: absolute;
	bottom: 5px;
	left: 10px;
}

.green {
	background: #fff url(/assets/green.jpg) 0 0 no-repeat;
	height: 34px;
	padding: 5px 10px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	
}

.lightblue {
	background: #fff url(/assets/lightblue.jpg) 0 0 no-repeat;
	height: 34px;
	padding: 5px 10px;
	position: absolute;
	bottom: 5px;
	left: 10px;

}

.darkblue {
	background: #E2DAC7 url(/assets/darkblue.jpg) 0 0 no-repeat;
	height: 34px;
	padding: 5px 10px;
}


#call3 {
	position: absolute;
	top: 0;
	left: 280px;
}

#call1 {
	position: absolute;
	top: 0;
	right: 0;
}

#footer {
	position: relative;
	margin-top: 10px;
	height: 80px;
	background: #324FA9;
	color: #fff;
	font-size: 14px;
}

#footer p{
	margin: 0;
}
#footer a{
	color: #fff;
}


#footerAddress {
	position: absolute;
	top: 12px;
	left: 10px;
}

#footerContacts {
	position: absolute;
	top: 12px;
	left: 300px;
}

#footerCopyright {
	position: absolute;
	top: 12px;
	left: 650px;
}

#format {
	margin: 5px auto;
	width: 950px;
	color: #666;
	text-align: right;
}

#format a {
	color: #666;
}

#format a:hover {
	text-decoration: none;
}

.data td {
	background: #8191B0;
	color: #fff;
}

.data th{
	background: #324FA9;
	color: #fff;
	font-weight: bold;
	padding: 6px;
}

.data {
	border: 2px solid #fff;
}

.data td {
	padding: 4px;
	margin: 0;
}

#contactPage table {
	font-size: 12px;
	margin-top: 10px;
}
fieldset {
	width: 583px;
}
