@charset "UTF-8";
/* CSS Document */

/* About page CSS*/



div#header_left {
background: url("../images/logo_about.gif") no-repeat;
}

/* main layout */

div#about_title {
float: left;
width: 800px;
height: 100px;
margin-top: 5px;
}

html>body #about_title {
background: url(../images/about_title.gif) top left;
margin-top: 0;
}

div#about_content {
font-size: 85%;
float: left;
width: 800px;
background-color: #FFFFFF;
}

div#about_content_group {
float: left;
width: 800px;
height: auto;
background: url(../images/about_content_bg.gif) top left repeat-y;
margin: 19px 0 10px 0;
display: inline;
}

div#abouttext {
float: left;
width: 480px;
margin: 0 10px 0 10px;
display: inline;
}

p#about {
padding: 0 0 10px 0px;

}

div#bottom_border {
float: left;
width: 800px;
padding: 20px 0 0px 0;
overflow: hidden;
background: url("../images/about_border_bottom.gif") no-repeat;
height: 0px !important; 
height /**/:20px; 
}

/* navigation */

ul.MenuBarHorizontal a.MenuBarItemSubmenu_About {
	background-image: url(../images/nav/about.gif);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	width: 80px;
	height: 30px;
	margin: 0;
	padding: 0;
}

/* Picture of Buddle */

img#buddle{
margin: 0 10px 10px 0;

}

img#feast{
margin: 10px 0 10px 0;

}


img#ffwaf{
margin: 10px 0 10px 0;

}