/* general */


body, html {
	padding:0;
	
}

p {
	margin:0;
	padding:0;
}

ul {
	margin:0;
	padding:0;
}	
	
select {
	width: 150px;
	}


/* main container */

#main {
	position: relative;
}



/* header */

#header_image {
	padding: 0px;
	width: 764px;
	height: 155px;
}

#header {
	margin: 0px auto 0px;
	width: 764px;
	height: 28px;
}



#header_56 {
	float:left;
	width: 29px;
	height: 18px;
	background-image:url(images/56.png);
	padding-top: 5px;
}

#header_copy {
	float:left;
	line-height: 35px;
	height: 28px;
}


#header_dropdown {
	float:right;
	height: 28px;
}

#button {
	position:absolute;
	left:-48px;
	top:16px;
	width:86px;
	height:85px;
	background-image:url(images/button.png);
	float: left;
	z-index:5;
}

#footer {
	margin: 50px auto 0px;
	width: 764px;
	height:30px;
}

#anker {
	height: 30px;
	width: 100px;
	float:left;
}

#copyright {
	height:30px;
	width: 200px;
	float:right;
	text-align:right;
}





/* item */


.item {
	margin: 0px auto 100px;
	width: 764px;
	position: relative;
	clear: both;
}

.item_image {
	position: relative;
}


.item_copy {
	background-color:#FFFFFF;
	height: 18px;
	width: 250px;
	margin-top:-18px;
	position: relative;
	line-height: 18px;
}

.item_copy_long {
	background-color:#FFFFFF;
	height: 18px;
	width: 350px;
	margin-top:-18px;
	position: relative;
	line-height: 18px;
}

.item_copy_black {
	background-color:#000000;
	height: 18px;
	width: 250px;
	margin-top:-18px;
	position: relative;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
}




/* item */

#about_copy {
	height: 258px;
	width: 226px;
	text-align:left;
	position:absolute;
	left:358px;
	top:43px;
}

