/********** MAIN **********/
body {
	font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	color: #000000;
	margin: 0;
	padding: 0;
}
img { border: none }
div#main {
	margin: 15px auto;
	width: 950px;
}
a:link {
	color: #7F7F7F;
}
a:visited {
	color: #4D4D4D;
}

/********** HEAD **********/
div#head {
	height: 190px;
	padding-left: 150px;
}
p#headside {
	margin: 30px 0 0 0;
	padding: 75px 10px 0 10px;
	float: right;
	background-image: url('img/candle.png');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
a.logo {
	float: left;
	display: block;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
	width: 448px;
	height: 187px;
}
span.logo {
	display: none;
}

/********** NAVIGATION **********/
ul#nav {
	float: left;
	width: 175px;
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	list-style-type: none;
}

.but, .but2 {
	background-image: url('img/but.png');
	background-repeat: no-repeat;
	height: 49px;
	width: 150px;
	margin: 5px 0 5px 0;
}
.but a {
	display: block;
	height: 49px;
	width: 99px;
	line-height: 49px;
	text-decoration: none;
	color: #000000;
	padding-left: 51px;
}
.but2 a {
	display: block;
	height: 49px;
	width: 99px;
	text-decoration: none;
	color: #000000;
	padding-left: 51px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}

.but a:hover, .but2 a:hover {
	color: #281689;
}
.but:hover, .but2:hover {
	background-image: url('img/butdn.png');
}

#but_act {
	background-image: url('img/butv.png')
}

/********** CONTENT **********/
div#content {
	margin-left: 175px;
	width: 770px;
	min-height: 380px;
}

h1 {
	padding-left: 30px;
	font-size: 20pt;
	color: #565656;
}
ul {
	margin: 2px 0 2px 0;
}
.greenbox {
	margin: auto;
	padding: 10px;
	width: 650px;
	background-color: #B6F1B6;
	border: 2px #2ACD2A solid;
}
.redbox {
	margin: auto;
	padding: 10px;
	width: 650px;
	background-color: #FDA7A7;
	border: 2px red solid;
}
p.right {
	text-align: right;
}
/********** LINKS **********/
.linktable {
	border: none;
	width: 650px;
	margin: auto;
}

/********** FORM **********/
#formtable {
	width: 570px;
	margin: 0px auto;
}
.inp_name {
	vertical-align: top;
}
.inp_field {
	padding: 2px;
	border: 1px solid #4D4D4D;
	background-color: #FFFDEE;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #4D4D4D;
}
.inp_field:hover, .inp_field:focus {
	border-color: #C1C1C1;
}
#formbutton {
	text-align: right;
}

/********** FOOT **********/
div#footer {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	width: 950px;
	height: 69px;
}

div#footerleft {
	float: left;
	width: 14px;
	height: 69px;
	background-image: url('img/footerleft.png');
	background-repeat: no-repeat;
}
div#footercenter {
	padding: 6px 0 0 0;
	float: left;
	width: 912px;
	height: 69px;
	background-image: url('img/footercenter.png');
	background-repeat: repeat-x;
	font-size: 10pt;
}
div#footerright {
	float: left;
	width: 14px;
	height: 69px;
	background-image: url('img/footerright.png');
	background-repeat: no-repeat;
}
div#footercenter p {
	text-align: center;
	margin: 2px;
}
