body, html
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:Sans-Serif;
	background-color:Silver;
}

html a
{
	text-decoration:none;
	color:Blue;
}

div#header
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:970px;
	border-bottom:solid 1px black;
}

div#container
{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px black;
	background-color:White;
}

div#main
{
	margin-left:155px;
	padding-left:5px;
	padding-right:5px;
}

div#main img
{
	padding: 5px 5px 5px 5px;
	border:none;
}

div#main tr
{
	width:750px;
}

div#menu
{
	float:left;
	width:150px;
	padding:none;
}

div#menu a
{
    text-decoration:none;
	color:Black;
}

div#menu a:hover
{
	background-color:Red;
	color:White;
}

div#menu ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:block;
}

div#menu li
{
	padding:0px 2px 0px 2px;
	width:146px;
	display:block;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	border-right:solid 1px black;
}

div#menu li a
{
	width:144px;
	padding:1px 1px 1px 1px;
	display:block;
	text-decoration:none;
	color:Black;
}

div#adsense
{
    padding:5px 0px 5px 0px;
    width:150px;
    text-align:center;
}

div#news
{
    width:48%;
    float:left;
    padding:5px 5px 5px 5px;
}

div#reviews
{
    width:48%;
    float:right;
    padding:5px 5px 5px 5px;
}

div#reviews a
{
    text-decoration:none;
	color:Black;
}

div#reviews img
{
    width:100px;
    float:left;
}

div#footer
{
    clear:both;
	width:970px;
	text-align:center;
	padding:5px 0px 5px 0px;
	border-top:solid 1px black;
}

div#footer a
{
    text-decoration:none;
	color:Black;
}

div#reviewmain
{
	text-align:center;
	/*float:right;*/
}

div#reviewmain a
{
    text-decoration:none;
	color:Black;
}

div#reviewmain table
{
	padding:5px 0px 5px 0px;
	width:800px;
	table-layout:fixed;
}

div#reviewmain td
{
	padding:0px 0px 0px 0px;
    vertical-align:top;
	width:250px;
	height:325px;
}

div#reviewmain img
{
	/*height:250px;*/
	border:none;
}

/*
div#posts
{
	clear:both;
}
*/

div#posts table
{
    margin-left:auto;
    margin-right:auto;
    width:100%;
}

div#posts td
{
	border-bottom:solid 1px black;
}

table#TBLNewest td
{
    border-top:dashed 1px gray;
}

div#archive a
{
    text-decoration:none;
	color:Black;
}

div#archive a:hover
{
    background-color:Red;
    color:White;
}

table#TBLNewest
{
    font-size:small;
}

div#reviewmaintest
{
	text-align:left;
	/*float:right;*/
}

div#reviewmaintest table
{
	padding:5px 0px 5px 0px;
	width:800px;
	table-layout:fixed;
}

div#reviewmaintest td
{
	padding:5px 5px 5px 5px;
    vertical-align:top;
	width:800px;
	height:250px;
}

div#reviewmaintest img
{
	/*height:250px;*/
	border:none;
}