BODY, TABLE, TD, DIV{
	background-color: transparent;
	font-family : arial, sans-serif;
	font-size : 13px;
	color : #611B13;
	text-align : center;
	padding : 0px;
	border-collapse : collapse;
}

BODY{
	padding-top : 20px;
}

div, table, td{
	text-align : left;
}

a {
	background-color: transparent;
	color : #11b;
	font-weight : bold;
	text-decoration : underline;
}

a:hover{
	background-color: transparent;
	color : #811;
	text-decoration : none;
}

a:visited{
	background-color: transparent;
	color : #88e;
}

table#body{
	width : 750px;
	border : 1px solid #aaa;
}

td#logoholder{
	text-align : center;
	vertical-align : bottom;
	padding-bottom : 5px;
}

td#decorativebar{
	text-align : right;
	height : 44px
}

td#menu{
	height : 48px;
	vertical-align : top;
	padding-top : 10px;
}

td#menu div#menuholder{
	padding : 0px;
	height : 17px;
	border : none;
	border-bottom : 1px solid #611B13;
}

td#menu div div{
	width : 90px;
	float : left;
	text-align : center;
}

td#menu div div a{
	display : block;
	width : 100%;
	padding : 3px;
	text-decoration : none;
	color : #611B13;
	font-weight :  normal;
	font-size : 15px;
}

td#menu div div a:hover{
	background-color : #CD854A;
}

td#leftpanel{
	width : 250px;
	height : 250px;
	padding : 0px;
	background-color : #fff;
	vertical-align : bottom;
}

img.leftpanel{
	width : 250px;
	height : 250px;
}

td#pagetitle{
	background-color : #CD854A;
	font-size : 140%;
	height : 50px;
	padding-right : 15px;
	text-align : right;
	vertical-align : middle;
}

td#content{
	width : 500px;
	background : url("/gfx/contentbg.jpg") 0% 0% repeat-y;
	vertical-align : top;
}

div#scroller{
	overflow : auto;
	height : 310px;
	width : 495px;
	padding : 10px;
	padding-left : 20px;
	scrollbar-3dlight-color : #ffdEdE;
	scrollbar-arrow-color : #29110D;
	scrollbar-base-color : #D0BBB8;
	scrollbar-darkshadow-color : #605B58;
	scrollbar-face-color : #BDA4A0;
	scrollbar-highlight-color : #E6CECE;
	scrollbar-shadow-color : #927D7A;
	background-image: url(gfx/contentbg.jpg);
}

td#footer{
	text-align : center;
	font-size : 80%;
	padding : 10px;
	color : #EB9D94;
}

img#logo{
	border : none;
	height : 82px;
	width : 215px;
}

img#decorativebarimg{
	border : none;
	height : 44px;
	width : 500px;
}

div.title{
	font-weight : bold;
	margin-bottom : 10px;
}

div.content{
	margin-top : 10px;
	margin-bottom : 10px;
	text-indent : 2em;
}.border {
	border: thin solid #CCCCCC;
}
