html, body {
	width: 100%;
	height: 100%;
	background: #ebebeb url(../images/bg1.gif) repeat-x scroll top left;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	color: #333;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: justify;
}

h1, h2 {	
	font-size: 150%;
}

h3, h4, h5 {
	font-size: 125%;
}

h1, h2, h3, h4, h5 {
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	color: #900;
	padding-top: 8px;
	padding-bottom: 16px;	
}

h1, h2, h3, h4, h5, p, ul, ol {
	padding-bottom: 16px;
	margin: 0;
}

li ul {
	padding-bottom: 0;
}
a {
	color: #f60;
	text-decoration: none;
}

a img {
	border-style: none;
}

em {
	color: #999;
}

.warning {
	color: #f00;
	font-weight: bold;
}

#center1, #center2 {
	width: 930px;
	margin: 0 auto 0 auto;
	background: transparent url(../images/bg2.gif) repeat-y scroll top left;
}

#center1 {
	height: 100%;
}

#center3 {
	background: transparent url(../images/content.gif) no-repeat scroll top left;
	padding: 138px 20px 20px 20px;
	position: relative;
} 

#menu {
	position: absolute;
	top: 112px;
	color: #fc0;
	font-weight: bold;
}

#menu a {
	color: #fff;
}

#content {
	width: 630px;
}

#specification {
	width: 236px;
	height: 100px;
	float: right;
	margin: 380px 0 0 0;
	text-align: left;
}

.box {
	background: #000 url(../images/boxbg.gif) repeat-x scroll top left;
	color: #fff;
	padding: 16px 32px 16px 32px;
	margin: 0 0 10px 0;
	
}

.box h1, .box h2, .box h3, .box h4, .box h5 {
	color: #fff;
	font-size: 200%;
}