﻿body 
{	
	text-align:center;
	font:12pt/17pt  Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	margin:0;
}
a { color: #52483E; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 
{
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-weight: Bold;
	font-size: 2em;
	color:#491b05;
	text-decoration: none;
}
h2 
{
	font-size:1.5em;
}
.MainForm
{
	background:#491B04 url(forums/grungebg.png) repeat-y center;
	padding-bottom:10px;
}

#wrapper 
{
	width:900px;
	margin: 0 auto;
	padding-left:40px;
	padding-right:40px;
}
#header 
{
	font-size:10pt;
	text-align:left;
	color:#491B04;
	margin-left:-40px;
}
#header a 
{
	color:#491B04;
	text-decoration:none;
}
#menu 
{
	margin-left:-10px;
	color:#ffedd7;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:10px;
	font-size:18px;
	height:64px;
	width:932px;
	background:url(forums/menubg.gif) no-repeat top left;
}
#menu a 
{
	color:#ffedd7;
	text-decoration:none;
}
#menu li 
{
	padding-top:22px;
	padding-left:45px;
}
#menu #left 
{
	background:url(images/menu_l.gif) no-repeat top left;
	width:12px;
	height:41px;
	float:left;
	margin-right:60px;
}
#menu a 
{
	cursor:pointer;
}
#menu a:hover 
{
	color:White;
}
#menu #right 
{
	background:url(images/menu_r.gif) no-repeat top right;
	width:12px;
	height:41px;
	float:right;
}
#menu #right 
{
}
#footer 
{
	background:transparent;
	padding-top:10px;
	margin-top:40px;
	padding-bottom:250px;
	text-align:center;
	font-size:9pt;
	color:#52483e;
}
#footer a 
{
	color:#52483e;
}
#Main 
{
	padding:0 20px 0 20px;
}
#content 
{
	text-align:left;
}
/*
}
#content #top 
{
	background:transparent;
	height:10px;
	background:url(images/corner_tl.gif) no-repeat top left;
	margin-bottom:-10px;
}
#content #top div 
{
	height:10px;
	background:url(images/corner_tr.gif) no-repeat top right;
}
#content #bottom 
{
	background:transparent;
	height:10px;
	background:url(images/corner_bl.gif) no-repeat top left;	
}
#content #bottom div 
{
	height:10px;
	background:url(images/corner_br.gif) no-repeat top right;
}
*/
.poweredBySitefinityLogo 
{
	margin-top:-75px;
}
.Form label
{
    width: 10em;
    float: left;
    margin-right: 0.5em;
}
.paging
{
    background: #D3D3BA;
    color: #77776A;
    padding: 5px 40px;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
    .paging a
    {
        color: #77776A;
    }
.rightMenu
{
    list-style-type: none;
    margin: 0 0 20px 20px;
    padding: 10px 20px;
    background: #491B04;
    color: #DBD1C7;
}
.rightMenu .first 
{
	font-weight:bold;
	background:#FFEDD1;
	color:#491B04;
	margin:-10px -20px;
	margin-bottom:10px;
	padding:5px;
}
    .rightMenu a
    {
        color: #DBD1C7;
        text-decoration: none;
    }
    .rightMenu a:hover
    {
        text-decoration: underline;
    }
.NoBullet
{
	list-style-type: none;
}
.StdButton 
{
	background:#491B04;
	color:#FFEDD1;
	border:0;
	font:14px  Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 5px 10px;
	cursor:pointer;
}