@charset "utf-8";

/**
 ** Style's <body>
 **/
body{ 
	background-color:			afbcd5;
	background-image:			url(../img/bg.jpg);
	background-position:		top;
	background-repeat:			repeat;

	font-family:				"Comic Sans MS", "Century Schoolbook L", Courier, monospace;
	color:						#333333;
	font-size:					16px;

	margin-bottom:				20px;
	margin-top:					20px;
	margin-left:				180px;
	margin-right:				10px;
}
/**
 ** Text formating
 **/
h1{
	font-size:					26px;
	font-family:				"Comic Sans MS", "Century Schoolbook L", Courier, monospace;
	
	margin-left: 				50px;
	margin-right: 				50px;
}
h2{
	margin-left:				10px;
	font-size:					110%;
}
h3 {
	margin-top:					0;
	margin-bottom:				0;

	font-size:					110%;
}
h3 a{
	color:						#000000;
	font-family:				"Times New Roman", Times, serif;
	text-decoration:			none;
	line-height:				25px;
	font-weight:				bold;
	color:						#444444;

	margin-left: 				20px;
}
h3 a:hover{
	text-decoration:			underline;
	color:						#222222;
}
p{
	font-size:					16px;

	margin-left: 				20px;
}
/**
 ** Tables formating
 **/
table{
	width:						100%;
}
thead{
	background: 				#FFCC99;

	
}
/**
 ** Main block 
 **/
#mainBlock-top{
	width: 						720px;
	height:						20px;
	
	background-image:			url(../img/mainBlock-top.gif);
	background-repeat:			no-repeat;
}
#mainBlock-middle{
	width: 						720px;

	background-image:			url(../img/mainBlock-middle.gif);
	background-repeat:			repeat-y;
}
#mainBlock-bottom{
	width: 						720px;
	height:						20px;

	background-image:			url(../img/mainBlock-bottom.gif);
	background-repeat:			no-repeat;
}
#text{
		width: 					620px;
		text-align:				justify;
/*		font-size:				100%;
*/

/*	margin-left: 				20px;*/
		
		margin-left: 			50px;
		margin-right: 			50px;
}
#info{
		width: 					620px;
		text-align:				right;
		font-size:				90%;
  	font-family:				"Comic Sans MS", "Century Schoolbook L", Courier, monospace;
		
		margin-left: 			50px;
		margin-right: 			50px;
}
/**
 ** Menu block 
 **/
#menuBlock{
	width: 						230px;
	height:						285px;
	
	position:					absolute;
	left:						6px;
	top:						60px;
	
	padding-top:				7px;
	padding-bottom:				25px;
	padding-right:				30px;
	padding-left:				30px;

	background-image:			url(../img/menuBlock.gif);
	background-repeat:			no-repeat;
}
#menuBlock a{
	text-decoration:			none;
	line-height:				26px;
	font-size:					18px;
	font-weight:				bold;
	font-family:				"Comic Sans MS", "????", Courier, monospace;
	color:						#444444;
}
#menuBlock a:hover{
	text-decoration:			none;
	color:						#222222;
}

