body
{
	background: #ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;

}

#logo
{
	background: #1467cc;


}

#bodytext
{
	position: absolute;
	left: 200px;
	margin-right: 100px;
	margin-top:30px;
	
}

#menu
{
	position: absolute;
	left: 5px;
	width: 190px;
	
}

p
{
	font: 14px arial
}

li
{
	font: 14px arial;
	font-weight: 600;
}

#menu ul
{
	list-style-image: none;
	margin-left: 0;
}

#dhtmlgoodies_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:180px;	/* Width of menu */
}

#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */

		/* Don't change these four values */
		list-style-type:none;
		clear:both;
		display:block;	
		overflow:auto;
}
	
#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		color:#000;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:0.7em;	/* Fixed font size */
		font-weight:bold;	/* Bold font */
		float:left;
		background-color:#F1F1F1;
		padding-left:3px;
		line-height:25px;	/* Height of menu links */
}

#dhtmlgoodies_menu li div{
		float:left;
}


pre
{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	border: solid #000000;
	border-width: 1px;
	background-color: #eeeeee;
	width: 95%;
}

h1
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
}

h2
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
}

h3
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
}

#bodytext img{
	display: block;
 	margin-left: auto;
	margin-right: auto;
}

#menu #google{
	margin-top: 10px;
	display: block;
 	margin-left: 10px;
	
}

#menu #ohloh{
	margin-top: 5px;
	display: block;
 	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
