/* base */
* { margin: 0; padding: 0; outline: 0; }

body, html {
	position: relative;
	width: 100%;
	height: 100%;
	background: #336699 url(/share/images/site/page-background.gif) top left repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	z-index: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 20px;
	font-family: Monotype Corsiva, Arial, Verdana, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 14px;
}

p {
	padding-bottom: 4px;
}

small {
	font-size: 10px;
	color: #fff;
}

#wrap {
	width: 794px;
	margin: 0 auto;
}

#left {
	width: 784px;
	padding-left: 10px;
	float: left;
	background: url(/share/images/site/content-shadow-left.png) top left repeat-y;
}

#right {
	width: 774px;
	padding-right: 10px;
	float: left;
	background: url(/share/images/site/content-shadow-right.png) top right repeat-y;
}

#header {
	position: relative;
	z-index: 1;
	width: 774px;
	height: 250px;
	float: left;
}

#header img {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: -113px;
}

#content {
	position: relative;
	width: 774px;
	padding-top: 40px;
	padding-bottom: 30px;
	float: left;
	background: url(/share/images/site/content-background.jpg) top right no-repeat;
}

#content #content-left {
	width: 270px;
	float: left;
}

#content #content-left #menu {
	width: 225px;
	padding-top: 60px;
	padding-left: 45px;
	float: left;
}

#content #content-left #menu img.top {
	float: left;
}

#content #content-left #menu ul {
	list-style: none;
	width: 205px;
	padding-bottom: 10px;
	float: left;
	background: url(/share/images/site/menu-background.png) bottom left no-repeat;
}

#content #content-left #menu ul li {
	width: 185px;
	margin-left: 20px;
	float: left;
}

#content #content-left #menu ul li a {

	font-size: 24px;
}


#content #conetnt-right {
	position: relative;
	z-index: 1;
	width: 446px;
	margin-right: 50px;
	float: right;
}

#content #conetnt-right .gallery img {
	padding-right: 3px;
	padding-bottom: 3px;
	float: left;
}

#content #conetnt-right #pager {
	float: left;
	margin-top: 10px;
}

#content #conetnt-right #pager .current {
	font-weight: bold;
}

#content #conetnt-right ul {
	padding-left: 18px;
}

#content #conetnt-right img.top {
	float: left;
}

#content #conetnt-right fieldset {
	width: 414px;
	padding: 10px 16px 16px 16px;
	float: left;
	background: url(/share/images/site/content-right-background.png) bottom left no-repeat;
	border: 0;
	color: #2c1d10;
}

#footer {
	position: relative;
	z-index: 1;
	width: 794px;
	padding-top: 15px;
	padding-bottom: 25px;
	float: left;
	background: url(/share/images/site/footer-background.gif) top left no-repeat;
	font-size: 10px;
	color: #fff;
}

#footer p {
	padding: 0 20px;
}

#footer img {
	position: absolute;
	z-index: 1;
	top: -235px;
	right: -101px;
}

.formManager {
	width: 350px;
	clear: both;
}

.formManager label {
	width: 100%;
	line-height: 25px;
	float: left;
}

.formManager input.text {
	width: 217px;
	height: 15px;
	padding: 5px;
	margin-right: 10px;
	border: 2px solid #8c7340;
	background: url(/share/images/site/input-background.gif) top left repeat;
	float: right;
}

.formManager select {
	width: 217px;
	height: 27px;
	padding: 5px;
	margin-right: 10px;
	float: left;
	border: 2px solid #8c7340;
	clear: both;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.formManager textarea {
	width: 217px;
	height: 50px;
	height: auto;
	padding: 5px;
	margin-right: 10px;
	float: right;
	border: 2px solid #8c7340;
	background: url(/share/images/site/input-background.gif) top left repeat;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.formManager input.button {
	width: auto;
	padding: 0 5px;
	height: 25px;
	margin-left: 110px;
	border: 2px solid #8c7340;
	background: url(/share/images/site/input-background.gif) top left repeat;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #2c1d10;
}

.formManager .clear {
	clear: both;
	display: block;
	width: 100%;
	height: 10px;
}

.white {
	color: #fff;
}
