@charset "utf-8";

/* CSS Document */
* { margin:0; }

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #F5F5F5;
	/*background-image: url(../images/sea.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;*/
}

img { border:none; }

a:link,
a:visited {
	text-decoration: none;
	color: #069;
}

a:hover { text-decoration: underline; }

p,
h1,
h2,
h3,
#form1,
#form2,
#form3 {
	margin:0;
	padding:0;
}

h1 {
	font-size: 72px;
	color: #069;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

span {
	display:block;
	padding: 20px;
	background-color: #33A2AB;
	margin: 5px;
	color: #FFF;
}

/*************************************************************************************************** main elements */

.wrap {
	width: 950px;
	margin: 15px auto;
	text-align: center;
	background-color: #FFF;
}

.header { height: 104px; }

.menu {
	height: 44px;
	padding-bottom: 10px;
	line-height: 44px;
}


.main { overflow: hidden; }

.sidebar {
	float: right;
	width: 220px;
}

.content {
	float: left;
	width: 708px;
	overflow: hidden;
}

.footer {  }

.overflow { overflow:hidden; }

.wrap table tr td strong { font-size: 36px; }
