body
{
	font-family: sans-serif;
	margin: auto;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #F2F3F5;
	font-size: 0.8em;
}

#mainlayout
{
	position: relative;
	width: 950px;
	margin: auto;
}

#header
{
	position: relative;
	width: 950px;
	height: 214px;
}

#headerLeft
{
	width: 290px;
	height: 213px;
	background-image: url("../images/box1.jpg");
	background-repeat: no-repeat;
}

#menu
{
	position: absolute;
	top: 25px;
	left: 20px;
}

#menu td
{
	padding-right: 10px;
}

#headerLeft a
{
	text-decoration: none;
	color: white;
	font-size: 1.4em;
}

#headerLeft a:hover, #headerLeft a.selected
{
	text-decoration: none;
	color: #9CAA9D;
}

#headerRight
{
	position: absolute;
	left: 290px;
	top: 0px;
	width: 680px;
	height: 235px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}

#content
{
	position: relative;
	width: 950px;
}

#contentLeft
{
	position: absolute;
	width: 290px;
	top: 0px;
}

#side
{
	position: absolute;
	width: 57px;
	height: 177px;
	background-image: url("../images/side.jpg");
	top: 20px;
	right: 20px;
}

#contentRight
{
	width: 540px;
	padding-top: 20px;
	padding-left: 310px;
	padding-right: 100px;
	text-align: justify;
	font-size: 1.2em;
}

#box2
{
	width: 290px;
	height: 100px;
	margin-top: 2px;
	background-image: url("../images/box2.jpg");
	background-repeat: no-repeat;
}

#box2Text
{
	padding: 20px;
	color: white;
	font-size: 1.6em;
	font-weight: bold;
}

#box3
{
	width: 290px;
	height: 64px;
	margin-top: 2px;
	background-image: url("../images/box3.jpg");
	background-repeat: no-repeat;
}

#box3Text
{
	padding: 10px;
	padding-left: 20px;
	color: white;
	font-size: 1.4em;
	font-weight: bold;
}

#box4Top
{
	width: 290px;
	height: 25px;
	margin-top: 2px;
	background-image: url("../images/box4top.jpg");
	background-repeat: no-repeat;
}

#box4
{
	width: 290px;
	background-image: url("../images/box4.jpg");
	background-color: #C7DDEE;
}

#box4Text
{
	padding: 10px;
	padding-left: 20px;
	color: #264A67;
}

#box4Text p
{
	font-weight: bold;
}

#box4Text table
{
	width: 100%;
}

#box4Bottom
{
	width: 290px;
	height: 25px;
	background-image: url("../images/box4bottom.jpg");
	background-repeat: no-repeat;
}

#quote
{
	padding: 20px;
	margin: 20px;
	background-image: url("../images/quote.jpg");
	background-repeat: no-repeat;
	background-position:top right;
}

#promotion
{
	padding: 40px;
	padding-left: 20px;
	padding-top: 49px;
	width: 495px;
	height: 60px;
	background-image: url("../images/promotion.jpg");
	background-repeat: no-repeat;
}

#videoPlayer
{
	border: 1px solid black;
	width: 600px;
	height: 338px;
	margin: 30px;
}

#footer
{
	position: relative;
	width: 950px;
	text-align: center;
	color: #9CAA9D;
}

#footer a
{
	color: #9CAA9D;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a:hover
{
	color: black;
}

hr
{
	color: #9CAA9D;
	background-color: #9CAA9D;
	width: 80%;
	margin-top: 20px;
	border: none;
	height: 1px;
}

h1
{
	font-weight: normal;
	font-size: 2em;
	color: #264A67;
}

h2
{
	font-weight: bold;
	font-size: 1.2em;
}

a
{
	text-decoration: none;
	color: #264A67;
}

img
{
	border: none;
}

textarea
{
	height: 200px;
	width: 400px;
}

td
{
	vertical-align: top;
}

.bullet
{
	margin-top:5px;
}

.teamImage
{
	float: left;
	margin-right: 10px;
}