	body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 1.5em;
	background-color:#A6CAF0;
	margin : 0;
	padding : 0;
	color: #000000;
	}
	#content {
		margin : 0px 10px 10px 0px;
		width : 475px;
		padding-left : 35px;
		border-left : 10px dashed #cccccc;
		width : 500px;
	}
	html>body #content {
		width : 475px;
	}
	#topbar {
		width : 100%;
		height : 30px;
		
		border-bottom : 2px solid White;
		
		border : 1px solid red;
	}
	#tagline {
		background-color : #CCCCCC;
		border-top : 2px solid white;
		padding : 20px;
		color : white;
		font-weight : bold;
		font-size : 1.2em;
		margin : 0;
	}
	#menu {
	position : absolute;
	top : 111px;
	left : 552px;
	width : 180px;
	padding : 15px;
	border : 2px solid #990000;
	visibility: visible;
	height: 135px;
	}
    #menu2 {
	position : absolute;
	top : 340px;
	left : 554px;
	width : 180px;
	padding : 15px;
	border : none;
	visibility: visible;
	}
	h1{
	color : #990000;
	margin-top : 30px;
	margin-bottom : 0;
	margin-left: 15px;
	padding : 0;
	font-family: Tahoma, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	}
	h1+h2 {
		padding-top : 2em;
		margin-top : 0;
	}
	h2 {
		letter-spacing : 2px;
		padding-top : 3em;
		font-size : 1.2em;
		font-family : Tahoma, sans-serif;
		padding-bottom : 1px;
		border-bottom : 1px dashed #cccccc;
		color : #666666;
	}
	h3 {
		font-weight : bold;
		font-size : 1em;
		padding : 0;
		margin : 1em 0;
		}
	h4 {
		color : #999999;
		margin-top : -17px;
		margin-bottom : 0;
		margin-left: 213px;
		padding : 0;
		font-family: Tahoma, sans-serif;
		font-size: 2.5em;
		font-weight: bold;
		}
     pre {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		line-height : 1.5em;
		background-color : White;
		color : #333333;
		margin : 0;
		padding : 0;
        }
	.postinfo {
		color : #666666;
		letter-spacing : 1px;
		padding-bottom : 2em;
	}
	#menu h2 {
		color : white;
		background-color : #CCCCCC;
		font-size : 1em;
		font-weight : bold;
		padding : 0px 3px 0px 3px;
		margin : 0;
		border : 0;
	}
	a:link {
		font-weight : bold;
		text-decoration : none;
		color : #3366FF;
	}
	a:visited {
		font-weight : bold;
		text-decoration : none;
		color : #9933CC;
	}
	a:hover {
		font-weight : bold;
		text-decoration : underline;
		color : #CC6633;
	}
	#menu ul {
		list-style : none;
		}
	
	#menu dd, #menu dl, #menu li, #menu ul {
		padding : 0;
		margin : 0;
		}
	
	#menu img {
		border : 2px solid #660000;
		margin : 3px 0;
		}
