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

/* Standard Tags */

.style1 {font-size: 9px}
.in10{padding-bottom:10px;}
.in20{padding-bottom:20px;}
.in30{padding-bottom:30px;}


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	background-image: url(../images/bg_scroll.jpg);
	background-repeat: repeat-x;
}

/* Template Divs */

#container {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1B1851;
	border-left-color: #1B1851;
	height: auto;
}

#header {
	height: 149px;
	width: 423px;
	background-image: url(../images/caitlin%27s-dream_01.jpg);
	background-repeat: no-repeat;
}

#header_right {
	background-image: url(../images/corner_animation.gif);
	background-repeat: no-repeat;
	height: 149px;
	width: 217px;
	position: relative;
	float: right;
	top: -149px;
	z-index: 1;
}

#left {
	height: 502px;
	width: 139px;
	background-image: url(../images/caitlin%27s-dream_03.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

#sub_header {
	background-image: url(../images/caitlin%27s-dream_04.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 501px;
	position: relative;
	float: right;
	top: -149px;
}

#page_content {
	float: right;
	position: relative;
	width: 461px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	top: -160px;
	left: 0px;
}

#footer {
	background-image: url(../images/Bottom_banner.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 640px;
	clear: both;
	float: none;
	padding-top: 40px;
}
