/* Stylesheet for followanna.com */
/* If you're reading this, you're a sad individual... :P */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, blockquote, border {margin: 0px; padding:0px; border:0px;}

body {
	background-color: #71889e;
	margin: 20px 0px 0px 0px;
	}

#container {
	width: 787px;
	height: auto;
	background-image: url(../images/image_02.jpg);
	}
#content {
	width: 760px;
	height: auto;
	}
#itinerary {
	width: 184px;
	height: 174px;
	background-image: url(../images/image_04_2.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	}
#gallery {
	width: 184px;
	height: 174px;
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 5px;
	}
	/* 175/133 */
#galimg {
	width: 170px;
	height: 120px;
	border-width: 1px;
	border-style: solid;
	border-color: #CBDDE7;
	background-position: center;
	}	

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 115%;
	}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0089CF;
	font-weight: normal;
	}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #008BCE;
	}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	}
	
a:link {
	color: #71889e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #71889e;
}
a:hover {
	text-decoration: none;
	color: #2085c0;
}
a:active {
	text-decoration: none;
	color: #2085c0;
}