/* CSS Document */
* {font-family: sans-serif; color: black; font-size: .96em}
.smaller {font-size:.8em}
a
	{
		text-decoration:none;		
	}

a:hover, #story p, #leftCol li, #middleCol a:hover
	{
		color:#009CDD; 
	}	

#frame
	{
		width:783px; height:570px;
		position:absolute; left:50%;
		margin-left:-409px;
		background-image:url('../graphics/bg.jpg');
		
		padding-left:35px;
	}
#leftCol, #middleCol, #rightCol
	{
		float:left; 
		width:240px;
		margin-top:50px;
		height:500px;
		margin-top:40px; 
		margin-right:10px;
	}
ul
	{
		margin-left:10px;
		padding-left:6px;
	}	

.clear
	{
		clear:both
	}
.special
	{
		color: #009CDD;
		font-weight:bold;
	}	
h1
	{
		font-size: 1em;
		text-transform:uppercase;
		color:#009CDD; 
		margin-bottom:20px;
	}
p
	{
		margin: .5em 0em;
	}
input
	{
		width:240px;
		border:1px solid #DFC9AE;
		background-color:#CEB99A;
	}
.submit
	{
		width:100px;
		background-color:#AA8E65;
	}						