@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
}
.wrapper {
	width: 1025px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/dante_bucci_home_nopic.png);
	background-repeat:no-repeat;
}
.wrapper_bio {
	width: 1025px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/dante_bucci_bio.jpg);
	background-repeat:no-repeat;
}
.wrapper_bio_two {
	width: 1025px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/dante_bucci_more_bio_background.jpg);
	background-repeat:no-repeat;
}
.wrapper_disc {
	width: 1025px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/dante_bucci_disc_background.png);
}
.wrapper_photo {
	width: 1025px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/dante_bucci_photo_background.png);
}
.wrapper_video {
	width: 1025px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/dante_bucci_video_background.png);
}
.wrapper_contact {
	width: 1025px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/dante_bucci_contact_background.png);
}
.links {
	width: 1025px;
	height: 25px;
}
.signupform {
	width: 230px;
	height: 75px;
	margin-left: 10px;
	padding-top: 7px;
}
.text_color_white_10px {
	font-size: 10px;
	color: #FFF;
}
.text_color_dark_grey_10px {
	font-size: 10px;
	color:#484848;
}
.text_color_white_14px {
	font-size: 12px;
	color:#FFF;
}
.text_color_dark_grey_16px {
	font-size: 16px;
	color:#484848;
}
.text_color_dark_grey_12px {
	font-size: 12px;
	color:#484848;
}
.logo_bar {
	width: 1025px;
	height: 63px;
}
.logo {
	width: 300px;
	height: 63px;
	float: left;
}
.logo_spacer {
	width: 260px;
	height: 63px;
	float: left;
}
.sub_links {
	width: 465px;
	height: 63px;
	float: left;
}
.sub_links_top {
	width: 465px;
	height: 35px;
}

.sub_links_bottom {
	width: 465px;
	height: 28px;
}
.grey_text {
	font-size: 9px;
	color:  #b8b8b8;
}
.grey_text_12 {
	font-size: 12px;
	color:  #484848;
}
.grey_text_14 {
	font-size: 12px;
	color: #b8b8b8;
}
.main_header {
	width: 1025px;
	height: 415px;
}
.main_header_left {
	width: 425px;
	height: 415px;
	float: left;		
}
.main_header_right {
	width: 600px;
	height: 415px;
	float: left;
}
.main_header_right_top {
	width: 600px;
	height: 220px;
}
.main_header_right_top_left {
	width: 400px;
	height: 220px;
	float: left;
}
.main_header_right_top_right {
	width: 200px;
	height: 220px;
	float: left;
}
.main_header_right_middle {
	width: 600px;
	height: 135px;
	float: left;
}
.main_header_right_bottom {
	width: 600px;
	height: 52px;
	float: left;
}
.spacer_1 {
	width: 1025px;
	height: 28px;
}
.youtube {
	width:259px;
	height: 160px;
	z-index: 10;
}		
.main_bottom {
	width: 1025px;
	height: 247px;
}
.main_bottom_bio {
	width: 1025px;
	height: 645px;
}
.main_bottom_bio_left {
	width: 282px;
	height: 645px;
	float: left;

}
.main_bottom_bio_right {
	width: 743px;
	height: 645px;
	float: left;
}
.main_bottom_bio_right_top {
	width: 743px;
	height: 310px;
	float: left;
}
.main_bottom_bio_right_top_disc {
	width: 743px;
	height: 600px;
	float: left;
}
.main_bottom_bio_right_top_more_about {
	width: 743px;
	height: 640px;
	float: left;
}
.main_bottom_bio_right_bottom {
	width: 743px;
	height: 300px;
	float: left;
}

.bottom_links {
	width: 1025px;
	height: 50px;
}
.footer {
	width: 1025px;
	height: 19px;
}
a:link {
	color: #B8B8B8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B8B8B8;
}
a:hover {
	text-decoration: none;
	color: #574E4E;
}
a:active {
	text-decoration: none;
	color: #B8B8B8;
}
body,td,th {
	font-family: "Lucida Grande", Tahoma, sans-serif;
}

A.class1 {color:#166AC9;}
A.class1:link  {text-decoration: none; color: #166AC9;}
A.class1:visited {text-decoration: none; color: #3416C9;}
A.class1:hover {text-decoration: underline; color: #3416C9;}
A.class1:active {text-decoration: none; color: #166AC9;}