@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(../images/background.png);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#8faab8;
}

html,body
{
	margin:0;
	padding:0;
}

#content
{
	margin-top:20px;
	background-color:#fff;
	width:800px;	
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#title
{
	color:#233870;
	text-align:center;
	font-size:24px;
	margin:30px 0 0 0;
	
}
.content_text
{
	margin: 0 10px 10px 10px;	
}

.ContactUs {
	text-align: center;
}

#tblMenu img
{
display: block;
}

#tblMenu *
{
vertical-align: top;
}

