html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	font: 11px tahoma;
	background-color: #C4E7FA;
}

#container
{
	width: 813px;
	height: 615px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
}

#logo
{
	position: absolute;
	left: 40px;
	top: 10px;
	width: 311px;
	height: 118px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

#menu
{
	width: 730px;
	position: relative;
	left: 0px;
	top: 144px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 18px;
	padding-bottom: 4px;
	background-color: #D5EFFC;
}

.main_link_class
{
	color: #00ADEF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
}

.main_link_class:link
{
}

.main_link_class:visited
{
}

.main_link_class:hover
{
	color: #8DC643;
}

.main_link_class:active
{
}

#content
{
	width: 700px;
	height: 250px;
	margin-top: 120px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

#content td
{
	vertical-align: top;
}

#title
{
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
}

#footer
{
	position: relative;
	width: 813px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer a
{
	color: #000;
}

#footer a:link
{
	color: #000;
}

#footer a:visited
{
	color: #000;
}

#footer a:hover
{
	color: #00ADEF;
	text-decoration: none;
}

#footer a:active
{
	color: #000;
}

#bottomtext a:link
{
	color: #FFF;
	text-decoration: underline;
}

#bottomtext a:visited
{
	color: #FFF;
	text-decoration: none;
}

#bottomtext a:hover
{
	color: #000;
	text-decoration: none;
}

#bottomtext a:active
{
	color: #FFF;
	text-decoration: none;
}

#toptext
{
	position: relative;
	width: 320px;
	height: 60px;
	left: 430px;
	top: 20px;
	color: #00ADEF;
	font-size: 12px;
	font-weight: bold;
}

#bottomtext
{
	position: relative;
	width: 760px;
	left: 30px;
	color: #222;
	top: 108px;
	font-weight: bold;
	font-size: 11px;
}

.address_item
{
	position: relative;
	color: #FFF;
	font-weight: normal;
	top: 5px;
	margin-right: 35px;
}