* {
		margin: 0;
		padding: 0;
		}

html {
		font-size: 100%;
		}

body {
		margin: 10px;
		background: url(../images/pink.jpg) no-repeat fixed right bottom;
		font-family: verdana;
		font-size: 12px;
		color: #ff3399;
		}

#wrapper {
		width: 640px;
		margin: 0 auto 0 auto;
		}

#masthead {
		position: absolute;
		top: 10px;
		right: 0px;
		width: 100%;
		margin: 0 auto 20px;
		background: url(../images/head.jpg) no-repeat center bottom;
		}

h1 {
		font: normal small-caps normal 200% Geneva, Arial, Helvetica, sans-serif;
		letter-spacing: 1.5em;
		text-align: center;
		}

a {
		color: #ff6699;
		}

a:hover {
		text-decoration: none;
		}

#window {
		width: 640px;
		margin: 0 auto 0 auto;
		}

#whole {
		margin-top: 58px;
		}

#sidebar {
		width: 200px;
		float: right;
		}

h3 {
		font-family: Verdana;
		font-size: 1.17em;
		color: #ff3399;
		margin: 1em 0;
		}

#sidebar h3 {
		font: normal normal bold 125% Verdana;
		margin: 0.67em 0;
		text-align: center;
		color: #ff3366;
		border-bottom: 1px dashed #ff99cc;
		}

#sidebar p {
		text-align: justify;
		font-size: 90%;
		line-height: 20px;
		}

#sidebar a {
		text-decoration: none;
		line-height: 25px;
		}

#sidebar a:hover {
		background: url(../images/head.jpg) repeat-x;
		color: #8B1A1A;
		}

#content {
		width: 400px;
		margin-right: 200px;
		border-right: 2px dashed #ff99cc;
		padding: 15px;
		} 

h2 {
		font-family: Trebuchet MS, Arial, Verdana;
		text-align: left;
		font-size: 150%;
		color: #ff3366;
		border-bottom: 1px dashed #ff99cc;
		margin: 0.67em 0;
		}

#content p {
		line-height: 25px;
		text-indent: 2em;
		text-align: justify;
		margin: 1em 0;
		}

li {
		line-height: 1.5em;
		list-style-image: url(../images/li.jpg);
		}

ol li {
		list-style-image: none;
		}

#footnote {
		margin-top: -15px;
		float: right;
		font-style: italic;
		font-size: 80%;
		text-align: right;
		color: #000000;
		border-top: 1px dashed #000000;
		}

#footer {
		margin: 5px auto 0 auto;
		border-top: 2px dashed #ff99cc;
		width: 450px;
		font-size: 75%;
		text-align: center;
		clear: both;
		}

#footer a {
		text-decoration: none;
		color: #ff3366;
		}

#footer a:hover {
		color: #8B1A1A;
		}

ul {
		margin: 1em 0 1em 40px;
		list-style-position: outside;
		}

ul.image {
		padding: 0;
		margin: 0;
		}

ul.image li {
		list-style-type: none;
		list-style-image: none;
		}

ul.image li a {
		font-size: 20px;
		}

ol {
		list-style: decimal outside;
		margin: 1em 0 1em 40px;
		}

li a img {
		margin: 2px auto;

		}

img.floatleft {
		float: left;
		margin: 0 10px 10px 0;
		}

.banner {
		margin: 10px auto;
		}

#bsh {
		width: 468px;
		}

#ps {
		width: 475px;
		}

a img {
		border: 2px #ff6699 solid;
		}

a:hover img {
		border: 2px #8B1A1A solid;
		}