body {
		background: #660033 url(images/stars.gif);
		color: #000000;
		font-family: 'Times New Roman', Sans-Serif;
		text-align: center;
		}

h2 {
		font-size: 175%;
		}

h3 {
		line-height: 0px;
		font-size: 75%;
		}
		
p {
		font-size: 90%;
		text-align: left;
		text-indent: 15px;
		}

hr.header {
		height: 2px;
		width: 100%;
		background: #000000;
		border: #000000;
		}

hr.btw {
		height: 2px;
		width: 100%;
		border: double #FF0000;
		}

#container {
		border: solid 1px #000000;
		width: 760px;
		background: #FFCC00;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		}		

#headerimg {
		background: #FFFFFF url(images/banner-title-new.jpg) no-repeat center;
		height: 80px;
		width: 760px;
		}

#leftsky {
		width: 120px;
		height: 100px;
		border: solid 2px #000000;
		float: left;
		background: url(images/obama-sign.jpg);
		}
		
#rightsky {
		width: 120px;
		height: 100px;
		border: solid 2px #000000;
		float: right;
		background: url(images/nycgamer-sign.jpg);
		}

#sidebar {
		padding: 10px;
		background: #CCCCFF;		
		width: 155px;
		margin-left: 0px;
		margin-right: auto;
		float: left;
		text-align: left;
		}

#sidebarmenu {
		padding-left: 15px;
		border: double 3px #000000;
		}

#posts {
		background: #FFCCFF;
		width: 565px;
		margin-left: auto;
		margin-right: 0;
		float: right;
		padding-left: 10px;
		padding-right: 10px;
		}
		
#footer {
		background: #CC00FF;
		clear: both;
		height: 80px;
		}
		
		
		
		
		
		
		
		