/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #cccccb url(../img/background.gif) repeat-x;
	color: #012c48;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
	clear: both;
	height: 0px;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
color: #012c48;
}
a:hover {
color: #012c48;
}
a:active {
color: #012c48;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#outer_wrapper {
	width: 965px;
}
#seo {
	height: 47px;
	margin-left: 45px;
}
#header {
	width: 941px;
	padding-left: 24px;
}
#content {
	width: 965px;
}
#nav_side {
	display: inline;
	float: left;
	width: 159px;
	margin-left: 24px;
}
#photos {
	display: inline;
	float: left;
	width: 451px;
}
#intro {
	display: inline;
	float: left;
	width: 149px;
	height: 483px;
	background-image: url(../img/background_intro.jpg);
	background-repeat: no-repeat;
}
#intro div.pad {
	padding-left: 7px;
	padding-top: 35px;
	font-style: italic;
	padding-right: 7px;
	font-size: 11px;
	line-height: 17px;
}
#service_side {
	display: inline;
	float: left;
	width: 182px;
}
#navigation {
	width: 153px;
	margin-left: 6px;
	background-image: url(../img/background_navigation.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
p {
	margin-bottom: 1.5em;
}
.head {
	font: normal small-caps bold 15px/normal "Times New Roman", Times, serif;
	color: #002a62;
}
.rule {
	height: 1px;
	background-color: #c9980a;
	margin-bottom: 3px;
}
#service_side div.pad {
	padding-left: 7px;
	padding-top: 10px;
	padding-right: 7px;
	font-size: 12px;
	color: #4b4b4b;
}
#footer {
	width: 935px;
	height: 42px;
	margin-left: 30px;
	background-image: url(../img/background_footer.gif);
	background-repeat: no-repeat;
	font-size: 10px;
}
#footer div.pad {
	padding-top: 8px;
}
#weddings {
	display: inline;
	float: left;
	width: 475px;
	background-image: url(../img/background_weddings.gif);
	background-repeat: no-repeat;
}
#weddings div.pad {
	padding-left: 45px;
	padding-top: 15px;
}
#corporate {
	display: inline;
	float: left;
	width: 475px;
	background-image: url(../img/background_corporate.gif);
	background-repeat: no-repeat;
}
#corporate div.pad {
	padding-left: 45px;
	padding-top: 15px;
}
.fancy {
	font: italic normal bold 18px/normal "Times New Roman", Times, serif;
}
.bullets
{
	list-style: none;
}
.bullets li
{
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 5px;
}