/****************************************************************************/
/*
							Layout Declaration Body
																			*/
/****************************************************************************/
body {
	width:100%
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#000000;
}
/****************************************************************************/
/*
							Layout Declaration Outer
																			*/
/****************************************************************************/
#outer {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	z-index:0;
	/*border:#FFFF00 2px solid;*/
}
#left {
	position:absolute;
	top:207px;
	left:0px;
	width:274px;
	/*height:722px;*/
	z-index:0;
}
#top {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	heigth:227px;
	background-color:#006600;
	z-index:0;
}
#content {
	position:absolute;
	left:264px;
	top:227px;
	/*height:750px;*/
	width:726px;
	background-color:#000000;
	z-index:0;
} 
#right {
	position:absolute;
	left:670px;
	top:27px;
	/*height:750px;*/
	width:126px;
	background-color:#000000;
	z-index:0;
} 
/****************************************************************************/
/*
							Layout Declaration Content
																			*/
/****************************************************************************/
#content-top{
	background-image:url(images/dna_03.jpg);
	background-repeat:no-repeat;
	width:726px;
	height:198px;
	z-index:0;
}
#content-middle{
	background-image:url(images/dna_04.jpg);
	background-repeat:repeat-y;
	width:726px;
	/*height:243px;*/
	z-index:0;
}
#content-bottom{
	background-image:url(images/dna_06.jpg);
	background-repeat:no-repeat;
	width:726px;
	height:309px;
	z-index:0;
}
#content-text{
	position:absolute;
	left:20px;
	top:-10px;
	padding:0px 20px 0px 20px;
	width:600px;
	/*height:700px;*/
	z-index:1;
	/*border:#FFFF00 2px solid;*/
}


/****************************************************************************/
/*
							Layout Declaration Right
																			*/
/****************************************************************************/
#right-top{
	background-image:url(images/dna_03.jpg);
	background-repeat:no-repeat;
	width:226px;
	height:120px;
	z-index:0;
}
#right-middle{
	background-image:url(images/dna_04.jpg);
	background-repeat:repeat-y;
	width:226px;
	height:923px;
	z-index:0;
}
#right-bottom{
	background-image:url(images/dna_06.jpg);
	background-repeat:no-repeat;
	width:226px;
	height:309px;
	z-index:0;
}
#right-text{
	position:absolute;
	left:20px;
	top:-20px;
	padding:0px 20px 0px 20px;
	width:200px;
	/*height:700px;*/
	z-index:1;
	/*border:#FFFF00 2px solid;*/
}



/****************************************************************************/
/*
							Layout Declaration Left
																			*/
/****************************************************************************/
#left-top{
	background-image:url(images/dna_02.jpg);
	background-repeat:no-repeat;
	width:274px;
	height:227px;
	z-index:0;
}
#left-middle{
	background-image:url(images/dna_05.jpg);
	background-repeat:repeat-y;
	width:274px;
	height:333px;
	z-index:0;
}
#left-bottom{
	background-image:url(images/dna_07.jpg);
	background-repeat:no-repeat;
	width:274px;
	height:51px;
	z-index:0;
}


#left-navigation {
	position:absolute;
	left:20px;
	top:160px;
	padding:0px 20px 0px 20px;
	width:255px;
	/*height:500px;*/
	z-index:1;
	/*border:#FFFF00 2px solid;*/
}
#left-navigation ul {
	font-size:14px;
	color:#dcac00;
	margin:0px
	padding:0px;
}
#left-navigation li {
	margin:3px 0px 0px 0px;
	padding:0px;
	list-style:url(images/button-bullet.jpg);
	vertical-align:top;
}
#left-navigation a {
	font-size:14px;
	font-weight:bold;
	color:#dcac00;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 3px;
	border:1px dashed #000000;
	
}
#left-navigation a:hover {
	font-size:14px;
	font-weight:bold;
	color:#dcac00;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 3px;
	border:1px dashed #dcac00;
}
#left-navigation ul ul {
	font-size:14px;
	color:#dcac00;
	margin:0px 0px 0px 8px;
	padding:0px;
}
#left-navigation li li{
	margin:3px 0px 0px 0px;
	padding:0px;
	list-style:url(images/button-bullet.jpg);
	vertical-align:middle;
}
/****************************************************************************/
/*
							Text-Style Declaration Content
																			*/
/****************************************************************************/
#content strong {
	color:#dcac00;
}
#content h1 {
	font-size:16px;
	color:#dcac00;
}
#content h2 {
	font-size:14px;
	color:#dcac00;
}
#content a, a:visited, a:hover {
	color:#dcac00;
}
#content li {
	list-style:url(images/li.gif);
}
#content-product {
	float:left;
	border:2px solid #dcac00;
	margin:0px 10px 10px 0px;
	padding:5px;
}


/****************************************************************************/
/*
							Text-Style Declaration Right
																			*/
/****************************************************************************/
#right strong {
	color:#dcac00;
}
#right h1 {
	font-size:16px;
	color:#dcac00;
}
#right h2 {
	font-size:14px;
	color:#dcac00;
}
#right a, a:visited, a:hover {
	color:#dcac00;
}
#right li {
	list-style:url(images/li.gif);
}
#right-product {
	float:right;
	border:2px solid #dcac00;
	margin:0px 10px 10px 0px;
	padding:5px;
}