/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/construction/bg.gif);
	background-position:center top;
	background-repeat:repeat;
	background-color: #EFEFEF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 45px;
	background-image: url(../images/construction/bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
}
.footer a {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.bodyMain {
	background-color: #FFFFFF;
	background-image: url(../images/construction/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bodyMain p, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
	line-height: 15px;
}
.galleryTbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.galleryTbl img{
	border: 1px solid #999999;
}
.bodyMain a {
	text-decoration: none;
	color: #214A9C;
}
.bodyMain a:hover {
	color: #003399;
	text-decoration: none;
}
