body {
	/* 
	Here we'll declare the default font-size and font-family.
	The rest of the typographical rules use relative sizes based on this font-size.
	We can easily modify overall typography by changing or overriding these values.
	*/
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	margin:0;
	padding:0;
	}
	
.smallertext {
	font-size: 9px;
}	

p, OL, UL, DL {font-size: 12px;} /*font-family is already defined, here I only set the font-size*/

p OL, p UL, p DL, OL UL {font-size: 12px;} /*and here the I prevent the incredible shrinking text*/

p {margin:0 0 1em;}

#Content p, ul {line-height: 1.8em; /* ~20px */}

#Content blockquote p {line-height:1.5;}  /* Browsers that understand the CSS child selector get the good typography. */

a {
	color:#39c;
	text-decoration:none;
	font-weight:600;
	}
a:link {color:#39c;}
a:visited {color:#06c;}
a:hover {
	background-color:#eee;
	color:#f00;	
}

h1 {
	color:#333333;
	font-size:14px; /* Not a relative value, since this is the site logotype */
	line-height:15px; /* Ditto */
	font-weight:800;
	font-family:verdana, arial, helvetica, sans-serif; /* Again, it's the logotype, so we want this control. */
	margin:0;
	padding:0;
	}

h2 {
	color:#3366FF;
	font-size:20px; 
	font-weight:800;
	margin:0 0 20px; /* margin-bottom: ~20px */
	}
h3 {
	color:#333;
	font-size:1em;
	font-weight:700;
	margin:1.63em 0 .27em; /* ~18px 0 ~3px */
	}
h4 {
	color:#999;
	font-size:1.27em; /* ~14px */
	font-weight:800;
	margin:.43em 0 .214em; /* ~6px 0 ~3px */
	}
h5 {
	color:#999;
	font-size:1em;
	font-style:italic;
	font-weight:800;
	margin:1.8em 0 .27em; /* ~20px 0 ~3px */
	}

blockquote {
	margin:1em 2.7em 1.36em; /* 11px ~30px ~15px */
	color:#666;
	line-height:1.5;
	}
	
img {border-width:0;}
img.thumb {margin:10px 1px;}

		
#top{         
	margin-top:110px;
	margin-left:175px;
	width:700px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
  } 
  
#main {
	position:absolute;
	top:150px;
	left:175px;
	width:700px;
	}

#rightside {
	position:absolute;
	left:900px;
	top:23px;
	}

