/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
*/

* { padding: 0; margin: 0; }

p.frontpage {
	font-family: Arial, Hevetica, sans-serif;
	font-size: 9pt;
	margin-left: 200px;
	width: 400px;
}

img.headshot {
	float: left;
	border: 1px solid #000000;
	margin-right: 15px;
	margin-bottom: 5px;
}

img.headshot2 {
	float: right;
	border: 1px solid #000000;
	margin-left: 15px;
	margin-bottom: 5px;
}

p.services {
	font-family: Arial, Hevetica, sans-serif;
	font-size: 9pt;
	margin-left: 200px;
	width: 400px;
}

span.header {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #bf757a;

}
p.footercopy {
font-family: Arial, Hevetica, sans-serif;
	font-size: 8pt;
	margin-left: 10px;
}

img.diva{
   margin-top:24px;
	float: left;}

img.brides{
	float: left;
	margin-top: 80px;
}

#liteboxcontainer {
	width: 500px;
	margin-left: 100px;
	margin-top: 50px;
}

img.welcome{
	margin-top: 20px;
	margin-left: 5px;}

img.sandra{
	margin-top: 05px;
	margin-left: 130px;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #cf8e93;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-x;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color: #333;
 width: 900px;
 height: 171px;
 float: left;
 height: 170px;
margin-top: 20px;
 background: #ecbdc1;
}

#navbar {
 color: #333;
 width: 900px;
 float: left;
 border: 1px solid #ccc;
 height: 25px;
 background: #666666;
}

#leftcolumn { 
 color: #333;
 background: #f1d0d3;
 height: 485px;
 width: 210px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 background: #f4dee0;
 height: 485px;
margin-right: 22px;
 width: 690px;
 display: inline;
}


#footer { 
 width: 890px;
 padding: 5px;
 clear: both;
 color: #fff;
 background: #000000;
}

.about a {
	margin-top: -3px;
	left: 0px;
	width: 210px;
	height: 43px;
	display: block;
	background-image: url("images/bt-about.jpg");
	background-repeat: no-repeat top left;
	float: left;
	z-index: 99;
}

.about a:hover {
	background-position: bottom left;
}
.samples a {
	margin-top: -3px;
	margin-left: 1px;
	left: 0px;
	width: 210px;
	height: 52px;
	display: block;
	background-image: url("images/bt-samples.jpg");
	background-repeat: no-repeat top left;
	float: left;
	z-index: 99;
}

.samples a:hover {
	background-position: bottom left;
}
.services a {
	margin-top: -3px;
	left: 0px;
	width: 210px;
	height: 45px;
	display: block;
	background-image: url("images/bt-services.jpg");
	background-repeat: no-repeat top left;
	float: left;
	z-index: 99;
}

.services a:hover {
	background-position: bottom left;
}
.contact a {
	margin-top: -3px;
	margin-left: 1px;
	left: 0px;
	width: 210px;
	height: 57px;
	display: block;
	background-image: url("images/bt-contact.jpg");
	background-repeat: no-repeat top left;
	float: left;
	z-index: 99;
}

.contact a:hover {
	background-position: bottom left;
}

.home a {
	margin-top: -3px;
	margin-left: 1px;
	left: 0px;
	width: 210px;
	height: 47px;
	display: block;
	background-image: url("images/bt-home.jpg");
	background-repeat: no-repeat top left;
	float: left;
	z-index: 99;
}

.home a:hover {
	background-position: bottom left;
}

.footerlink a:link {
	font-family: Arial, Hevetica, sans-serif;
	font-size: 7pt;
	color: #f4dee0;
}

.footerlink a:visited {
	color: #f4dee0;
}

.footerlink a:active {
	color: #f4dee0;
}
.footerlink a:hover {
	color: #ffffff;
}


