/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #471d11;
}
* {
	margin: 0px;
	padding: 0px;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none;}


#container {
	background: #ffffff;
	border: 5px solid #ffffff;
	margin: 0px auto;
	width: 783px;
	margin-top: 5px;
	margin-bottom: 10px;
}
}

#headertbl {
	background-color:#ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	
}

#mainmenu {
	display: block;
	list-style-type: none;
	background-color: #471d11;
	height: 25px;
	padding-left: 10px;
	overflow:hidden;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;

}
#mainmenu li {
	display: inline;
}
#mainmenu a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 11px;
	font-family: century gothic;
	color: #ffffff;
	margin-right: 0px;
	height: 23px;
	padding-top: 5px;
	padding-left: 80px;
}
#mainmenu a:hover {
	color: #f4b7d0;
}

#block {
	background-color:#ffffff;
}

#content {
	height: 700px;
	background: #ffffff;
	clear: both;
	position: relative;
}


#column4{

	background: #f9d1e5;
	border-right: 5px solid #ffffff;
	float: left;
	overflow: hidden;
	width: 180px;
	height: 800px;
}

#column4 #leftnav {
	
	list-style-type: none;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 11px;
	color: #775449;
	font-weight: normal;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
}
#column4 #leftnav li {
	color: #775449;
	text-decoration: none;
}
#column4 #leftnav a {
	color: #775449;
	text-decoration: none;
}
#column4 #leftnav a:hover {
	color: #ea59a1;
	text-decoration: none;
}

#column5{

	background: #ffffff;
	border-right: 5px solid #ffffff;
	float: left;
	overflow: hidden;
	width: 550px;
	padding-top: 10px;
}

#column1 #message{
	background-image: url(http://www.bellaellaboo.com/images/welcomeblock.gif);
	background-repeat: no-repeat;
	border-right: 5px solid #ffffff;
	float: left;
	overflow: hidden;
	width: 375px;
	height: 117px;
		border-top: 5px solid #fff;
		padding: 40px 20px 0px 60px

	}

#column1 #welcome{
	height: 144px;
	overflow: none;
	margin-top: 0px;
		padding: 40px 20px 0px 60px
	
}

#column1 #bottomimage{
	border-top: 0px solid #fff;
	display: block;
}

#column2{
	background-color: #ffffff;
	float: left;
	overflow: hidden;
	width: 130;

}

#column2 #featureimage {
	border-bottom: 5px solid #ffffff;
		border-right: 10px solid #fffff;

	}
	
#column2 #image2 {
	border-right: 5px solid #fffff;
	border-bottom: 5px solid #ffffff;
	

}


#column2 #bottombox{
	display: block;
	background-color: #e959a1;
	width: 135px;
	height: 32px;
	border-right: 0px;
	border-top: 50px;
}

#column3{
	background-color: #ffffff;
	float: left;
	overflow: hidden;
	

}

#column3 #image3 {
			border-bottom: 5px solid #ffffff;

}

#column3 #bottombox2{
	display: block;
	background-color: #e959a1;
	width: 266px;
	height: 32px;
	border-right: 0px;
}

#footer {
	display: block;
	list-style-type: none;
	background-color: #471d11;
	height: 20px;
	padding-left: 650px;
	overflow:hidden;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
text-transform: lowercase;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
}

#footer a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 0px;
	height: 20px;
}
#footer a:hover {
	color: #f4b7d0;
}