/* CSS Document */
html{
	height:100%;
}
body {
	width: 800px;
	background-image: url(nswife.com/msbg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
}
p {
	font-size: 75%;
	line-height: 160%;
	letter-spacing: .05em;
}
h1 {
	font-size: 100%;
	text-decoration: none;
}
h2 {
	font-size: 85%;
	color: #3300CC;
	text-decoration: none;
	letter-spacing: .05em;
}
h3 {
	font-size: 85%;
	border: 1px solid #000;
	padding: 10px;
	margin-left: 80px;
	margin-right: 80px;
	text-align: center;
	letter-spacing: .05em;
}
blockquote { 
	color: #330099;
	font-size: 80%;
	font-style: italic;
	text-align: justify;
	margin-left: 100px;
	margin-right: 100px;
	line-height: 150%;
	letter-spacing: .05em;
}
.mainpagetext { 
	color: #330099;
	font-size: 90%;
	margin-left: 10px;
	line-height: 150%;
	letter-spacing: .05em;
}
.navigation {
	font-size: 100%;
	text-decoration: none;
	letter-spacing: .2em;
	color: #FFF;
}
.visited {
	font-size: 100%;
	letter-spacing: .2em;
	text-decoration: none;
	cursor: default;
	color: #3300CC;
}
.contact {
	color: #330099;
	text-decoration: none;
	line-height: 100%;
}
.link {
	color: #330099;
	text-decoration: underline;
	line-height: 150%;
}
.booklink {
	font-size: 90%;
	color: #330099;
	text-decoration: none;
	font-variant:small-caps;
}
img.floatLeft { 
    float: left; 
    margin: 10px;
	border: 1px solid #000;
}
img.floatRight { 
    float: right; 
    margin: 10px;
	border: 1px solid #000;
}
img.Border {
	border: 1px solid #000;
}
#header {
	position: inherit;
}
#navbar {
	position: relative;
	display: block;
	background-color: #000000;
	width: 800px;
	height: 35px;
	z-index: 500;
}
ul {
	margin: 0;
	list-style: none;
}
li {
	position: relative;
	float: left;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 110%;
}
li a:link {
	color: #FFF;
}
li a:visited {
	color: #999999;
}
li a:hover {
	color: #3300CC;
}
li a:active {
	color: #6666FF;
}
#movie {
	padding: 0;
}
#main {
	float: left;
	background-color: #DDDDDD; 
	width: 800px;
	padding-top: 5px;
	text-align: left;
	display: inline;
}
#leftcontent {
	float: left;
	width: 380px;           
	padding: 10px;
}
#rightcontent {
	float: right;
	width: 380px;
	padding: 10px;
}
#centercontent {	
	width: 780px;
	padding: 10px;
}
#footer {
	clear: both;
	background-color: #DDDDDD;
	width: 100%;
	text-align: left;
	bottom: 0px;
}
#footer bookme {
	position: absolute;
	bottom: 55px;
}
