body
{
	margin-top :        0px;
	margin-left :       0px;
	margin-right :      0px;
    width :             100%;
	background-color :  #ffffca;
}

.border
{
	position :          relative;
	width :             100%;
	height :            65px;
	clip :              rect(0,100%,100,0);
	background-color :  #950000;
}

.text
{
	margin-left :		15px;
	font-family :	    arial, helvetica, sans-serif;
	font-size :		    12px;
	line-height :	    14px;
}

.footer
{
	font-family :       garamond, arial, helvetica, sans-serif;
	font-size :         12px;
    line-height :       100px;
	color :             #6c6c6c;
}

.line
{
	position :          relative;
	width :             100%;
	height :            5px;
	clip :              rect(0,100%,5,0);
	background-color :  black;
}