#container {

	margin: 0 auto;		/* I took fixed away and added auto margin, otherwise you cannot scroll the page up or down */
	width: 900px;

	top:70px;			/* Move the element 70px down*/
	right:180px;		/* Move the element 180px to the right */
	background: #FFF;
	border: 5px solid #E16629;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	padding:5%;
	background: #5858FA;
	}
body.iframe {
	background: #fff;
	padding:0;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
} 

/* Boxed */

.title {
	background: url(images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(images/img06.gif) repeat-x left bottom;
	padding: 5px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}

/* Header */

#header {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	background: url(images/banner.png) no-repeat 100%;
	border-bottom: 5px solid #E16629;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


/* Content */

#content {
	float: right;
	width: 700px;
	padding: 5px;
	background: #FFF;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

.payment-types {
	margin-top: 30px;
	margin-bottom: 15vh;
	text-align: center;
}
.payment-types img {
	height: 40px;
	width: auto;
	margin-right: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	height: 913px;
	padding-top: 25px;
	background: #FFF;
}
#sidebar iframe {
	width: 100%;
	height: 100%;
}

/* Menu */

#menu9 {
	width: 170px;
	}
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FFF;
	display: block;
	background:  url(images/menu9.gif);
	padding: 8px 0 0 35px;
	}
	
#menu9 li a:hover {
	color: #FFF;
	background:  url(images/menu9.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}
	
/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}
	
	
/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background: #FFF;
	border-top: 5px solid #E16629;
}

#footer p {
	text-align: center;
	font-size: 77%;
}
