body {
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 9pt;
    margin: 0;
}

#top {
	height: 60px;
	width: 800px;
    margin: auto;
    background: none repeat scroll 0 0 #ffffff;
}

#top img {
	float: left;
	border-style: none;
}

#top-text {
	float: left;
	width: 545px;
	height: 50px;
	margin: 0;
	padding: 5px 0 5px 5px;
	text-align: right;
}

#top h2 {
	margin: 0;
}

#top-text h1 {
	margin-top: 13px;
	margin-bottom: 4px;
	font-size: 10pt;
}

#top-bar {
	background: url("images/bg_topbar.png") repeat-x scroll 0 0 transparent;
	margin: auto;
    text-align: center;
    height: 10px;
    width: 100%;
}

#pagebody {
    background: url("images/bg.png") repeat-x scroll 0 0 transparent;
    margin: auto;
    text-align: center;
    height: 100%;
    width: 100%;	
}

#wrapper {
	height: 100%;
	width: 800px;
	text-align: center;
	margin: auto;
}

#header {
	width: 800px;
	margin: auto;
}

#side1 {
	background: url("images/bg_sidemenu.png") no-repeat scroll 0 0  transparent;
	height: 295px;
	width: 250px;
	float: left;
	margin: 0;
	padding: 5px 0 0;
	top: 0;
}

#menu {
	height: 54px;
	margin: 0 0 5px 5px;
	width: 240px;
}

img  {
	vertical-align: top;
	border-style: none;
}

a img {
	border-style: none;
}

#swf {
	float: left;
}

#content-body {
	width: 800px;
}

#line {
    background-image: url("images/line.gif");
    background-repeat: repeat-x;
    height: 5px;
}

#content1 {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #a5a5a5;
	width: 378px;
	height: 176px;
	float: left;
	text-align: left;
	margin: 20px 0 20px 0;
}

#content1-text {
	padding: 15px;
	line-height: 1.5;
}

.content1-textbox {
	height: 110px;
	overflow: auto;
}

#content2 {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #a5a5a5;
	width: 378px;
	height: 176px;
	float: left;
	text-align: left;
	margin: 20px 0 20px 40px;
}

#content2-text {
	padding: 15px;
	line-height: 1.5;
}

#content3 {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #a5a5a5;
	width: 798px;
	height: 100%;
	text-align: left;
	margin: 0 0 20px 0;
}

#box-white {
	background: none repeat scroll 0 0 #ffffff;
	width: 256px;
	height: 74px;
	float: left;
	margin: 0;
	padding: 5px;
}

#box-gray {
	background: none repeat scroll 0 0 #e5e5e5;
	width: 256px;
	height: 74px;
	float: left;
	margin: 0;
	padding: 5px;
}

#box-white img {
	float: left;
}

#box-gray img {
	float: left;
}

#box-text {
	float: left;
	width: 85px;
	height: 100%;
	margin: 0;
	padding: 0 0 0 5px;
}

#font_product {
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}

#footer {
	background: none repeat scroll 0 0 #333333;
	width: 800px;
    font-size: 9pt;
    text-align: center;
    color: #ffffff;
}