body
{
	margin:              20px;
	margin-bottom:       0px;
	background-color:    #CC935C;
	background-image:    url("../elements/wood.jpg");
	overflow-x:          auto;
	overflow-y:          scroll;
	cursor:              default;
	color:               #000000;
}
td
{
	font-family:      tahoma, verdana, arial;
	font-size:        12px;
	color:            #000000;
}
textarea
{
	font-family:      tahoma, verdana, arial;
	font-size:        13px;
	font-weight:      normal;
	font-style:       normal;
	overflow-y:       scroll;
	padding-left:     3px;
}
a
{
	text-decoration:  none;
	color:            maroon;
	cursor:           hand;
	cursor:           pointer;
}
a:hover
{
	text-decoration:  underline;
	color:            maroon;
	cursor:           hand;
	cursor:           pointer;
}
#container
{
	width:            640px;
	height:           100%;
	border:           0px;
}
#container #header
{
	height:           78px;
	background-color: #D5F0F7;
	background-image: url("../elements/header.jpg");
}
#container #header #headArea
{
	height:           100%;
	width:            100%;
}
#container #header #headArea #headTop
{
	width:            100%;
	border-top:       1px solid #000000;
} 
#container #header #headArea #headContent
{
	text-align:       center;
	border-left:      1px solid #000000; 
	border-right:     1px solid #000000;
	border-bottom:    1px solid #404040;
}
#container #navigation
{
	border-left:      1px solid #000000;
	border-right:     1px solid #000000;
	padding-top:      4px;
	padding-left:     4px;
	padding-bottom:   0px;
	text-align:       left;
	background-color: #D5D1C8;
	background-image: url("../elements/plaster.gif");
}
.title
{
	font-size:        13px;
	font-weight:      bold;
	color:            #9A5F3D;
}
#tabs
{
	height:           100%;
}
#tabs table
{
	width:            86px;
}
#tabs td.tabTop
{
	width:            100%;
	border-top:       1px solid gray;
}
#tabs td.tabTop img
{
	width:            4px;
	height:           5px;
	visibility:       hidden;
}
#tabs td.corner img
{
	width:            6px;
	height:           6px;
}
#tabs table.selected
{
	background-color: white;
	font-weight:      bold;
}
#tabs table.selected tr.textRow
{
	height:           100%;
	background-color: white;
}
#tabs table.selected td.tabText
{
	color:            #702D20;
}
#tabs table td.tabText
{
	text-align:       center;
	padding-bottom:   3px;
	padding-left:     4px;
	padding-right:    4px;
	font-size:        11px;
}
#tabs table td.tabLeft
{
	border-left:      1px solid gray;
}
#tabs table td.tabLeft img
{
	width:            1px;
	height:           1px;
}
#tabs table td.tabRight
{
	border-right:     1px solid gray;
}
#tabs table td.tabRight img
{
	width:            1px;
	height:           1px;
}
#tabs table.unselected
{
	cursor:           hand;
	cursor:           pointer;
	background-image: url("../elements/tabBack.gif");
	font-weight:      normal;
	color:            black;
}
#tabs table.unselected tr.textRow
{
	height:           100%;
}


#container #content
{
	border-left:      1px solid black;
	border-right:     1px solid black;
	text-align:       center;
	background-color: #FFFFFF;
	background-image:    url(../elements/pawprint.gif); 
	background-repeat:   no-repeat;
	background-position: bottom right;
}
#container #footer
{
	border-left:      1px solid black;
	border-right:     1px solid black;
	border-bottom:    1px solid black;
	height:           30px;
	text-align:       center;
	background-color: #EAE6E4;
	background-image: url(../elements/footback.gif);
}
#container #footer span
{
	font-size:        10px;
}
#container #trailer
{
	padding:          8px;
	padding-bottom:   10px;
	text-align:       center;
	font-size:        11px;
	color:            #000000;
}
