@charset "utf-8";
/*stylesheet for Imaperial Bento 
author: Lisa Chadwick: Chadwick Design : http://www.chadswebstudio.co.uk*/
*{
padding:0px;
margin:0px;}

body {
	font-family: Verdana, Tahoma, "Helvetica 55 Roman", sans-serif;
	font-size: 62.5%;
	background-color: #ffffff;
	background-image: url(images/back.jpg);
}
/*-------------- Structure -------------------*/
#wrapper {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #204684;
	margin-top: 5px;
	}
#header {
	height: 147px;
	width: 900px;
	background-image: url(images/masthead1.jpg);
	background-repeat: no-repeat;
	
}
#content {
	background-color: #ffffff;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	
}
#logo {
	background-image: url(images/logo2.jpg);
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#mainTxt {
	width: 630px;
	text-align: left;
}
#rightBar {
	width: 200px;
	float: right;
	clear: none;
	margin-right:10px;
}
#fadeimage{
	width: 200px;
	height:301px;
	background-image:url(images/bento3.jpg);
	border:2px #6996DE solid;
	}
/* --------------- TAGS -----------------*/
p {
	font-size: 1.2em;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5em;
}
h1 {
	font-size: 1.4em;
	color: #003373;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
h2 {
	font-size: 1.4em;
	color: #6996DE;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-size: 1.3em;
	color: #003373;
	margin-bottom: 7px;
}
#mainTxt li {
	font-size: 1.2em;
	list-style-position: inside;
	margin-left: 20px;
	
	margin-bottom: 7px;
}
#mainTxt ul {
	margin-top: 10px;
	}


/*---------------- classes & id ----------------------*/
.floatL {
	float: left;
	margin-right: 20px;
	border: 2px solid #6996DE;
}
.border {
border:2px #6996DE solid;}
#fadeimage2 {
	width: 350px;
	height:232px;
	background-image:url(images/oriental1.jpg);
	border:2px #6996DE solid;
	float: right;
}
#mainTxt2 {
	width: 900px;
	text-align: left;
}
.floatL_noborder {
	float: left;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.red {
	color: #962222;
}

.borderMargin {
	border:2px #6996DE solid;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#email {
	width: 650px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#email a{
	font-size: 1.4em;
	color: #7B99E1;
	font-weight: bold;
}
#credits {
width:900px;
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom:10px;}

#credits a{
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.floatR {
	float: right;
	border: 2px solid #6996DE;
	margin-left: 20px;
}

