@charset "UTF-8";
<!--
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	background-color: #c2dde2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a {
	font-size: 12px;
	color: #eb2d63;
}
a:link {
	text-decoration: none;
	color: #eb2d63;
}
a:visited {
	text-decoration: none;
	color: #eb2d63;
}
a:hover {
	text-decoration: underline;
	color: #87afb7;
}
a:active {
	text-decoration: none;
	color: #eb2d63;
}

#mainBacker {
	width: 886px;
	height:700px;
	margin: 0 auto;
	position: relative;
	background: url(/v/jules/img/page_bg.gif) repeat-y top left;
	
}

#mainContainer {
	width: 886px;
	height:auto !important;
	height:700px;
	margin: 0 auto;
	position: relative;
	background: url(/v/jules/img/jules_background.jpg) no-repeat top left;
	
}

#pageContainer {
	width: 783px;
	min-height: 1024px;
	margin: 0 auto;
	position: relative;


}

#logoContainer {
	width: 280px;
	height: 91px;
	overflow:auto;
	margin: 15px auto;
	position: relative;
	float: left;
	text-align: left;
	

}

#JDSContainer {
	width: 463px;
	height: 91px;
	overflow:auto;
	margin: 0 auto;
	position: relative;
	float: left;
	text-align: left;
	padding: 25px 0 0 0;
	
}

#homeIntro {
	width: 380px;
	overflow:auto;
	position: relative;
	clear: both;
	float: right;
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 50px;
	color:#4a737b;
	
}


#JulesBooksContainer {
	width: 430px;
	overflow:auto;
	position: relative;
	clear: both;
	float: right;
	text-align: left;
	margin-top: 60px;
	margin-left: 30px;
	margin-right: 30px;
	color:#4a737b;
	
}
-->