/* Generic Elements */

body {
	background-color:#bfe98b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:24px;
	margin:0px auto;
}

h1, h2, h3, h4, h5, p {
	margin: 15px 0px;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1 {
	font-size:14px;
	color:#e75a86;
}
h2 {
	font-size: 18px;
}
a {
	color: #e75a86;
	text-decoration:underline;
}
a:hover {
	color: #e75a86;
	text-decoration:none;
}
a img {
	border: none;
}
strong {
	font-style: inherit;
	font-weight: bold;
}
em {
	font-style: italic;
	font-weight: inherit;
}

/* Generic Classes */

.clear {
	clear: both;
}
.hide {
	visibility: hidden;
}
.off {
	display: none;
}
.center {
	text-align: center;
}
.linker {
	display: block;
	height: 124px;
	cursor: pointer;
}

/* Specific Elements */

#mainContainer {
	position:relative;
	margin:0px auto;
	width:1000px;
}
#mainContainer * {
	zoom:1;
}
#headerContainer {
	background-color:#fffce0;
	position:relative;
	height:480px;
	overflow:hidden;
}
#headerLogo {
	position:absolute;
	width:518px;
	height:284px;
	top:0px;
	left:0px;
}
#headerSocial {
	position:absolute;
	width:518px;
	height:195px;
	top:284px;
	left:0px;

}
#headerPhoto {
	position:absolute;
	width:482px;
	height:480px;
	top:0px;
	right:0px;
}
#bodyContainer {
	background-image:url(../images/body-bkgrnd.jpg);
	background-repeat:repeat;
	background-color:#fffde4;
	padding:1px 0px 20px 25px;
	position:relative;
	overflow:hidden;
}
#bodyLeft {
	float:left;
	width:245px;
	text-align:left;
	margin:15px 0px 0px 0px;
	background-color:#fffde4;
}
#bodyCenter {
	text-align:left;
	padding-right:25px;
	margin:0px 331px 0px 270px;
	background-color:#fffde4;
}
#bodyCenter h1 {
	margin-bottom:0px;
	margin-top:25px;
}
#bodyCenter p {
	margin-top:0px;
	margin-bottom:15px;
}
#bodyRight {
	float:right;
	width:331px;
	background-color:#fffbcc;
	text-align:center;
}
#footerContainer {
	height:52px;
	background-image:url(../images/suite-caroline_08.jpg);
	margin:0px auto;
}
#footerContainer p {
	text-align:center;
	font-size:11px;
	margin:0px auto;
	position:relative;
	top:20px;
}
#photobucket {
	text-align:center;
	margin:0px auto;
	padding:15px 0px 30px 0px;
	width:310px;
}
#youtube {
	margin-top:15px;
}