/********
Copyright:	© 2008,2009, Andrey Mirtchovski 
Name:		Mirtchovski.com website
Author:		Andrey Mirtchovski
Email:		see http://mirtchovski.com

Licensed under a Creative Commons Attribution-NonCommercial 2.5
License (http://creativecommons.org/licenses/by-nc/2.5/).

You are free:
	* to copy, distribute, display, and perform the work
	* to make derivative works

Under the following conditions:
	* Attribution. You must attribute the work in the manner  specified by  the
	  author or licensor.
	* Noncommercial. You may not use this work for commercial purposes.

* For  any  reuse  or  distribution, you  must make clear to others the license
  terms of this work.
* Any  of  these  conditions  can  be  waived  if  you  get permission from the 
  copyright holder.

Your fair use and other rights are in no way affected by the above.
*********/

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}

.navigation {
	height: 30px;
	width: 800px;
	border-top: #cccccc 0px;
	border-bottom: #cccccc 0px;
	margin-top: 20px;
	text-align: center;
	clear: both;
	background: transparent url(nav.png) repeat scroll top left;
}

.navigation ul {
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #cccccc;
	line-height: 25px;
	white-space: nowrap;
}
.navigation li {
	list-style-type: none;
	display: inline;
}
.navigation li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #AAAAAA;
}
.navigation li a:link {
	color: #777777:
}
.navigation li a:visited {
	color: #AA9999;
}
.navigation li a:hover {
	/*font-weight: bold;*/
	color: #FFFFFF;
}
.bodyc {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	overflow: hidden; 
	position: relative; 
	word-wrap: break-word;  
	text-align: left; 
	width: 800px; 
	border: 0px;
	background: transparent url(bgc.jpg) repeat scroll top left; 
}

.sitetitle {
    font: bold 23px/27px arial, helvetica, sans-serif;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
	margin-top: 40px;
	color: #aaaaaa;
	text-shadow: #000000 5px 5px 5px;
}
.sitebody {
	font: bold 12px/18px arial, helvetica, sans-serif;
	text-align: justify;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	color: #aaaaaa;
}
.sitebody a:link {
	color: #999999;
	font-weight: normal;
	text-decoration:none;
	border-bottom:1px dotted #999999; 
}
.sitebody a:visited {
	color: #555555;
	font-weight: normal;
	text-decoration:none;
	border-bottom:1px dotted #555555; 
}

.sitebody a:hover {
	color: #CCCCCC;
}

.sitebodycenter {
    text-align: center;
}



