/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}


h1 {
font-size:16px;
font-weight:700;
}

h2 {
font-size:12px;
font-weight:600;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
color: black;
font-style:italic;
font-size:10px;
}


p {
font-size:10px;
font-weight:500;
line-height:1em;
}

a:link { 
color:#990033;
}

a:visited {
color:#00C0FF;
}

#homebutton a:link, 
#homebutton a:visited {
color: black;
text decoration: none;
}

#story {
width: 450px;
}

p.sub {
font-style:italic;
}

p.story {
line-height: 2em;
}

#about {
width:600px;
}

#bottom a:link, 
#bottom a:visited,
#bottom {
color: white;
text decoration: none;
background-color:#990033;
}

#q {
width: 450px}

#whole {
	width:800px;
	align:center;
	margin-left:auto;
  	margin-right:auto;
		}
	
#head {
width: inherit;
}

#body {
	float:none;
	width:600px;
	background-color:white;
	padding:5px;
	position:auto;
	left: 253px;
	
}


#menu {
	
	margin-top:20px;
	background-color:#FFFFFF;
	}

#contact {
	width:600px;
	postion:auto;
	margin-left:auto;
	margin-right:auto;
		}
		
		
#left	{
	width:300px;
	float:left;
	align:auto;

	
}

#right	{
	padding-right:90px;
	padding-left:10px;
	width:400px;
	float:right;
}

#left2	{
	width:200px;
	float:left;
	align:auto;

	
}

#right2	{
	padding-right:90px;
	padding-left:10px;
	width:500px;
	float:right;
}