@CHARSET "ISO-8859-1";
a
{
    text-decoration: none;
    font-weight: bold;
    color:#482627;
}
a:hover
{
    text-decoration: none;
    font-weight: bold;
    color:#482627;
}
a:active
{
    text-decoration: none;
    font-weight: bold;
    color:#482627;
}
a:visited
{
    text-decoration: none;
    font-weight: bold;
    color:#A1615D;
}
body
{
    width:984px;
    padding: 0 10%;
    background-color: #5A3427;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color:#5F362A;
}
#canvas
{
    width:100%;
}
#ocanvas
{
	
	width:100%;        
        background:#fff url(/img/left_bkgd_shadow.jpg) repeat-y left top;
}
#icanvas{
        background:transparent url(/img/right_bkgd_shadow.jpg) repeat-y right top;        
        width:100%;
        
}
#bottomBorder
{
        background:transparent url(/img/bkgd_shadow_bottom.jpg) repeat-x left top;        
        width:100%;	
}
#mainBody
{
    width:960px;
    background-color: #492527;
    margin:0px 12px 0px 12px;
    
}
#header
{

}
#header img
{
    padding:0px 12px 0px 12px;

}
#mainMenu
{
    padding:0px 5% 0px 5%;
    background-color:#9A6F47;
    margin:0px 12px 0px 12px;
    border-bottom-color: #815130;
    border-top-color: #815130;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-top-style: solid;
    border-bottom-style: solid;
}
#contentArea
{
    
    width: 912px;
    background-color: #492527;
    margin:0px 48px 0px 0px;
    border-right-width: 6px;
    border-right-color: #5f362a;
    border-right-style: solid;
}
#mainContentArea
{
    background-color: #492527;
    float:left;
    width:589px;
    /** top, right, bottom, left **/
    padding:20px 20px 20px 20px;
    border-right-width: 6px;
    border-right-color: #5f362a;
    border-right-style: solid;
}
.full-stop-div {
    width: 100%;
    height: 0px;
    clear: both;
}
#rightContent
{
   
    float:right;
    vertical-align: top;
    width:271px;
    padding: 20px 2px 20px 2px;
    border-right-width: 0px;
    border-right-color: #5f362a;
    border-right-style: solid;
    margin: 0px 0px 0px 0px;
}
#centreArea
{
    width:100%;
    background-color: #FFFFFF;
}
#leftCA{
    float:left;
    width:20%;
    background:#FFFFFF;
    padding: 10px 10px 10px 10px;
    
}
#rightCA {

  float:right;
  width:70%;
  background: #FFFFFF;
  border-left: solid;
  padding: 10px 10px 10px 10px;
}
div.rounded div {
  height: 1px;
  overflow: hidden;
}
#radiusx, #radiusy {
  text-align: right;
  width: 30px;
}
#msg
{
	color: red;
	padding:5px;
	
}
#adminmsg
{
	color: red;
	
	
}
#editHeader
{
	padding:5px;	
}
#editHeaderTitle
{
	
	color: #5A3427;
	font-weight:bold;
}

#galleryLink
{
	background-color:#6E422D;
	height:20px;
	padding:5px;
	text-align:center;
}
#galleryLink a, #galleryLink a:hover,#galleryLink a:active, #galleryLink a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	
}
#login fieldset, #form1 fieldset
{
	border:0;
	line-height:2;
	width: 100%;
}
#formContainer
{
	padding:5px;
}
