body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-color: #ffffff;
}
#headerLeft {
	position: absolute;	
	top: 40px;
	left: 40px;
	width: 230px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#headerRight {
	position: absolute;	
	top: 40px;
	left: 320px;
	width: 440px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#headerBottom {
	position: absolute;	
	top: 340px;
	left: 40px;
	width: 670px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
/*==MENU
#header ul {
	list-style: none;
	visibility: hidden;
	position: absolute;
	top: -100px;
	left: -100px;
	width: 300px;
}
*/
#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;
	height: inherit;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: left;
	clear: all;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.1em;
	color: #8C8C8C;
	text-align: left;
	background-color: #ffffff;
}
#container {
	position: absolute;
	top: 420px;
	left: 40px;
	font-size: 1em;
	line-height: 1.5em;
	color: #666666;
	width: 710px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.content {
	position: relative;
	width: 710px;
	height: inherit;
	top: 0px;
	left: 10px;
	float: left;
	clear: all;
	background-color: #ffffff;
}
/*====TEMPLATE STARTS HERE====*/
.main {
	position: relative;
	width: 450px;
	height: inherit;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px 10px 0px 0px;
	background-color: #ffffff;
	border: none;
}
.sidebar {
	position: relative;
	width: 220px;
	height: inherit;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: all;
}
.parlor {
	position: relative;
	width: 198px;
	height: inherit;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	float: right;
	clear: all;
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	font-size: .8em;
	line-height: 1.1em;
	background-color: #FBFAFC;
	border: 1px dashed #8C8C8C;
}
/*====TEXT STYLES====*/
.copy {
	font-family: helvetica, arial, sans-serif;
	text-align: justify;
	font-size: .8em;
	line-height: 1.6em;
	padding: 0px;
	margin: 0px;
	color: #8C8C8C;
}
h1 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.3em;
	vertical-align: top;
	color: #4C2A8F;
	text-align: left;
}
h2 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: .9em;
	color: #7571D3;
	text-align: left;
}

h3 {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1em;
	color: #3F3F3F;
	text-align: left;
}
h4 {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: .9em;
	line-height: .4em;
	vertical-align: top;
	color: #3F3F3F;
	text-align: left;
}
/*====Parlour STYLES====*/
.sidebar h1 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
	vertical-align: top;
	color: #4C2A8F;
}
.parlorTitle {
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #7571D3;
}
/*====TEXT STYLES====*/
a {
	color: #4C2A8F;
	text-decoration: none;
}
a:hover {
	color: #7571D3;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
.blockquote {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.6em;
	padding: 0px 0px 0px 20px;
	margin: 0px 40px 0px 20px;
	color: #7571D3;
	text-align: left;
	border-left: 2px dashed #4C2A8F;
}
.caption {
	font-family: helvetica, arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: .7em;
	line-height: .9em;
	color: #8C8C8C;
}

/*====IMAGE STYLE====*/
.copy img {
	border: 1px solid;
	border-color: #8C8C8C;
	margin: 0px 20px 10px 0px;
	padding: 0px;
	float: left;
}
.sidebar img {
	border: 1px solid;
	border-color: #8C8C8C;
	margin: 16px 0px 0px 0px;
	padding: 0px;
}
