/* CSS Document */
body, html {
	margin:0px;
	padding:0px 0px 10px 0px;
}

div.clearfloat{
	clear:both;
}

div#main{
	text-align:left;
	margin-left:8%;
	width:850px;
	margin-top:2%;
}

div#header{
	background-color:#790000;
	padding-bottom:10px;
}

div#logo{
	float:left;
}

div#sessionproduct{

	padding-top:10px;
	padding-right:15px;
	text-align:right;
	float:right;
}

div#links{
	background-image:url(../Images/gradientup.gif);
	background-repeat:repeat-x;
	/*background-color:#00FF00;*/
	background-color:#340000;
	text-align:center;
	clear:both;
	margin:0px auto 0px auto;
	padding:0px;
	/*height:29px;*/
	height:40px;
}

/*div#linksflash{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FF33FF;
}*/

div#mainbody{
	background-color:#6F6D6D;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	border-color:#340000;
	border-left-width:10px;
	border-left-style:solid;
	border-right-width:10px;
	border-right-style:solid;
}

div#footer{
	background-image:url(../Images/gradientup2.gif);
	background-repeat:repeat-x;
	background-color:#790000;
	margin:0px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	line-height:150%;
	clear:both;
}


