/* layout */
body
	{
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-family: Comic Sans MS;
	font-size: 1em;
	font-weight: bold;
	height: 100%;
	border: none;
	line-height: 1.6em;
	}
html
	{
      margin: 0;
      padding: 0;
      height: 100%;
      border: none;
	}
#head
	{
	width: 25em;
	height: 250px;
	margin: auto;
	border: none;
	padding: 0;
	margin-bottom: -50px;
	}
#wrapper
	{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	border: none;
	}
#content
	{
	text-align: left;
	font-size: 1.4em;
	width: 41em;
	min-width: 700px;
	margin: auto;
	padding-top: 30px;
	padding-left: 1em;
    height: 700px;
    border: none;
	background: url(sillybilly.jpg) no-repeat;
	background-position: right;
	}
.indent
	{
	margin-left: 4em;
	position: relative;
	line-height: 0.1em
	}
.margin
	{
	margin-top: 3em;
	margin-bottom: 1em;
	}
.title
	{
	font-size: 3em;
	color: red;
	margin-bottom: 0.8em;
	position: relative;
	margin-top: 0.1em;
	}
.bigbluetext
	{
	color: blue;
	margin-left: 6em;
	margin-top: -6em;
	position: relative;
	font-style: italic;
	}	
.link
	{
	font-size: 1.2em;
	}
/* layout ends*/
img
	{
	background-color: transparent;
	}
a img,:link img,:visited img
	{
	border: none;
	}
a.imglink:hover
	{
	background: transparent;
	}
a:link
	{
	background: inherit;
	color: #0000cc;
	text-decoration: none;
	}
a:visited
	{
	background: inherit;
	color: #0000cc;
	text-decoration: none;
	}
a:hover
	{
	background: inherit;
	color: #ff00ff;
	text-decoration: underline;
	}
a:active
	{
	background: inherit;
	color: #ff00ff;
	text-decoration: none;
	}
.small
	{
	font-size: 0.5em;
	text-align: center;
	font-style: normal;
	}
.center
	{
	text-align: center;
	font-style: normal;
	}
.left
	{
	text-align: left;
	}
.right
	{
	text-align: right;
	}