body {
margin : 0;
padding : 0;
text-align : left;
color : #000000;
background : #ff9dde url(bg.jpg) repeat-y top center;
font : 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}
#container {
width : 800px;
margin : 0 auto;
padding : 0;
color : #000000;
background : #ff9dde;
}
			/*BANNER*/
#banner {
float : center;
width : 800px;
height : 165px;
padding : 0;
margin-bottom : 0;
background : #ff9dde url(header.jpg);
}

}
			/*MAIN CONTENT*/
#content {

line-height : 1.8em;
}
#content h1 {
padding : 20px 0 0 0;
font : normal 1.4em verdana, tahoma, arial, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #ff00e4;
background : inherit;
text-align : center;
}

#content h2 {
font-size : 21px;
}

#tourbox {
background : #ff9dde url(tourbox.jpg);
}


			/*LEFT SIDEBAR*/
#sidebar {
float : left;
width : 150px;
margin : 0 0 0 0;
padding : 5px;
}
			/*NAVIGATION*/
.menu {
margin-bottom : 20px;
width : 110px;
padding : 10px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
margin : 0 0 0.2em 0;
}
.menu a {
display : block;
font-size : 11px;
color : #ffffff;
background : #d50d0d;
width : 120px;
padding : 0.5em 0.8em;
text-decoration : none;
border-left : 10px solid #890000;
}
.menu a:hover {
border-left : 10px solid #d50d0d;
background-color : #890000;
color : #fff;
}
.links {
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
}
			
			/*FOOTER*/
#footer {
background : #ff9dde url(br2.jpg);
text-align:center;
}
#footer p{

padding : 20px;
margin-top : 5px;
height : 40px;
font-size : 0.8em;
color : #ffffff;
}
#footer a:link, #footer a:visited {
color : #ffffff;
text-decoration : none;
}
#footer a:hover {
color : #ffffff;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 10px 0;
font : normal 1.4em verdana, arial, tahoma, sans-serif;
text-transform : uppercase;
color : #acaf2c;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
color : #ffffff;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #369;
background : inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}

