* {
	margin:0; 
	padding:0; 
}
	
html,body { 
	margin:0; 
	padding:0; 
	background: #292D65; 
	text-align: center;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size:100%;
	height:100%;
	color: #000000;
	line-height:1.125em;
}
td, input, textarea, select, p {
	font-family: Arial, Georgia, Verdana, helvetica, sans-serif;
	/* font-size: 0.812em; equates to 13px */
	font-size: 1em;
	color: #000000;
}

h1 {
	font-size: 1.25em; /* equates to 20px; */
	color: #292D65; 
}
h2 {
	font-size: 1em;
	color: #4950B3;
}
h3 {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 10px;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	margin-top: 5px;
	width:800px;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}

div#footer {
	position: absolute;
	bottom: 0;
	background: #4950B3;
	color: #fff;
	width: 800px;
}
div#footer p {
	padding: 5px;
	text-align: center;
	font-size: 0.812em;
	font-weight: normal;
	color: #fff;
}
div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: underline;
}
div#footer a:hover {
	color: #ff0;
}

/* Navigation */
#nav_bar {
	width: 800px;
	background: #292D65;
}
#nav {
	background: #292D65;
	margin-right:auto;
	margin-left: auto;
}
table#nav td {
	font-size: 1em;
	text-align: center;
	border: 1px solid #000;
}

table#nav a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
}

#nav td a:link, #nav td a:visited {
	background: #4950B3;
	display: block;
	margin: 0;
	width: 128px;
	line-height: 25px;
}

#nav td a:hover {
	color: #fff;
	background: #666;
}

td#main_current a:link, td#main_current a:visited {
	color: #292D65;;
	background: #fff;
}
/* Sub navigation */
#subnav {
	background: #4950B3;
	/*background: #D2D3EC;*/
	width: 250px;
	margin-bottom: 15px;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav li {
	padding: 7px;
}
#subnav li a:link, #subnav li a:visited {
	color: #fff;
	text-decoration: underline;
}
#subnav li a:hover {
	background: #666;
	text-decoration: underline;
}
#subnav #sub_current a {
	color: #fff;
	text-decoration: none;
}
/* Misc */
#gallery img {
	margin-bottom: 15px;
}
#copy {
	margin-left: 20px;
	margin-right: 10px;
	line-height: 1.75em;
	font-size: 1em;
	text-align: left;
	width: 475px;
}
#copy h2 {
	color: #4950B3;
	font-size: 1.5em;
	margin-bottom: 15px;
	text-align: left;
	margin-right: auto;
}
#copy h3 {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 10px;
}
#copy img.right {
	margin-right: 20; 
	margin-left: auto;
	float: right;
}
#copy img.center {
	margin-right: auto; 
	margin-left: auto;
}
.spaced {
	line-height: 1.75em;
	font-size: 1em;
	text-align: left;
}
#offer {
	padding: 15px;
	border-top: 2px solid #292D65;
	border-bottom: 2px solid #292D65;
	background: #D2D3EC;
	line-height: 1.75em;
}
#offer p {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
div#imagefrieze {
	background: #292D65;
}
.price_page {
	width: 400px;
	border: 1px solid #000;
}
th {
	background: #292D65;
	color: #fff;
	padding: 4px;
}