@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
}

#container {
	background-color: #FFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}


#mast {
	width: 750px;
	height: 155px;
	background-image: url(images/mast.jpg);
}

#content {
	width: 550px;
	min-height: 500px;
	background-image: url(images/content_background_fade.jpg);
	background-repeat: repeat-y;
	padding-left: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content1 {
	width: 750px;
	/*background-image: url(images/content_background_fade.jpg);
	background-repeat: repeat-y;*/
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	margin-bottom: -15px;
}
p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	padding-right: 10px;
}


#DisplayPhoto {
	width: 258px;
	height: 206px;
	float: right;
}


#leftSidebar {
	width: 170px;
	position: absolute;
	border-right-width: thick;
	border-right-style: dotted;
	border-right-color: #FFF;
	margin-top: 20px;
}

#leftSidebar a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#FeaturedBox {
	background-color: #00D900;
}
#FeaturedBox h1 {
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 1.1em;
}
#FeaturedBox p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
}
#footer {
	background-image: url(bizzy_life_footer.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 100%;
	background-position: right;
}
#footer2 {
	padding-top: 5px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

