﻿/* Css Styles for Finished-Wood.com DNN SKINS */
body
{
font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
background-image: url(images/bg.jpg);
}

#skinmaster
{
width: 832px;
position: relative;
left: 50%;
margin-left: -416px;

}

#header {width:832px;
height:194px;
background: url(images/header.jpg) no-repeat top;
}

#menu 
{
    height: 51px !important;
    background: url(images/menu.jpg) no-repeat bottom;
    width: 832px;
    }

#content { 
	width: 832px;
	padding-top: 23px;
	background-image: url(images/content.jpg);
	position: relative;
	float: left;
}

.twoPaneLeft .lpane { margin-left: 37px; float: left; clear:none; width: 204px; }
.twoPaneLeft .cpane { margin-left: 38px; float: left; clear:none; width: 508px; }

.twoPaneRight .rpane { margin-left: 38px; float: left; clear:none; width: 204px;}
.twoPaneRight .cpane { margin-left: 37px; float: left; clear:none; width: 508px;}

.fullPaneContent .cpane, .bpane {margin-left: 37px; width: 743px; }

#footer {
float: left;
width:832px;
height:72px;
background: url(images/footer.jpg) no-repeat bottom;
}

#footer2 
{
   text-align: center;
    width: 832px;
    }

.designedByImageSmith .SkinObject, 
#footer2 .SkinObject {font: 10px/150% Verdana !important;}

/* Content styles */
.floatRight {float: right;}
.floatLeft { float: left;}
.designedByImageSmith {
	padding-top: 10px;
	text-align:center;}
a.user:link, a.user:visited {color:Black}
