/* CSS Document */
BODY {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #485d80;
	background-image: none;
	background-repeat: repeat-x;
}
#wrapper {
	width:800px;
	margin:1px;
}
#textwrapper {
	width:500px;
	background-color:#FFFFFF;
	text-align:justify;
}
#menu {
	float:left;
	text-align:left
}
#spacer {clear:both;
height:0px;}
#menuright {
	float:right;
	text-align:left
}
#box {
	background-color:#FFFFFF;
	background-image:url(images/box/bg.gif);
}
.boxtl {
	background:
		url(images/box/tl.gif)
		top left no-repeat;
}
.boxtr {
	background:
		url(images/box/tr.gif)
		top right no-repeat;
}
.boxbl {
	background:
		url(images/box/bl.gif)
		bottom left no-repeat;
}
.boxbr {
	background:
		url(images/box/br.gif)
		bottom right no-repeat;
}
#footerl {
	background:
	 	url(images/footer/l.gif)
		left no-repeat #49729B;
	text-align:right;
	color:#FFFFFF;
	margin-top:5px;
}
#footerr{
	background:
		url(images/footer/r.gif)
		right no-repeat;
}
#reseller {
	background-color: #FFFFFF;
	margin-top:0px;
	clear:both;
}