/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/ui/back.jpg);
	background-repeat:repeat-y;
	background-color:#fff5e1;
}
#top {
	width:580px;
	margin:0px;
	height:65px;
	background-image:url(../images/ui/top.jpg);
	background-repeat:no-repeat;
	padding-top:165px;
	padding-left:300px;
	padding-right:120px;
}
#content {
	width:1000px;
	background-image:url(../images/ui/backFirst.jpg);
	background-repeat:no-repeat;
	height:360px;
}
#contentLeft {
	width:515px;
	padding-left:145px;
	padding-top:20px;
	float:left;
}
#contentRight {
	width:205px;
	padding-left:0px;
	padding-right:110px;
	padding-top:20px;
	float:right;
}
