body {
	background-image: url(images/leather.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #eeebe0;
	padding: 0px;
	margin: 0xp;
}
#container {
	position: relative;
	width: 919px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
}
#header {
	position: relative;
	width: 919px;
	height: 150px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	padding: 0px;
	margin: 0px;
}
#nav {
	position: relative;
	width: 919px;
	height: 47px;
	padding: 0px;
	margin: 0px;
}
#content {
	position: relative;
	width: 919px;
	margin: 0px;
	background-image: url(images/filmstrip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 36px;
	padding-left: 0px;
}
#content #left {
	position: relative;
	float: left;
	width: 361px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#content #right {
	position: relative;
	float: right;
	width: 528px;
	height: auto;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.clear {
	position: relative;
	width: inherit;
	height: 0px;
	clear: both;
}
#content #right img {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	border: 0px;
}
#content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content a ,#content a:visited {
	color: #5a5a5a;
	text-decoration: underline;
}
#content a:hover, #content a:visited:hover {
	color: #5f602d;
	text-decoration: none;
}
#content ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:15px;
	margin-left: 30px;
}
#content ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content ul li ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content ul li ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content ol {
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#content ol li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content ol li ol {
	padding: 0px;
	list-style-position: inside;
	list-style-type: lower-alpha;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content ol li ol li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content .center {
	text-align: center;	
}
#stamps {
	background-image: url(images/stampset1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 134px;
	width: 196px;
	position: relative;	
	left: 333px;
	top: 30px;
	z-index: 100;
}
#footer {
	position: relative;
	width: 919px;
	text-align: center;
	font-size: 12px;
	color: #656050;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 36px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: -35px;
}
#footer a, #footer a:visited {
	color: #656050;
	text-decoration: underline;
}
#footer a:hover, #footer a:visited:hover {
	color: #656050;
	text-decoration: none;
}
#footer ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #656050;
}
#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #656050;
}
#footer ul li a:hover, #footer ul li a:visited:hover {
	text-decoration: underline;
	color: #656050;
}
#footer ul li.last {
	border-right-style: none;
}
:focus { outline: none; }
