html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS Framework */

/* Body Styles */
body{
background:#ffffff url(../images/bg.jpg) no-repeat top center fixed;
font-family: Arial, Helvetica, sans-serif;
height:100%;
}

a{
outline:none;
}

a:link, a:hover, a:visited{
color:#FF0000;
text-decoration:underline;
}

#travel_the_world{
width:800px;
height:100%;
min-height:1000px;
margin:0px auto 0px auto;
}

.travel_book{
background:url('../images/travel-e-book-bg.jpg');
width:640px;
height:100%;
min-height:1000px;
padding:0px 80px 0px 80px;
}

.north_country{
background:url('../images/travel-e-book-top.jpg');
width:800px;
height:45px;
margin-top:8px;
}

.south_country{
background:url('../images/travel-e-book-bottom.jpg');
width:800px;
height:45px;
}

p.bigboldtext{
font-size:30px;
font-weight:bold;
font-family:Georgia;
}

.headertext{
height:110px;
width:420px;
float:left;
margin-top:35px;
line-height:32px;
}

.namespace{
height:110px;
width:200px;
float:right;
}

.around_the_world{
clear:both;
width:640px;
font-weight:bold;
text-indent:220px;
line-height:20px;
}

.content{
width:640px;
font-size:14px;
margin-top:20px;
text-indent:25px;
line-height:18px;
}

.content p{
margin-bottom:7px;
}

span.boldtext{
font-weight:bold;
}

.padding32{
padding-left:32px;
}

.if_you_love{
margin-top:40px;
margin-left:170px;
}

.manual{
width:640px;
height:290px;
font-size:14px;
background:url(../images/where-to-take-vacations.jpg) no-repeat bottom right;
padding-top: 30px;
}

.manual_left{
float:left;
width:260px;
height:215px;
}

.manual_right{
float:left;
width:350px;
height:290px;
}

.manual p{
margin-bottom:5px;
}


