body 	{
	margin:0px;
	padding:0px;
	background-color:#fff;
	}

a:link 	{
	color : #000099;
	text-decoration : none;
      	}

a:visited {
	color : #000099;
	text-decoration : none;
      	}

a:active {
	color : #000099;
	text-decoration : none;
      	}

a:hover {
	color : #990000;
	text-decoration : underline;
      	}

#header {
	margin:0;
	padding:0;
	height:120px;
        background-image : url(http://aguyinnewyork.com/graphics/header_bkgd.gif);
	}

#nav	{
	margin:0;
	padding:0;
	height:28px;
        background-image : url(http://aguyinnewyork.com/graphics/nav_bkgd.gif);
        text-align: center;
	}

#content {
	margin:0px 250px 50px 10px;
	padding:10px;
	}

h1 	{
	font-family : trebuchet ms, arial, sans-serif;
	margin: 10px 0 15px 0;
	padding:0px;
	font-size:18px;
	color:#000099;

	}

h2 	{
	font-family : trebuchet ms, arial, sans-serif;
	margin: 10px 0 10px 0;
	padding:0px;
	font-size:16px;
	color:#CC6600;

	}

h3 	{
	font-family : trebuchet ms, arial, sans-serif;
	margin: 10px 0 10px 0;
	padding:0px;
	font-size:14px;
	color:#CC6600;
	}

p 	{
	font-family : trebuchet ms, arial, sans-serif;
	font-size : 13px;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

p ul, li	{
	font-family : trebuchet ms, arial, sans-serif;
	font-size : 13px;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

.posted 	{
	font-family : trebuchet ms, arial, sans-serif;
	font-size : 11px;
	margin-bottom: 30px;
	padding:0;
        text-transform : uppercase;
        border-bottom : 1px solid #000099;
	}

#menu 	{
	position:absolute;
	top:180px;
	right:20px;
	width:202px;
        padding: 0;
	}

.sidebar {
	padding:10px;
	background-color:#fff;
	border-left:1px solid #000099;
	border-right:1px solid #000099;
	border-bottom:1px solid #000099;
	font-family : trebuchet ms, arial, sans-serif;
	font-size : 12px; 
        margin-bottom : 10px;       
        }

.sidebar_a {
	padding:10px 0 10px 0;
	background-color:#fff;
	border-left:1px solid #000099;
	border-right:1px solid #000099;
	border-bottom:1px solid #000099;
	font-family : trebuchet ms, arial, sans-serif;
	font-size : 12px; 
        margin-bottom : 10px;       
        }

.sidebar_b {
	padding:10px;
	background-color:#fff;
	border-left:1px solid #000099;
	border-right:1px solid #000099;
	border-bottom:1px solid #000099;
	font-family : trebuchet ms, arial, sans-serif;
	font-size : 12px; 
        margin-bottom : 10px;       
        text-align: center;
        }

.sidebar_a li {
        margin-bottom : 5px;
        }

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

blockquote	{
	font-family : trebuchet ms, arial, sans-serif;
	font-size : 13px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
        background-color : #eee;
	padding: 5px;
	}

#container:after, .content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	}