@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	
	background-color:#333333;

}

img {
	padding-left:2px;
	padding-right:2px;
}

a:link {color:#FFFFFF;
text-decoration:none;}
a:visited {color:#FFFFFF;
text-decoration:none;}
a:active {color:#FFFFFF;
text-decoration:none;}
a:hover {
	color:#C56531;
	text-decoration:none;

}




/*content*/
.pic {text-align:left;
vertical-align:middle;
margin:0px;}

.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding-left: 280px;
	width: 475px;
	padding-top: 10px;
}

.header1 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-align:right;
margin-top:-275px;
margin-left:270px;
}

.bio {
	width: 450px;
	height:377px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	margin-left: 300px;
	vertical-align: middle;
}


.pricing {
	width: 350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 400px;
	height: 350px;
}

.pricing1 {text-indent:30px;
font-size:12px;}

.pricing2 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	vertical-align: middle;
	}
.pricing3 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	vertical-align: middle;
	}

.contact {
	width: 350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	vertical-align: top;
	margin-right:0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 400px;
	
}

.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #333333;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #333333;
	
	
}

wed_link {width:300px; 
height:200px;
margin-left: 200px;
margin-top:200px;
}



/*footer*/
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	padding-top:20px;
	width:780px;

}
.style3 {
	background-image: url(images/Mike_Jon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 400px;
	width: 750px;
}

.style4 {
	background-image:url(images/pricing.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 379px;
	margin-bottom:90px;
	
	
	
	}

.style5 {
	background-image:url(images/contact.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 384px;
	margin-top: 20px;
	margin-bottom:90px;
	
	
	
	
	}

	
