/*
Layout: Magik Tours
URL Layout: http://www.magiktours.com/
Description: Code developed for the layout of the site
Version: 1.0
Updated: 2009/08/11 | Laval - Canada
Webdesigner: Valdete Ceolin 
*/
 
/*Formatting basic layout
****************************/
body {
margin:0px;
padding:0px;
background-color:#252525;
color: #032650;
font: 15px "Trebuchet MS", Calibri, Verdana, Arial;
}


/*Formatting block GENERAL
****************************/
#GENERAL {
background-color:#ffffff;
width: 1024px;
margin: 0px auto;
position: relative;
}


/*Formatting block TOP
****************************/
#TOP {
background-image: url(../images/banner.jpg);
height: 191px;
position: relative;
}


/*Formatting block MENU
****************************/
#bg_menu {
background-image: url(../images/menu.jpg);
height:67px;
position: relative;
}

ul#MENU {
	margin:-40px 165px 0px;
	padding:0px;
	position:absolute;
	left: -19px;
	top: 257px;
	width: 763px;
}
ul#MENU li {
display:inline;
margin-right: 28px;
}
ul#MENU li a {
text-decoration:none;
color:#F4F4F4;
font: 14px Calibri, Verdana, Arial;
}
ul#MENU li a.active, ul#MENU li a:hover {
color: #FFCC66;
}


/*Formatting block CONTENT
****************************/
#CONTENT {
background: #FFFFFF;
}

#PRICE {
text-align:right;
margin-top:-30px;
}


/*Formatting block FOOTER
****************************/
#FOOTER {
background: center top url(../images/footer.jpg) no-repeat;
height: 22px;
margin-top: -10px;
}
