#conash3D0{display:none;}

html, body{height:100%;margin:0;padding:0;}

#layout_table{
	width:100%;
	height:100%;
}
#layout_table td{
	background: url(images/butcher_bg.jpg);
}
#left_column, #right_column{width:49%;}
#layout_table #left_column{background-position: top right;}

a{
	color:#8B1035;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
a img{border:0;}

#content{
	font-family: sans-serif;
	margin: 0 auto;
	padding: 0 auto;
	width: 1000px;
	background:;
}

#main{
	width:1000px;
	height:760px;
}

#navbar{
	position: relative;
	text-align: center;
	border:0px solid black;
}
#textblock{
	position: relative;
	font-size: 13pt;
	border:0px solid black;
}

#navlist{
	padding: 0;
	margin: 0;
	list-style: none;
}
.navbutton{
	display: inline;
	margin: 0;
	padding: 0 30px;
	font-size: 18pt;
}

#footer{
	font-family: sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 70%;
	text-align: center;
	padding: 0 50px;
}

.pe{font-family:serif;font-weight:bold;font-style:italic;}

.editable{}
.edit_over{border:1px dotted red;}

/*------------------------*/
/* WELCOME */

#main.welcome{
	background:url(images/welcome_bg.jpg) no-repeat;
}

#navbar.welcome{
	top:600px;left:325px;
	width: 590px;
}

/*------------------------*/
/* MENUS */
	
#main.menus{
	background:url(images/menus_bg.jpg) no-repeat;
}
#main.menucard_01{
	background:url(menus/images/menucard_01.jpg) no-repeat;
}
#main.menucard_02{
	background:url(menus/images/menucard_02.jpg) no-repeat;
}
#main.menucard_03{
	background:url(menus/images/menucard_03.jpg) no-repeat;
}
#main.menucard_04{
	background:url(menus/images/menucard_04.jpg) no-repeat;
}
#main.menucard_05{
	background:url(menus/images/menucard_05.jpg) no-repeat;
}
#main.menucard_06{
	background:url(menus/images/menucard_06.jpg) no-repeat;
}
#layout_table.menucard td{
	background:url(images/menucard_bg.jpg);
}

#navbar.menus{
	float:right;
	top:355px;left:-55px;
	width:590px;
}

#textblock.menus{
	float:right;
	top: 95px;left:-65px;width:350px;height:320px
}

#menu_list{
	border:0px solid black;
	position: relative;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	top:217px;
	left:179px;
}
#menu_list a{color: black;}
#menu_list li{
	height:67px;
}

#editbutton{
	position: relative;
	top: 220px;
}

/*------------------------*/
/* BIO */

#main.bio{
	background:url(images/bio_bg.jpg) no-repeat;
}


#textblock.bio{
	float:right;
	top: 180px;left:-135px;
	width:530px;height:425px
}

#navbar.bio{
	top:675px;left:400px;
	width: 550px;
}

/*------------------------*/
/* CONTACT */

#main.contact{
	background:url(images/contact_bg.jpg) no-repeat;
}

#email_form{
	padding: 20px;
	background: white;
	position: relative;
	float:left;
	top:95px;
	left:40px;
	width:390px;
	height:485px;
}

#textblock.contact{
	float:right;
	top: 60px;left:-65px;
	width:430px;height:150px
}

#navbar.contact{
	top:675px;left:8px;
	width: 490px;
}

/*------------------------*/
