/*** Version 3.0* ** Code by Alisa Panova* www.AlisaPanova.com**//*---  CSS-RESET  ---*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;list-style: none;	}/*--- BODY PARAMETRS ---*/body    {	background-color: rgb(102,102,102);	color: #eeeeee;	font-family: "Andale mono","Courier New", Courier, monospace;	font-size: 12px;	line-height: 110%;	}hr    { height: 1px; }a {	color: #eeeeee; text-decoration: none; display: inline; }/*--- changing hovered link color ---*/a:hover {  text-decoration: none; color: #CC99FF; }img {  border: 0; padding: 0 0 20px 0; }p {	padding-bottom: 10px;	padding-top: 10px;	}/*---  TITLE  ---*/ #title {	width: 1000px;	height: 100px;	margin: 40px auto 0px auto;  }/*---  NAVIGATION  ---*/   #navigation {	width: 360px;	margin: 0px auto 60px auto;   }/*--- each of the header links, positioning ---*/    #navigation ul1 {    	  float: left;      list-style: none;      line-height: 15px;	  text-decoration: none;     	  width: 180px; }	      #navigation ul2 {     	  float: left;      list-style: none;      line-height: 15px;	  text-decoration: none;     	  width: 180px; }	  /*--- changing hovered link color ---*/#navigation li a:hover{ text-decoration: none; color: yellow; }	#navigation div a	{	white-space: nowrap;}/*---  MAIN CONTENT  ---*/ #main {	width:975px;	margin: 0px auto 0px auto;	position: relative; }/*---  IMAGE CONTENT  ---*/ #image {	width:800px;	position: absolute;	top: 0;	left: 87; }/*---  LEFT CONTENT  ---*/ #left {	width:80px;	position: absolute;	top: 0;	left: 0; }/*---  RIGHT CONTENT  ---*/ #right {	width:80px;	position: absolute;	top: 0;	right: 0; }/*--- TEXT CONTENT   ---*/#text {	width:800px;		margin-left: auto;    margin-right: auto;}/*---  FOOTER  ---*/ #footer {  display: none;}/*---  ADDITIONS  ---*/ .greyfont { font-size: 90%; color: #aaaaaa; }h { font-weight: 700; }/*--- selection color ---*/::selection {	background: #CC99FF; /* Safari */	}::-moz-selection {	background: #CC99FF; /* Firefox */}/*---  HOVER TEXT  ---*/ /*-----------------------------------------------*/