@charset "windows-1251";
html {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

body {
	background: #402E15;
	margin: 0px auto;
	padding: 0px;
	color: #ffffff;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
#mainPage {
	background: url(../images/pagePaper.jpg) no-repeat center top;
	margin: 0px auto;
	padding: 0px;
	height: 1100px;
	width: 900px;
	border-width: 0px;
}
#mainPage #pageTop {
	margin: 0px 35px;
	text-align: right;
	padding-top: 30px;
}
#mainPage #pageTop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainPage #pageTop ul li {
	display: inline;
}
#mainPage #pageTop ul li a {
	background: url(../images/topMenuBall.png) no-repeat right center;
	display: block;
	padding: 2px 20px 2px 2px;
	float: right;
	color: #DFD4BF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
}
#mainPage #pageTop ul li a:hover {
	background: url(../images/topMenuBallH.png) no-repeat right center;
	color: #BFC8DF;
}
#mainPage #pageHead {
	margin: 0px 35px;
	height: 250px;
}
#mainPage #pageMenu {
	margin: 10px 35px 0px;
	padding: 0px;
	width: 840px;
}
#mainPage #pageMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
#mainPage #pageMenu ul li {
	display: inline;
}
#mainPage #pageMenu ul li a {
	background: #DBCEAD url(../images/menuBg.png) no-repeat center bottom;
	display: block;
	float: left;
	padding: 5px 15px;
	margin-right: 5px;
	border-top: 3px solid #442508;
	border-bottom: 2px solid #442508;
	font-weight: bold;
	color: #2D1905;
	text-decoration: none;
	position: relative;
}
#mainPage #pageMenu ul  li a:hover {
	background: url(../images/menuBgH.png) no-repeat center bottom;
	border-top: 3px solid #723D0E;
	border-bottom: 2px solid #723D0E;
	color: #5B310B;
}
#mainPage  #pageMenu  ul li a.back {
	display: block;
	float: right;
	padding: 5px 20px;
	margin-right: 0px;
	font-weight: bold;
	color: #2D1905;
	text-decoration: none;
	position: relative;
}

#mainPage #pageMenu ul  li a.back:hover {
	border-top: 3px solid #723D0E;
	border-bottom: 2px solid #723D0E;
	color: #5B310B;
}

#mainPage #pageBody {
	width: 800px;
	float: left;
	margin: 10px 50px 15px;
	padding: 0px;
	text-align: justify;
	height: 660px;
	display: block;
}

#mainPage #pageBody h2 {
	font-size: 24px;
	color: #442508;
	text-align: justify;
}

#mainPage #pageBody a {
	font-weight: bold;
	color: #D3A860;
	text-decoration: none;
}
#mainPage #pageBody a:hover {
	text-decoration: underline;
	color: #5B310B;
}

#mainPage #pageBody img.img {
	background: #B2995E;
	padding: 5px;
	border: 1px solid #5B310B;
	margin: 0px 15px 10px 0px;
	cursor: crosshair;
}

#mainPage #pageBody #pageContent #pageContentF {
	overflow: auto;
}
#mainPage #pageBody #pageContent {
	overflow: auto;
	height: 560px;
	position: relative;
	text-align: justify;
	background: url(../images/pageContentBg.png);
	margin: 0px;
	padding: 20px;
	border: 1px solid #442508;
}
#mainPage #pageBody #pageContent span.form_title {
	background: url(../images/pageMessageBg.png) repeat;
	font-size: 80%;
	margin-bottom: 10px;
	display: block;
	padding: 10px;
	border: 1px solid #B49000;
	color: #000000;
}
#mainPage #pageBody #pageContent td.form_name {
	width: 200px;
	font-size: 80%;
}
#mainPage #pageBody #pageContent font.required {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	margin-right: 3px;
	margin-left: 2px;
	top: -3px;
}
#mainPage #pageBody #pageContent input.captcha {
	border: 1px solid #5B310B;
	margin: 3px;
	padding: 2px;
	color: #77501B;
	background: url(../images/pageInputBg.png) repeat;
	font-weight: bold;
}
#mainPage #pageBody #pageContent input.textfield {
	border: 1px solid #5B310B;
	margin: 3px;
	padding: 2px;
	color: #77501B;
	background: url(../images/pageInputBg.png) repeat;
	font-weight: bold;
}
#mainPage #pageBody #pageContent input.email {
	border: 1px solid #5B310B;
	margin: 3px;
	padding: 2px;
	color: #77501B;
	background: url(../images/pageInputBg.png) repeat;
	font-weight: bold;
}
#mainPage #pageBody #pageContent textarea.textarea {
	border: 1px solid #5B310B;
	margin: 3px;
	padding: 2px;
	color: #77501B;
	background: url(../images/pageInputBg.png) repeat;
	font-weight: bold;
	height: 150px;
}

/*  Menu for Group Page  */
#mainPage #pageBody #pageContent #menu {
	vertical-align: top;
	width: 250px;
	padding: 0px;
}
#mainPage #pageBody #pageContent #menu ul, #mainPage #pageBody #pageContent #menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainPage #pageBody #pageContent #menu ul {
	border-bottom: 0px;
}
#mainPage #pageBody #pageContent #menu ul ul {
	padding-left: 10px;
}
#mainPage #pageBody #pageContent #menu a:link, #mainPage #pageBody #pageContent #menu a:visited, #mainPage #pageBody #pageContent #menu a:active {
	padding: 4px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #442508;
	text-decoration: none;
	margin: 2px;
	border: 1px solid #FFFFFF;
}
#mainPage #pageBody #pageContent #menu a:hover {
	color: #442508;
	text-decoration: none;
	background-color: #775A2A;
	border: 1px solid #442508;
}
#mainPage #pageBody #pageContent #menu_current {
	font-weight: bold;
}

/*   END of Group Page menu  */


#mainPage #pageBottom {
	float: left;
	width: 800px;
	margin: 40px 50px 0px;
	padding: 0px;
	font-size: 10px;
	color: #EEE7D7;
}
#mainPage #pageBottom a {
	color: #723D0E;
	text-decoration: none;
	font-weight: bold;
}
