*
{
margin: 0px;
padding: 0px;
}

/*---------- a ----------*/

a {
	color: black;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: underline;
}
a:active {
	background-color: gray;
	color: yellow;
}
a:visited {
	
}

/*---------- body ----------*/

body {
	background: black;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: center;
}
#body {
	width: 950px;
	margin: auto;
	text-align: left;
}

/*---------- login a ----------*/
#login {
	color: white;
	font-size: 12px;
	padding: 10px 10px 10px 0px;
	z-index: 2;
	text-align: right;
	vertical-align: middle;
}

#login a {
	color: white;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
}

#login a:hover {
	color: yellow;
	text-decoration: underline;
}

#login a:active {
	background-color: gray;
	color: yellow;
}
	
#login a:visited {
	
}

/*---------- Head ----------*/

#header {
	display: none;
}

/*---------- Head a ----------*/
#header a {
	color: #463316;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}

#header a:hover {
	color: yellow;
	text-decoration: underline;
}

#header a:active {
	background-color: gray;
	color: yellow;
}
	
#header a:visited {
	
}

/*---------- Head menu ----------*/

#header ul {
	list-style: none;
	text-align: center;
}
#header li {
/*	background: brown url(../images/back_a.png) repeat-x; */
	width: 125px;
	height: 25px;
	padding: 4px 0px 1px 0px;
	float: left;
}
#header li ul {
	position: absolute;
	padding: 7px 0px 0px 0px;
	display: none;
	z-index: 3;
}
#header li ul li {
	float: none;
	margin: 0px;
	height: 20px;
	background: brown url(../images/back_a.png) repeat-x; 
}
#header li:hover ul{
	float: none;
	display: block;
}

/*---------- page ----------*/

#page {
	width: 950px;
	/*position: relative;*/
	background: #c8c8c8 url(../images/back.png) repeat-y;	
	overflow: auto;
	z-index: 1;
}

/*---------- left ----------*/

#left {
	display: none;
}
#left H1 {
	margin: 0px 0px 0px 20px;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}
#left ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
}
#left li {
	margin: 10px 0px 10px 20px;
}

/*---------- main ----------*/

#main {	
	color: black;
	margin: 0px 20px 0px 0px ;
	text-align: left;
	page-break-inside: auto;
}
#main p {	
	page-break-inside: avoid;
}
#main a {
	color: black;
	text-decoration: underline;
	font-size: 14px;	
}
#main a:hover {
	text-decoration: underline;
	color: yellow;
}
#main a:active {
	background-color: gray;
	color: yellow;	
}
#main p {
	margin: 10px 0px 10px 0px;
}
#main H1 {
	font-size: 20px;
	font-style: oblique;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
}
#main H2 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}	
#main ul {
	margin: 0px 0px 0px 30px;
}

#main li {
	padding: 0px 0px 0px 20px;
}
#main img {
	border: 2px ridge black;
}

/*---------- main2 ----------*/

#main2 {	
	display: none;
}
#main2 a {
	color: black;
	text-decoration: underline;
	font-size: 14px;	
}
#main2 a:hover {
	text-decoration: underline;
	color: yellow;
}
#main2 a:active {
	background-color: gray;
	color: yellow;	
}
#main2 H1 {
	font-size: 20px;
	font-style: oblique;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
}
#main2 H2 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

/*---------- bottom ----------*/

#bottom {
	display: none;
}
#bottom a {
	color: white;
}

/*---------- form ----------*/
.form {
	width: 100%;
}

/*---------- article ----------*/

