* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	}

body {
	text-align: center;
	font-size: 12px;
	}

#container {
	width: 700px;
	margin: 0px auto;
	height: 100%;
	background-image: url(http://www.onthegoeastend.com/template/images/bgstrip.jpg);
	background-repeat: repeat-x;
	}

#content {
	width: 540px;
	float: right;
	margin-left: 5px;
	background-color: #E7F1F8;
	padding: 10px;
	}
	
tr {
	font-size: 10px;
	}

p {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 11px;
	}

h1 {
	font-size: 14px;
	margin-bottom: 2px;
	}
	
h2 {
	font-size: 12px;
	text-align: left;
	}

h3 {
	font-size: 12px;
	text-align: center;
	}

h4 {
	font-size: 10px;
	text-align: center;
	color: #444;
	margin-bottom: 8px;
	}

#cover {
	text-align: center;
	margin-bottom: 15px;
	}

#cover img{
	border: solid grey 1px;
	width: 300px;
	height: 380px;
	}

/**************************\
|          Header          |
\**************************/

#header { 
	height: 140px;
	width: 700px;
	text-align: left;
	}

#logo {
	padding-left: 25px;
	float: left;
	}

#slogan {
	font-family: Arial;
	font-style: italic;
	font-size: 14px;
	color: darkblue;
	float: left;
	margin: 105px 0px 0px 10px;
	height: 14px;
	}

#banner {
	float: right;
	margin: 35px 25px 0px 0px;
	width: 200px;
	height: 88px;
	overflow: hidden;
	background-color: white;
	}

#bannerpromo {
	float: right;
	margin: 35px 25px 0px 0px;
	width: 192px;
	height: 80px;
	background-color: white;
	border: dashed grey 4px;
	}

#bannerpromo p {
	text-align: center;
	font-size: 11px;
		}

#bannerpromo h3 {
	margin: 15px 0px 5px 0px;
		}

/**************************\
|          Navbar          |
\**************************/

#navbar {
	float:left;
	width: 450px;
	font-size: 11px;
	display: inline;
	}

#navbar ul, #navbar ul li {
	list-style-type: none;
	margin:0;
	padding:0;
	}

#navbar ul {
	margin-left: 5px;
	width:550px;
	}

#navbar ul li {
	float:left;
	margin-right: 3px;
	text-align: center;
	}
	
#navbar ul a {
	float:left;
	padding: 5px 10px;
	background: #d7e1e8;
	text-decoration:none;
	color: #666;
	}

#navbar ul a:hover {
	background: #E7F1F8;
	color: #666;
	}

#navbar ul li.activelink a, #navbar ul li.activelink a:hover {
	background:#E7F1F8;
	color: #003;
	}


/**************************\
|          Sidebar         |
\**************************/

#sidebar {
	font-weight: bold;
	width: 125px;
	float: left;
	padding: 0px 5px;
	font-size: 11px;
	}

#sidebar ul {
	list-style: none;
	}
	
#sidebar li a {
  	height: 13px;
  	text-decoration: none;
  	margin-bottom: 7px;
  	padding: 6px;
  	text-align: center;
  	background-image: url(http://www.onthegoeastend.com/template/images/button_off.gif);
  	color: white;
  	}	
	
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	}
	
#sidebar li a:hover {
	background-image: url(http://www.onthegoeastend.com/template/images/button_on.gif);
	}


/**************************\
|          Footer         |
\**************************/

#footer {
	clear: both;
	padding-top: 2px;
	font-size: 10px;
	text-align: right;
	}

/**************************\
|       NiftyCorners       |
\**************************/
	
b.niftycorners, b.niftyfill {display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}
