body, html, td ,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
body, html{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #5591D0;
}
#container {
	width: 960px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #FFF;
	height: 168px;
	width: 960px;
}

#main {
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-y;
	float: left;
}
#main #left {
	width: 239px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
}
#main #left #menu {
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#main #left #menu a {
	display: block;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
#main #left #menu a:hover {
	background-image: url(../images/menu-highlight-4.png);
	background-repeat: repeat-y;
}
#main #left #menu a.m1:hover {
	background-image: url(../images/menu-highlight-1.png);
	background-repeat: repeat-y;
}
#main #left #menu a.m2:hover {
	background-image: url(../images/menu-highlight-2.png);
	background-repeat: repeat-y;
}
#main #left #menu a.m3:hover {
	background-image: url(../images/menu-highlight-3.png);
	background-repeat: repeat-y;
}
#main #left #column img {
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#main #left #column {
	padding-top: 7px;
}





#main #right {
	width: 720px;
	float: left;
}
#main #right #top-address {
	background-image: url(../images/top-address-bg.gif);
	height: 45px;
}
#main #right #top-address #t-a-corner {
	background-image: url(../images/top-address-corner.gif);
	height: 45px;
	width: 10px;
	float: left;
}
#main #right #top-address #t-a-content {
	text-align: center;
	float: left;
	font-size: 15px;
	line-height: 45px;
	height: 45px;
	width: 700px;
	letter-spacing: 1px;
	padding-right: 10px;
}
#main #right #top-address #t-a-content a {
	color: #000;
	text-decoration: none;
}

#main #right #content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#footer {
	background-color: #007dc3;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#footer #footer-left {
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
	width: 253px;
}
#footer #footer-left a {
	color: #FFF;
	text-decoration: none;
}

#footer #footer-right {
	float: left;
	width: 700px;
	height: 46px;
}
#footer #footer-right .footermenu a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer #footer-right .footermenu a:hover {
	color: #FFF;
	text-decoration: underline;
}
