body {
	background-image: url(images/bgSteel.jpg);
	background-repeat: repeat-y;
	background-color: #696870;
	padding:0px;
	margin:0px;
	scrollbar-base-color: #C0935E;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996600;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
img {
    border:0;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9D7344;
	text-decoration: none;
}
a:link {
	color: #9D7344;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #9D7344;
	text-decoration: underline;
}

#leftcolumn{
   width: 262px;
   height:400px;
   background-image: url(images/photo.jpg);
   border-left:solid 1px #ffffff;
   border-right:solid 1px #ffffff;
   border-bottom:solid 1px #ffffff;
   border-top:solid 1px #ffffff;
}
#rightcolumn{
   background-color:#c0935e;
   border-left:0;
   border-right:0;
   border-bottom:solid 1px #ffffff;
   border-top:solid 1px #ffffff;
   width: 354px;
   height: 400px;
   vertical-align:top;
}
#rightcolumncontent{
   padding-top:50px;
   padding-left:20px;
   padding-right:20px;
   padding-bottom: 20px;
}
#navigation{
    background-image: url(images/menu.gif);
   border-left:0;
   border-right:solid 1px #ffffff;
   border-bottom:solid 1px #ffffff;
   border-top:solid 1px #ffffff;
    width:39px;
    height:400px;
}
#page{
    border:0;
    border-collapse:collapse;
    height:400px;
    margin:0;
    padding:0;
}