/* CSS Document */

.main_border {border:0px solid #000000;}
p {font-family:Arial; font-size:12px; margin:15px;}
.left {
	background-color: Black;
	border-right: 10px solid Black; /*#424242;*/
}
.right {background-color:#f6f6f6; border-left:0px solid #B9DA3E;/*#424242;*/}
body {
	background-color: Black;
}
h1 {
	font-family: "Monotype Corsiva";
	font-size: 36px;
	color: #FFCC66;
	margin: 15px;
}
h2 {font-family:Arial; font-size:18px; color: White; margin:5px;}
h6 {
	font-family: "Monotype Corsiva";
	font-size: 14px;
	color: #FFCC66;
	margin: 15px;
}

.green {
	background-color: Black;
	margin: 10px;
}
.main {
	background-color: Black;
	color: White;
	/*font-weight: bold;*/
	text-align: left;
}
a {
	color: White;
	text-decoration: underline;
} 
a:hover {
	color: White;
	text-decoration: underline;
}
a:active {
	color: Silver;
	text-decoration: underline;
}
.cop {
font-family: "Monotype Corsiva";
	background-color: Black;
	color: #FFCC66;
	/*font-weight: bold;*/
	text-align: center;
}

/*menu*/

p.title {
	background-color: Red; /*#A72E37;*/
	font-family: "Monotype Corsiva";
	color: #ffffff;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}

#coolmenu{
	border: 1px solid gray; /*????? ????? */
	border-bottom-width: 0;
	width: 93%; /*?????? ???? */
	background-color: Black; /*??????? ???? ??????*/
	margin: 8px; /*?????? ????????*/
}

* html #coolmenu{ 
width: 200px;/*?????? ???? ??? Internet Explorer*/
}

#coolmenu a{
	font: bold 22px "Monotype Corsiva"; /*????? ??????*/
	padding: 2px; /*?????????? ?????? ?????? ?????? ?? ????? ??????*/
	padding-left: 4px; /*?????????? ?????? ?????? ?????? ?? ?????? ???? ??????*/
	display: block;
	width: 100%; /*?????? ??????*/
	color: #FFCC66; /*???? ??????*/
	text-decoration: none; /*????????????? ? ?????? - ???*/
	border-bottom: 1px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
	background-color: #FFCC66; /*??????? ???? ?????? ??? ????????? ???????*/
	color: Black; /*???? ?????? ??? ????????? ???????*/
}

/*menu fin*/
