﻿html	{
	height:100%;
}

td,tr,table {
	border-collapse:collapse;
}

img{
	border:0px;
}

a:link {
	color:#ffffff;
	text-decoration:none;
}

a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#0024ff;
	text-decoration:none;
}

a:active {
	color:#0024ff;
	text-decoration:none;
}

a.blue:link {
	color:#01a1ff;
	text-decoration:none;
}

a.blue:visited {
	color:#01a1ff;
	text-decoration:none;
}

a.blue:hover {
	color:#005885;
	text-decoration:none;
}

a.blue:active {
	color:#005885;
	text-decoration:none;
}

body{
	height:100%;
	background-image:url('images/bg.jpg');
	background-attachment:fixed;
}


/*---body---*/

#bodywrapper	{
	width:1000px;
	margin:0px auto;
	background-color:#ffffff;
}

#header	{
	width:1000px;
	height:141px;
	background-image:url('images/header.jpg');
}

#menuwrapper	{
	width:1000px;
	height:30px;
	background-image:url('images/menu.jpg');
}

#menu	{
	width:469px;
	height:30px;
	font-family:Calibri;
	font-size:small;
	color:#ffffff;
	padding-left:31px;
	float:left;
}

#buttonone	{
	width:156px;
	height:25px;
	text-align:center;
	float:left;
	padding-top:5px;
}

#buttontwo	{
	width:156px;
	height:25px;
	text-align:center;
	float:left;
	padding-top:5px;
}

#buttonthree	{
	width:157px;
	height:25px;
	text-align:center;
	float:left;
	padding-top:5px;
}

#navigation	{
	width:450px;
	height:25px;
	text-align:right;
	float:left;
	font-family:Calibri;
	font-size:medium;
	font-weight:bold;
	color:#ffffff;
	padding-right:50px;
	padding-top:5px;
}

#animation	{
	width:1000px;
	height:309px;
}

#text {
	width:920px;
	background-image:url('images/text.jpg');
	font-family:Calibri;
	text-align:left;
	font-size:small;
	color:#000000;
	padding:10px 40px 10px 40px;
}

#footer	{
	width:1000px;
	height:44px;
	background-image:url('images/footer.jpg');
}

#footerleft	{
	width:470px;
	height:24px;
	padding-left:30px;
	padding-top:20px;
	float:left;
	font-family:Calibri;
	text-align:left;
	font-size:small;
	color:#ffffff;
}

#footerright	{
	width:470px;
	height:24px;
	padding-right:30px;
	padding-top:20px;
	float:left;
	font-family:Calibri;
	text-align:right;
	font-size:small;
	color:#ffffff;
}

h1{
	font-family:Calibri;
	font-size:medium;
	font-weight:bold;
	text-align:left;
	color:#057fc4;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h2{
	font-family:Calibri;
	font-size:large;
	font-weight:bold;
	color:#057fc4;
	text-align:center;
	margin:10px 0px 10px 0px; 
}