﻿body 
{
	background: #0b161c;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #1d2328;
}

h1
{
	color: #9f3b0f;
	font-size: 22px;
	font-weight: lighter;
}

h3
{
	color: #5896c6;
	font-size: 16px;
	font-weight: lighter;
}

p
{
	line-height: 160%;
	font-size: 12px;
	text-align: justify;
}

a
{
	line-height: 200%;
	font-size: 12px;
	text-align: justify;
	color: #5896c6;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: #0a3746;
	cursor: pointer;
	text-decoration: underline;
}

#wrap 
{
	width: 1000px;
	margin: auto;
	padding: auto;
	background: #FFFFFF;
}

#header
{
	width: 1000px;
	height: 310px;
	
}

#content_left
{
	width: 715px;
	padding: 0 20px 0 20px;
}

#content_right
{
	width: 203px;
	background: #eaf1f6;
	padding: 0 20px 0 20px;
}

#skype
{
	width: 193px;
	height: 90px;
	background: #eaf1f6 url(images/skype_bg.png) no-repeat;
	padding: 85px 20px 0 30px;
}

.read_more
{
	width: 700px;
	text-align:right;
}

#bottom
{
	width: 1000px;
	text-align: center;
	border-top: solid 1px #7e95a5;
	padding: 20px 0 0 0;
}

.movie
{
	width: 700px;
	text-align: center;
}

.box1_header
{
	width: 250px;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	background: #FFFFFF url("images/box1_header.png") no-repeat;
}

.box1_body
{
	width: 250px;
	background: #FFFFFF url("images/box1_body.png");
}

.box1_bottom
{
	width: 250px;
	height: 8px;
	background: #FFFFFF url("images/box1_bottom.png") no-repeat;
}

.seperator
{
	width: 200px;
	height: 1px;
	color: #7e95a5;
}

.centre
{
	text-align: center;
}