/**************
 Monica Travel
**************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #F3F3F3 url(images/img01.jpg) repeat-x top left;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form {
}

fieldset {
}


h1, h2, h3 {
	margin-top: 15px;
	margin-bottom: 0px;
	color: #626456;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
	color: #BC3544;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-weight: bold;
	color: #BC3544;
	font-size: 1.5em;

}

h3 {
	margin-top: 0px;
	color: #BC3544;
	font-weight: bold;
	font-size: 1.2em;
}

td {
	vertical-align: top;
}

p, ul, ol {
	margin-top: 0;
	line-height: 1.6em;
	font-size: 1.1em;
	margin-bottom: 1.2em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
/*	color: #809B30;*/
	color: #BC3544;
}

a:hover {
	border: none;
	text-decoration: underline;
}


hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 800px;
	height: 55px;
	margin: 0 auto;
}

#menu {
	float: left;
	width: 800px;
	height: 30px;
	background: url(images/menu_bg.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
}

#menu ul {
	margin: 0;
	padding: 0;
 	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: url(images/menu_separator.jpg) no-repeat right top;
	height: 30px;
	padding: 0 10px 0 10px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 1px;
	padding: 9px 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #2C2E22;
}

#menu .active a {
	color: #2C2E22;
}


/* Logo */

#logo {
	width: 785px;
	margin: 0 auto;
	padding-left: 15px;
	background: #FFFFFF url(images/header01.jpg) no-repeat top left;
	height: 220px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-top: none;
}

/* Content */
#content {
	float: left;
	width: 520px;
	padding: 30px 30px 0px 20px;
}



/* Sidebars */

.sidebar {
	float: left;
	padding-top: 40px;
	width: 219px;
}

.sidebar h1 {
	border-bottom: 1px dotted #666666;
	margin-bottom: 2px;
	margin-top: 25px;
	font-size: 2em;
	text-transform: uppercase;
	padding-left: 15px;
	background: url(images/sidebar_arrow.gif) no-repeat left;
}



/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 140px;
	background: #F3F3F3 url(images/img02.jpg) repeat-x bottom left;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 9px;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #AAAAAA;
}