.wrapper {
width: 1281px;
height:807px;
border: 0px;
margin: 0 auto;
}

.header {
height:150px;
background-image:url(../images/index_02a.jpg)
}

.menu {
width:387px;
height:483px;
background-image:url(../images/index_03.jpg);
background-repeat:no-repeat;
float:left;
}

.leftpic {
float:left;
width:213px;
height:483px;
background-image:url(../images/index_04.jpg);
}

.contentright {
float:left;
width:318px;
height:483px;
}

.contentbottom {
height:255px;
width:531px;
float:left;
}

.rightpic {
float:left;
width:218px;
height:483px;
}

.paddingright {
float:left;
width:145px;
height:483px;
background-image:url(../images/index_07.jpg);
}

.footerpic {
height:100px;
width:1150px;
float:left;
}

.toppic {
height:228px;
width:531px;
}

.style1 {
font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323143;
	padding-left: 15px;	
padding-right: 15px;

}

h1 {
font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323143;
	padding-left: 15px;	
padding-right: 15px;

}

#new {
font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323143;
	
}

#new li{
font-size:10px;
display:list-item;
width:auto;
text-transform:capitalize;
list-style:disc;
line-height:14px;

}


.style1 a {font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323143;
	padding-left: 15px;	
padding-right: 15px;

}

body {
   behavior: url("http://www.xs4all.nl/~peterned/htc/csshover3-source.htc");
}

	

	/* the menu */

	.menu ul,li,a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	
		display:block;
		margin:0;
		padding:0px 25px;
		border:0;
position:relative;
top:0%;
	}

	.menu ul {
	float:right;
	width:160px;
	list-style:none;
	}

	.menu li {
	position:relative;
	padding:1px;
	z-index:9;
	text-align:right;
	}
		.menu li.folder ul {
			position: absolute;
			right:120px; /* IE */
			top:0%;
		}		
			.menu li.folder>ul { right:120px; } /* others */

	.menu a {
		padding:2px;
		text-decoration:none;
	color: #323143;
		width:100%; /* IE */
	}
		.menu li>a { width:auto; } /* others */

	.menu li a.submenu {
	}

	/* regular hovers */

	.menu a:hover {
		/*background-color:white;*/
			color: #323143;
			font-weight:600;
top:0%;
	}
		.menu li.folder a:hover {
			background-color:white;
top:0%;
		}
	
	/* hovers with specificity */
	
	.menu li.folder:hover { z-index:10; }		
		
	.menu ul ul, .menu li:hover ul ul {
		display:none;
top:0%;
	}

	.menu li:hover ul, .menu li:hover li:hover ul {
		display:block;
top:0%;
	}		

	
