/* structure */


body {
	font: normal 12px/16px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color: #000000;
	background-color: #343434;
	margin-top: 0px;
	padding-top: 0px;
	}


div#container {
	width:800px;
	position: relative;
	text-align:left;
	margin: 0 auto;
	background-image: url(../images/viva_la_diva_main_repeating_bg.jpg);
	background-repeat: repeat-y;

	}
	
div#header {
	height: 246px;
	width: 800px;
	background-color: #343434;
	}
div#content {
	float:left;
	width:670px;
	text-align: left;
	line-height: 18px;
	background-image: url(../images/viva_la_diva_main_content_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 68px;
	padding-left: 62px;
	padding-bottom: 20px;
	}
	
	
div#footer {
	clear:both;
	width:100%;
	height: 47px;
	background-image: url(../images/viva_la_diva_main_footer.jpg);
	background-repeat: no-repeat;
	background-color: #343434;
	}

/* header menu */

div#header_menu {
	font: 14px "Times New Roman", Times, serif;
	position: relative;
	top: 190px;
	width: 800px;
	text-align: center;
	text-decoration: none;
	color: #432813;
}

/* fonts */



h1 {
	color: #80502A;
	font: normal 34px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	color: #996600;
	font: bold 16px/18px Georgia, "Times New Roman", Times, serif;
}

.content_link {
	color: #2A2D6C;
	font-weight: bold;
	text-decoration: none;
}
a.content_link {
	color: #061A5F;
	text-decoration: none;
}
a.content_link:hover {
	color: #990000;
	text-decoration: none;
}

p {
	text-decoration: none;
}

p a {
	text-decoration: none;
	color: #80502A;
	font-weight: bold;
}
p a:hover {
	text-decoration: underline;
	color: #996600;
	font-weight: bold;
}

ul a {
	text-decoration: none;
	color: #80502A;

}
ul a:hover {
	text-decoration: none;
	color: #996600;

}

b,strong {
	font-weight: bold;
}
.image_right {
	padding-left: 20px;
}
.image_left {
	padding-right: 20px;
}
.quotes_box {
	border: 1px solid #996600;
}


.content_li {
	margin-bottom: 12px;

}

.textinput1 {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.send_button {
	color: #80502A;
	background-color: #FFFFFF;
	border: 1px solid #80502A;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}

@media print{ 




/* structure */

body {
	padding:0;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
}

div#header {
	display:none;
	background-color: #FFFFFF;
} 

 
div#container {
	width:600px;
	float:none;
	border: none;
	background-color: #FFFFFF;
	background-image: none;
}

div#content {
	color: #000000;
	background-color: #FFFFFF;
	width: 600px;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	border: none;
	background-image: none;

}

div#footer {
	display:none;
}

/* fonts */

p a {
	text-decoration: none;
	color: #000000;
}
p a:hover {
	text-decoration: underline;
	color: #000000;
}




}

