html{
	height: 100%;
}
body{ 	
	font-family: "Times New Roman", Times, serif;
	color: #453C2F;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background: url('http://www.rossellabiscotti.com/img/header_bg.gif') top repeat-x #F6F6A5;
	height: 100%;
}

#site{
	width: 876px;
}

#header{
	height: 83px;
	background: url('http://www.rossellabiscotti.com/img/header_line_bg.gif') bottom repeat-x;
	font-family: "Times New Roman", Times, serif;
	color: #453C2F;
	font-size: 10px;
}

#menu1{
	position: absolute;
	margin-left: 38px;
	margin-top: 10px;
}

#menu1 a{
	background-color: #F6F6A5;
	color: #453C2F;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 3px;
}

#menu1 a:hover, #menu1 .active{
	background-color: #453C2F;
	color: #F6F6A5;
}

#menu2{
	position: absolute;
	margin-left: 244px;
	margin-top: 10px;
}

#menu3{
	position: absolute;
	margin-left: 822px;
	margin-top: 10px;
}

#menu3 a{
	color: #453C2F;
	text-decoration: none;
	padding: 0px 3px;
}

#menu3 a:hover, #menu3 .active{
	background-color: #453C2F;
	color: #ffffff;
}

#content{
	
}

#footer{
	margin-left: 38px;
	color: #453C2F;
	font-size: 9px;
}

#footer a{
	color: #453C2F;
	text-decoration: none;
}

#footer a:hover{
	color: #453C2F;
	text-decoration: underline;
}

.home_project{
	width: 631px;
	height: 218px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.idea{
	width: 631px;
	height: 218px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
}

.project{
	width: 631px;
	height: 218px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}

.pixeldivider{
	position: absolute; 
	background: url('http://www.rossellabiscotti.com/img/pixeldivider.gif'); 
	height:2px; 
	width:876px; 
	overflow: hidden;
	clear: both;
	left: 0px;
}

.minidivider{
	background: url('http://www.rossellabiscotti.com/img/pixeldivider.gif'); 
	height:2px; 
	width:631px; 
	overflow: hidden;
	clear: both;
}

.presspixeldivider{
	background: url('http://www.rossellabiscotti.com/img/presspixeldivider.gif'); 
	height:5px; 
	width:876px; 
	overflow: hidden;
	clear: both;
	left: 0px;
}


.black_header{
	color: #F6F6A5;
	background-color: #453C2F;
	text-decoration: none;
	padding: 0px 3px;
	font-weight: bold;
}

.white_header{
	color: #453C2F;
	background-color: #ffffff;
	text-decoration: none;
	padding: 0px 3px;
	font-weight: bold;
}

.txtbutton{
	font-weight: bold;
	color: #453C2F;
	padding: 0px 3px;
	text-decoration: none;
}
.txtbutton:hover{
	text-decoration: underline;
}

.content{
	font-family: arial, helvetica, sans-serif;
}

.projectthumbs{
	width: 137px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}

.projectthumbs img{
	margin: 0px 2px 2px 0px;
}

.projectcontent{
	width: 215px;
	margin-top: 28px;
	margin-right: 0px;
	padding: 3px;
	background-color: #F6F6A5;
	float: right;
}

.projectimage{
	width: 306px;
	margin-left: -22px;
	height: 216px;
	cursor: pointer;
	border: 1px solid #ff0000;
}

.press{
	background-color: #453C2F; 
	height: 434px; 
	width: 876px; 
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	color: #F6F6A5;
	padding-top: 5px;
}

.pressheader{
	font-size: 20px;
	font-weight: bold;
}

.cvheader{
	font-size: 25px;
	font-weight: bold;
}

.press a{
	font-weight: bold;
	color: #F6F6A5;
	padding: 0px 3px;
	text-decoration: none;
}