/* CSS Document */
H1 {
	font-family: Geneva, verdana;
        font-size:110%;
}

H2 {
	font-family: geneva, verdana;
	text-decoration: underline;
	font-weight: normal;
        font-size:90%;
	}

H3 {
	font-family: geneva, verdana;
	font-weight: bold;
        font-size:90%;
	}

a {
	font-family: geneva, verdana;
	text-decoration: underline;
	color: #000000;
	}

a:hover {
	font-family: geneva, verdana;
	text-decoration: underline;
	color: #000000;
	}

a#blacklink  {
	text-decoration: none;
	color: #000000;
	}

a:hover#blacklink {
	text-decoration: underline;
	color: #000000;
	}

a#whitelink  {
	text-decoration: none;
	color: #FFFFFF;
	}	

a:hover#whitelink {
	text-decoration: underline;
	color: #FFFFFF;
	}

#whiteText {
	font-family: verdana, geneva, verdana;
	font-size: 12px;
	color: #FFFFFF;
	}

body, p, ul {
	font-size: 12px;
	font-family: geneva, verdana;
	background-color: #FFFFFF;

	background-color: transparent;
	}


#text_left {
	padding: 40px 0 0 40px;
	text-align: left;
	}
	
#text_right {
	padding: 40px 40px 0 0;
	text-align: right;
	}
	
#stage {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	}

#menu {
	width: 685px;
	text-align: right;
	}

#itinerary {
	background-image: url(/images/background_itinerary.png);
	background-repeat: no-repeat;
	}

#itinerary_frame {
	background-image: url(/images/veronica_fresh.png);
	background-repeat: no-repeat;
	height: 495px;
	width: 699px;
	text-align: center;
	}

#about {
	background-image: url(/images/background_about.png);
	background-repeat: no-repeat;
	}

#about_frame {
	background-image: url(/images/veronica_straight.png);
	background-repeat: no-repeat;
	height: 495px;
	width: 699px;
	text-align: center;
	}

#blog {
	background-image: url(/images/background_blog.jpg);
	background-repeat: no-repeat;
	}

#blog_header {
        padding: 40px 20px 0 50px;
        text-align: left;
        }

#blog_frame {
	background-image: url(/images/veronica_blog.png);
	background-repeat: no-repeat;
	height: 495px;
	width: 699px;
	text-align: left; 
	}
	
#blog_text {
	padding: 5px 20px 0px 50px;
	text-align: left;
	border: 0px;
	overflow: auto;
	width: 310px;
	height: 380px;
	}

#contact {
	background-image: url(/images/background_contact.jpg);
	background-repeat: no-repeat;
	}

#contact_frame {
	background-image: url(/images/veronica_whip.png);
	background-repeat: no-repeat;
	height: 495px;
	width: 699px;
	text-align: center;
	}

#measurements {
	background-image: url(/images/background_measurements.jpg);
	background-repeat: no-repeat;
	}

#measurements_frame {
	background-image: url(/images/veronica_punk.png);
	background-repeat: no-repeat;
	height: 495px;
	width: 699px;
	text-align: center;
	}