body {
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10pt;
	color: #000;
	background-color: #fff;
	background-image:url(gallery/templates/default/images/bg_big.png);
	background-repeat: repeat;
  
}
#container {
	background-image: url(gallery/templates/default/images/bg_repeat.png);
	background-repeat: repeat-x;
	text-align: center;
}

#header {
	text-align: center;
}
#main {
	height: 440px;
	width: 740px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#maintop {
	background-image: url(gallery/templates/default/images/main_top.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 740px;
	text-align: center;
}
#content {
	background-image: url(gallery/templates/default/images/main_content.png);
	background-repeat: no-repeat;
	height: 360px;
	width: 740px;
	text-align: center;
	vertical-align: middle;
}
#inner {
	height: 360px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}

#mainbot {
	background-image: url(gallery/templates/default/images/main_bottom.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 740px;
	text-align: center;
}

#footer {
	font-size: 8pt;
	text-align: center;
}
.TxtPadding {
	padding: 18px;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #0099FF;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
#footer a:link {
	font-weight: bold;
	font-size: 11pt;
	color: #003366;
	text-decoration: none;
}
#footer a:visited {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	background: #FFF;
	font-size: 11pt;
	font-weight: bold;
	color: #FF9900;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
#footer a:active {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
