body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #808080;
	background-color: white;
}

a
{
	color: #2073b9;
	font-weight: bold;
}

a:hover
{
	color: #f8a84a;
}

h1
{
	font-size: 14pt;
	font-weight: normal;
	color: #2073b9; /* #66abec; */
}

#container
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -372px;
	width: 745px;
	height: 100%;
	background-color: white;
}

#banner
{
	width: 745px;
	height: 50px;
	background-image: url(../img/name.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9000px;
	margin-top: 50px;
}

#box1
{
	text-indent: -9000px;
	background-image: url(../img/banner2.jpg);
	background-repeat: no-repeat;
	width: 745px;
	height: 320px;
}

#divMenu
{
	width: 745px;
	height: 40px;
	margin-top: 40px;
	padding-bottom: 11px;
	background-image: url(../img/line.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#divMenu ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
	margin-right: 12px;
	list-style-type: none;
}

#divMenu ul li
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
	margin-left: 20px;
	margin-right: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 10pt;
	text-decoration: none;
	color: #808080;
	cursor: hand;
}

.menuHover
{
	background-image: url(../img/menu2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.menuSel
{
	font-weight: bold;
	background-image: url(../img/menu2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#divContent
{
	margin: 32px;
	min-height: 300px;
}

#footer
{
	font-size: 8pt;
	padding-top: 21px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../img/line.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.gallery
{
	display: block;
}

.gallery li
{
	display: block;
	list-style-type: none;
	padding: 20px;
	margin: 0px;
	float: left;
	height: 100px;
	width: 100px;

	background-image: url(../img/imageborder.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
