/*-------------------------Reset (from the Yahoo UI Library)------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}



/*------------------------Base-------------------------*/


a{
    outline: none;
    text-decoration: none;
    /*cursor: pointer; 
    cursor: hand;*/
}
em{font-style: italic;}
strong{font-weight: bold;}



/*----------------Global Reusable Classes---------------*/



.hide{display: none !important;}
.center{text-align: center;}
.clear{
    clear: both;
    height: 20px;
    display: block;
    margin-bottom: -20px;
}



/*-------------------Structure----------------------*/



html{background: #19191a;}
body{
	font-family: verdana, sans-serif;
	font-size:  12px;
	line-height: 1.7em;
	background: #19191a;
	text-align: center;
	min-width: 960px;
}
.wrap{
	width: 940px;
	margin:  0 auto;
	text-align: left;
}



/*---------------------Header------------------------*/



#header{
	background: #fff;
	width: 100%;
	min-width: 960px;
	float: left;
	clear: both;
	display: inline;
}
#logo{
	display: block;
	width: 321px;
	height: 61px;
	margin: 20px 0 20px 20px;
	background: url(img/logo-curatour.gif);
	text-indent: -9000px;
	float: left;
}





/*---------------------------Body-----------------------------*/



#body{
	background: #fff;
	width: 100%;
	min-width: 960px;
	float: left;
	clear: both;
	display: inline;
	padding-bottom: 80px;
	border-bottom: 15px solid #fff;
}



/*---------------------------Footer----------------------------*/



#footer{
    /*border: 0;*/
    padding:30px 0;
	float: left;
	width: 100%;
	min-width: 960px;
	clear: both;
	display: inline;
	color: #565656;
}




/*-------------------------Footertext---------------------------*/

#footer #footertext{
	font-size: 10px;
	font-weight:bold;
	color: #666;
	text-transform: uppercase;
}

#footer #footertext a, a:hover{
	color: #666;
	text-decoration: none;
}