@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}
body{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:0.9em;
z-index:1;
background:url(../images/burgundy_tile.gif) repeat;
}
div#contentFrame{
width:896px;
min-height:450px;
background:url(../images/burgundy_background.gif) repeat-y;

}
div#HoldFrame{
margin:0 30px 0 30px;
}
div#footer{
clear:both;
border: 1px solid #C7C5C6;
border-width:1px 0 0 0;
text-align:right;
font-size:0.7em;

}
#lefty{

	background-image: url(../images/burgundy_tile.gif);

	background-repeat: repeat;

	background-position: right top;

	font-size: 1px;

}

#righty{

	background-image: url(../images/burgundy_tile.gif);

	background-repeat: repeat;

	background-position: left top;

	font-size: 1px;

}
#imgtop {

	width:896px;

	height:35px;

	background-image:url(../images/burgundy_top.gif);

}

#imgbottom {

	width:896px;

	height:176px;

	background-image:url(../images/burgundy_bottom.gif);

	font-size: 10px;

	font-weight: bold;

	color: #333;

}
