html, body {
	scrollbar-face-color: 		#f6f6f6; 
	scrollbar-highlight-color: 	#ffffff; 
	scrollbar-shadow-color: 	#e2e2e2; 
	scrollbar-3dlight-color: 	#ffffff; 
	scrollbar-arrow-color: 		#293D89; 
	scrollbar-darkshadow-color: 	#e2e2e2; 
	scrollbar-base-color: 		#edecea;
	}

body {
 	font-family:			"tahoma", helvetica, sans-serif;
  	font-size:			.9em;
	padding:			0;
	margin:				0 0 0;
	background-color:		#fff;
	}

div.copyright {
	font-size:	  		10px;
	text-align:			right;
	height:				50px;
	margin:				0;
	padding:			10px 10px 0 0;
	border-top: 	  		0;
	background:			#f0f0f0 url(bg_body.gif);
	}

div.top {
	height:				100px;
	overflow:			hidden;
	background:			#000;
	}

div.menubar {
	background-color: 		#000;
	margin:				0;
	padding:			5px 0 0 0;
 	font-family:			"tahoma", helvetica, sans-serif;
	text-align:			right;
	font-size:	  		1em;
	line-height:			1em;
	font-weight:			bold;
	color:				#fff;
	height:				50px;
	}

div.menu a {
	padding-left:			.5em;
	padding-right:			.5em;
	margin-right:			10px;
	}

div.block1,
div.block2,
div.block3 {
	z-index:			10;
 	font-family:			"tahoma", helvetica, sans-serif;
  	font-size:			.9em;
	text-align:			justify;
	line-height:			1.5em;
	margin:				15px 0 15px 0;
	padding:			10px 0 10px 0;
	}

h1 {
	font-size:	  		1em;
	font-weight:			bold;
	color:				#000;
	margin:				0;
	}

div.footer {
	margin:				0;
	padding:			25px 0 25px 0;
	background:			#fff url() top left no-repeat;
 	font-family:			"tahoma", helvetica, sans-serif;
	font-size:	  		10px;
	text-align:			left;
	}

div.copyright h1 {
	color:				#000;
	display:			inline;
 	font-family:			"tahoma", helvetica, sans-serif;
	font-weight:			bold;
	font-size:	  		1em;
	}

strong {
	display:			inline;
	font-weight:			normal;
	}

img.portfolio {
	display:			block;
 	width:				278px;
	height:				200px;
	text-align:			center;
	margin-top:			10px 0 45px 0;
	border:				0;
	}

div.portret {
	float:				right;
	width:				130px;
	margin:				5px;
	text-align:			center;
	font-style:			italic;
	font-size:			.8em;
	color:				gray;
	}

img#portret {
	float:				right;
 	width:				120px;
	height:				90px;
	margin:				5px;
	border:				1px solid gray;
	}

form {
 	font-family:			"tahoma", helvetica, sans-serif;
	text-align:			left;
	}

input,textarea {
 	font-family:			"tahoma", helvetica, sans-serif;
	margin-top:			10px;
	font-size:			1em;
	color:				#000;
	}

textarea.inforemarks {
 	height:				200px;
	width:				460px;
	}


input.field {
	background: 			#6699ff;
	border-top: 			2px solid #999999;
	border-right: 			2px solid #E5E5E5;
	border-bottom: 			2px solid #E5E5E5;
	border-left: 			2px solid #999999;
	-moz-border-radius: 		3px;
	}

.field:hover,
.field:focus {
	background: 			#3F62CC;
	}

a:hover,
a:active,	
a:link,
a:visited  {
	color: 				#3F62CC;
	text-decoration: 		none;
	}

div.menu a:link,
div.menu a:visited {
	color: 				#fff;
	text-decoration: 		none;
	}

div.menu a:hover {
	color: 				#3F62CC;
	text-decoration: 		none;
	}

div.menu a:active,
div.menu a#this {
	color:				#293D89;
	text-decoration: 		none;
	}