html,body {margin: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
background-image:url(../images/left_bg_tile.gif);
background-repeat:repeat-x;
background-color:#611e06;
height:100%;
min-height:100%;
text-align:center;
max-height:100%;
}

#wrapper {
margin-left:auto;
margin-right:auto;
background-image:url(../images/wrapper.png);
background-repeat:repeat-y;
width:902px;
padding:0px;
height:auto;
text-align:center;
min-height:100%;
}

.hiddenDiv {
	display: none;
	}
.visibleDiv {
	display: block;
	border: 1px black solid;
	}

#wrapper2 {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:800px;
	height:auto;
	min-height:auto;
}
#header {
background-image:url(../images/header.png);
height:100px;
width:800px;
padding:0px;
margin:0px;
text-align:left;
}

#header #menu {
height:60px;
padding:10px;
text-align:right;
}

#header #menu A{
}

#type {
width:160px;
background:#fbe6c5;
text-align:left;
}

#type_h {
padding:3px;
background:#f0a01f;
color:#611e06;
font-weight:bold;
text-transform:uppercase;
padding-left:10px;
}

#type_b {
padding:10px;
color:#611e06;
}



#Content {
width:auto;
height:auto;
text-align:left;
}

#side {
border: 1px solid #300;
width:160px;
float:left;
}

#Content #main {
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
width:auto;
height:auto;
text-align:center;}

#Content #main  td{
border: 0px solid #DDDDDD;
}
#Content #main #larger td{
border: 0px solid #DDDDDD;
font-weight:normal;
}


#side #breadcrumb {
margin-bottom:20px;
color:#333333;
font-size:9pt;
}

#side A {
text-decoration:none;
color:#333333;
font-size:9pt;
}

#side A:hover{
text-decoration:underline;
color:#333333;
font-size:9pt;
}

.plus {
float:left;
}.admin_form {
	font-size: 9pt;
}
