@import url("travelsketch.css");

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background:#da9847;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#303;
}


h1, h2, h3, h4, h5, h6 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#643538;
	letter-spacing: .1em;
}

a {
	font-weight: normal;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #B44480;
}

/** BANNER */

#header {
	width: 770px;
	margin: 0px auto;
	padding: 1px 0 15px 0;
}

#header h1 {
	margin: -60px;
	padding: 36px;
	text-align: center;
}

#header h2 {
	margin: 0 0 0 36px;
	padding-left: 300px;
	text-align: left;
	font-size: 1.8em;
	font-family:"Comic Sans MS", cursive;
}
#header img {
	margin: 6px 0px 0px;
	padding: 0px;
	
}

/** MENU */

#menu {
	/*background-color:#06C;*/
	width:780px;
	margin:auto;
	
}

#menu ul {
	
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*text-align: center;*/
	white-space:nowrap;
	
	text-align:center;
}

#menu li {
	display: inline;
	white-space:nowrap;
	margin, padding:0;
	
	
	
	
}

#menu a {
	text-decoration:none;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 24px 40px;
	background:url("images/buttonbigger.gif") no-repeat 50% 50%;
	
}

#menu a:hover {
	color:#FC3;
}

/** CONTENT */

#content {
	width: 790px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	
	}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 475px;
	padding: 0px 20px 0px 20px;
	background-image:url(images/left-back.jpg);
	background-repeat:repeat-y;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	
}

#right p{
	color:#303;

}
#right h2{
	color:#da540d;
}


#right2 {
	float: right;
	width: 210px;
	padding: 0px 20px 40px;
	background-color:#dbbf86;
	font-size:0.9em;
	border:
; 			font-style: normal;
	line-height: .5em;
	color:#333;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #930;
	border-right-color: #930;
	border-bottom-color: #930;
	border-left-color: #930;
	margin-top: 18px;
}
#right2 p{line-height:1.1em;
margin-top:-8px;}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	background-color:#C60;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	color:#FFC;
	font-size:.9em;
}

#container{
background-image:url(images/content.jpg);
	background-repeat:repeat-y; 
	
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.last{
padding-bottom:2em;
}
.Cpix{
padding:6px 0;
}
.Cpix_caption{
padding-left:2em;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
.red{color:#900;}