/* Made by Dimitar Dimitrov - www.mitak.info */

	body {
/*  		background-image: url(../media/background.jpg);*/
  		background-color: #73244a;
   	text-align: center;
    	color: black;
    	font-family: verdana;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: normal;
    	font-size: 14px;
    	line-height: normal;
    	}	

	.shadow {
		border: 0px solid ;
    	width: 760px;
    	height: 900px;
    	margin-left: auto;
 	   margin-right: auto;
    	background-image: url(../media/shadowdark.gif);
    	}	
	
	.headershadow {
		border: 0px solid ;
    	text-align: center;
    	width: 760px;
    	height: 100px;
    	margin-left: auto;
    	margin-right: auto;
    	background-image: url(../media/shadowdark.gif);
    	}
    
	.header {
    	position: relative;
    	left: -5px;
    	top: -5px;
    	background-image: url(../media/head.jpg);
    	width: 760px;
    	height: 100px;
    	}

	.navbarshadow { 
  	 	height: 35px;
    	text-align: center ! important;
    	background-image: url(../media/shadowdark.gif);
    	width: 760px;
    	margin-left: auto;
    	margin-right: auto;
    	}

	.navbar {
		position: relative;
		height: 35px;
    	text-align: center ! important;
    	background-image: url(../media/backgreen.gif);
    	width: 760px;
    	left: -5px;
    	top: -5px;
    	}
	
  	.box {  		
  		text-align: center;
    	width: auto;
    	height: 15px;
    	position: relative;
    	top: 20%;
    	margin-left: 15px;
    	}

	.contentsshadow {
		border-left: 0px;
    	border-right: 0px;
    	border-bottom: 0px;
    	height: 700px;
    	text-align: center;
    	width: 760px;
    	margin-left: auto;
    	margin-right: auto;
    	background-image: url(../media/shadowdark.gif);
    	}
    
    .contents { 
    	border-left: 0px;
    	border-right: 0px;
    	border-bottom: 0px;
		position: relative;    
    	height: 700px;
    	width: 760px;
    	left: -5px;
    	top: -10px;
    	background-color: rgb(233,218,199);
    	}

	.left_box {
		border-style: solid;
		border-color: rgb(50, 60, 70);
    	border-width: 10px 0px;
    	height: auto;
    	text-align: left;
    	width: 210px;
    	margin-top: 10px;
    	margin-left: 15px;
    	margin-right: 0px;
    	float: left;
    	}
    	
    .counter {
	width: 100%;
position: absolute;
bottom: 10px;
left: 0px;     
    	height: auto;
    	text-align: bottom;
    	background-color: rgb(233,218,199);
    	}
    }

  .right_box {
  		border-style: solid;
    	border-color: rgb(50, 60, 70);
    	border-width: 10px 0px;
    	height: auto;
    	text-align: left;
    	width: 460px;
    	margin-top: 10px;
    	margin-left: 0px;
    	margin-right: 15px;
    	float: right;
    	}

  .center_box {
  		border-style: solid;
    	border-color: rgb(50, 60, 70);
    	border-width: 10px 0px;
    	height: auto;
    	text-align: left;
    	width: 710px;
    	margin-top: 10px;
    	margin-left: 20px;
    	float: left;
    	}

  h1 {
  		margin: 0px 0pt 0pt 0px;
    	text-align: center;
    	color: rgb(170, 0, 0);
    	font-family: Tahoma;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: bold;
    	font-size: 20px;
    	line-height: normal;
    	padding-top: 20px;
    	}

	h2 {
		text-align: center;
		color: rgb(0, 0, 0);
		font-family: Tahoma;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: bold;
    	font-size: 16px;
    	line-height: normal;
    	color: #73244a; 
		}

  a {
	  	font-family: Arial,Helvetica,sans-serif;
	   font-size: 14px;
	   font-style: normal;
	   text-decoration: none;
	   /*color: rgb(0, 70, 0);*/
	   color: #336633;
	   volume: 50;
	   }
  
  a:hover {
  		color: rgb(255, 255, 255);
	  	}
	  	
	.linkpage {
		font-family: Arial,Helvetica,sans-serif;
		color: #73244a; 
		text-decoration: underline;
		font-size: 14px;
	}

  p {
	   position: relative;
   	margin-top: 0px; 
  		padding-left: 20px;
  		padding-right: 20px;
  		margin-bottom: 0px;
  	 	text-align: justify;
    	font-family: verdana;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: normal;
    	font-size: 14px;
    	color: #73244a; 
    	}
    	
	ul {
		line-height: 150%;
		font-size: 14px;
		color: #73244a; 
		}
		
	.fontstyle{
		font-family: verdana;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: normal;
    	font-size: 14px;
    	color: #73244a; 
	}
