body {
	margin: 0;
	padding: 0;
	color: white;
	background-color: #003663;
	background-image: url(../images/body_bck.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
body, html, #wrapper {
	width: 100%;
	height: 100%;
}
body, td, th, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

#wrapper {
	border-spacing: 0;
	border: none;
}
#wrapper td {
	vertical-align: middle;
}

#container {
	width: 800px;
	height: 605px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	color: black;
}
#left {
	position: absolute;
	width: 296px;
	height: 605px;
	background-color: #0063a5;
	background-image: url(../images/left_bck.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#right {
	width: 504px;
	height: 605px;
	padding-left: 296px;
	background-image: url(../images/right_bck.jpg);
	background-repeat: no-repeat;
	background-position: 296px 0;
}

#logo {
	padding-left: 110px;
	padding-top: 40px;
	height: 200px;
}
#menu {
	width: 250px;
	/*text-align: right;*/
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: block;
	/*text-align: right;*/
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: top right;
	height: 38px;
	text-indent: -9999px;
	/*margin-left: auto;*/
}
#menu a:hover {
	background-position: center right;
}
#menu a.selected {
	background-position: bottom right !important;
}

#header {
	height: 172px;
}
#header ul {
	margin: 0;
	float: right;
	padding: 20px 20px 0 0;
}
#header li {
	float: right;
	display: inline;
	margin-left: 20px;
}

#title {
	height: 68px;
	padding-left: 35px;
}
#title h1 {
	margin: 0;
	height: 0;
	height: 68px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
#content {
	height: 345px;
	padding: 0 30px 20px 35px;
	overflow: auto;
	overflow-x: hidden;
}



.menu_home {
	background-image: url(../images/buttons/home.gif);
	width: 60px;
	margin-left: 190px;
}
.menu_about {
	background-image: url(../images/buttons/about.gif);
	width: 70px;
	margin-left: 180px;
}
.menu_recipes {
	background-image: url(../images/buttons/recipes.gif);
	width: 80px;
	margin-left: 170px;
}
.menu_outlets {
	background-image: url(../images/buttons/outlets.gif);
	width: 80px;
	margin-left: 170px;
}
.menu_whatsnew {
	background-image: url(../images/buttons/whatsnew.gif);
	width: 120px;
	margin-left: 130px;
}
.menu_airstrip {
	background-image: url(../images/buttons/airstrip.gif);
	width: 100px;
	margin-left: 150px;
}
.menu_contact {
	background-image: url(../images/buttons/contact.gif);
	width: 80px;
	margin-left: 170px;
}
.menu_links {
	background-image: url(../images/buttons/links.gif);
	width: 60px;
	margin-left: 190px;
}
.menu_contract {
	background-image: url(../images/buttons/contract.gif);
	width: 200px;
	margin-left: 50px;
}


.title_home {
	background-image: url(../images/titles/home.gif);
}
.title_about {
	background-image: url(../images/titles/about.gif);
}
.title_recipes {
	background-image: url(../images/titles/recipes.gif);
}
.title_outlets {
	background-image: url(../images/titles/outlets.gif);
}
.title_whatsnew {
	background-image: url(../images/titles/whatsnew.gif);
}
.title_airstrip {
	background-image: url(../images/titles/airstrip.gif);
}
.title_contact {
	background-image: url(../images/titles/contact.gif);
}
.title_links {
	background-image: url(../images/titles/links.gif);
}
.title_contract {
	background-image: url(../images/titles/contract.gif);
}


#content ul {
	margin: 0;
	margin-top: -5px;
	padding: 0 20px;
}
#content h2 {
	font-size: 15px;
	font-weight: bold;
	color: #0063a5;
	margin: 0;
	padding: 0;
}

#box_cover {
	background-image: url(../images/box_bck1.gif);
	background-repeat: no-repeat;
	background-color: white;
	background-position: top left;
	margin-bottom: 30px;
	margin-top: 20px;
}
#box {
	background-repeat: no-repeat;
	background-position: bottom right;	
	padding-bottom: 20px;
	padding-top: 50px;
}

#outlets ul {
	margin: 0;
	padding: 0;
	padding: 5px 0 5px 20px;
}
#outlets ul ul li {
	padding-bottom: 5px;
}
#content a:link, #content a:visited, #content a:active {
	color: #005cc8;
	text-decoration: underline;
}
#content a:hover {
	color: #0074fd;
	text-decoration: none;
}
#airstrip li {
	padding-bottom: 10px;
}