*, body, html { margin:0px; padding:0px; border:0px; }

body {
	padding:20px;
	font-family:verdana;
	font-size:11px;
}

input { border:1px solid black; width:200px;}
textarea { border:1px solid black;  width:200px; height:60px;}
.btn { width:120px; }

.bordered {
	border:1px solid lightgrey;
	padding:2px;
	margin-top:4px;
	margin-bottom:8px;
}
.menu_item {
	padding:0px;
	height:32px;
}

.menu_item a { text-decoration:none; 
}

.menu_n1 { 
	float:left; 
	display:block;
	border:0px solid black;

	width:210px;
	height:30px;

	margin:0px;
	padding:0px;

	color:white;
}

.menu_n2 { 
	display:none;
	position:absolute; 
	left:228px;
	background:white;
}

.menu_n2 a {
	display:block;
	background:#848a86;
	padding:6px 10px 0px 10px;
	color:white;
	margin-bottom:2px;
	height:24px;
	width:172px;
}

.clearBoth { clear:both; }

#main_image_line {
	width:626px;
	height:11px;
	background:url(images/main_image_line.jpg) top left no-repeat;
}
#nav_container {
	float:left;
	width:212px;
}

#main_container {
	position:absolute;
	left:230px;
	padding:0px;
	margin:0px;
	float:left;
	border:0px solid black;
}



#main_nav span {
	padding-top:2px;
	position:absolute;
}
#main_nav span a {
	color:#5e5e5e;
	text-decoration:none;
}
.main_nav_1 { left:17px;  }
.main_nav_2 { left:138px; }
.main_nav_3 { left:245px; }
.main_nav_4 { left:358px; }
.main_nav_5 { left:454px; }
.main_nav_6 { left:554px; }
#main_content {
	margin-left:14px;
	margin-top:16px;
	width:600px;
}

#main_content_line {
margin-top:40px;
width:631px;
height:13px;
background:url(images/main_content_line.jpg) top left no-repeat;
}

#main_content img {
margin-top:4px;
margin-bottom:8px;
}

.menu1_hover { 
	/* Hover images are set in index.php */
	background:url(images/menu/cotto_hover.gif) top left no-repeat; 
}