body
{
	background-color: #C6CAB8; 
	margin: 0px;
}
ul.ds-nav
{
 	list-style-type: none;
 	float: right;
 	margin: 0px;
 	padding: 0px;
	font-size: 8pt;
	line-height: 12pt;
}
ul.ds-nav li
{
 	display: inline;
	color: #971B1E;
	font-weight: bold;
}
ul.ds-nav li a
{
	color: #971B1E;
	text-decoration: none;
	text-transform: uppercase;	
}
ul.ds-vnav
{
 	list-style-type: none;
 	margin: 0px;
 	padding: 0px;
}
ul.ds-vnav li
{
 	margin-top: 8px;
 	margin-bottom: 8px;
 	text-align: right;
}
ul.ds-vnav li a
{
 	color: #000000;
 	text-decoration: none;
 	font-weight: bold;
}

/* the main continer */
#ds-main 
{
 	width: 740px;
 	margin-left: auto;
 	margin-right: auto;
 	padding-top: 20px;
 	padding-left: 20px;
}

/* the shadow */
#ds-shadow-1
{
	background-image: url('../images/sdw2_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}
#ds-shadow-2
{
	background-image: url('../images/sdw2_right.gif');
	background-repeat: repeat-y;
	background-position: top right; 
}
#ds-shadow-3
{
	background-image: url('../images/sdw2_corner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}
#ds-shadow-4
{
	background-image: url('../images/sdw2_left.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#ds-shadow-5
{
	background-image: url('../images/sdw2_top.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* the box */
#ds-box
{
 	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 14px;
}
#ds-box-header
{
 	margin-bottom: 10px;
 	overflow: hidden;
}
#ds-box-nav
{
 	margin-top: 10px;
 	margin-bottom: 10px;
}
#ds-box-body
{
 	margin-top: 10px;
}

#ds-slogan
{
 	font-style: italic;
}

/* the actual page part */
#ds-page
{
	border-top: 1px solid #971B1E;
}
#ds-page-nav
{
 	width: 165px;
	float: left;
	padding: 1px;
}
#ds-page-nav-content
{
	margin: 20px;
}
#ds-page-body
{
	border-left: 1px solid #971B1E;
	padding: 1px;
 	margin-left: 165px;
}
#ds-page-body-content
{
	margin: 20px 10px 10px 20px;
}
#ds-page-footer
{
	clear: both;
}

/* print settings */
@media print
{
    #ds-main
    {
        width: auto;
        padding: 0px;
    }
    #ds-shadow-5
    {
        padding: 0px;
    }
}
