body { 
	background : url(images/back.png) repeat-y fixed;
	margin : 0 0 0 65px;
	margin : 132px 0 0 65px;
	overflow : auto;
	/*overflow-x : hidden; /*sorry, it has to be like this :s */
	width : 888px;
} 
#top { 
	height : 132px;
	width : 963px;
	position : absolute;
	top : 0;
	left : 0;
} 
#menu { 
	text-align : center;
	border-bottom : 1px solid #f2ce6e;
	width : 888px;
	font-family : tahoma;
	font-size : smaller;
	font-weight : bold;
} 
#content { 
	width : 820px;
	margin-left : 50px;
	font-family : tahoma;
	font-size : smaller;
	padding : 10px;
} 
#footer { 
	text-align : center;
	border-top : 1px solid #f2ce6e;
	width : 888px;
	margin-top : 80px;
	font-family : tahoma;
	font-size : xx-small;
} 
#menu a, #menu a:active, #menu a:visited { 
	text-decoration : none;
	color : #e7a800;
	margin : 10px;
} 
#menu a:hover { 
	color : #f2ce6e;
} 
#menu .active {
	margin : 10px;
}
#menu img {
	border: none;
}


#content img { 
	float : left;
	border : 1px solid #e7a800;
	margin : 10px;
} 
#content a, #content a:active, #content a:visited {
	text-decoration : none;
	color : #0000FF;
}	
#content a:hover {
	text-decoration:underline;
}
#content h1 { 
	font-family : tahoma;
	font-size : large;
	margin : 5px;
	color : #e7a800;
} 
#content h2 { 
	font-size : larger;
	font-family : tahoma;
	margin : 3px;
	color : #e7a800;
} 
#content p {
	padding : 5px;
	margin : 3px;
}
#content td { 
	font-size : smaller;
} 
#content .note { 
	font-size : smaller;
} 

#content pre {
	font-family : tahoma;
	font-size : x-small;
}

