*
{
	margin: 0;
	padding: 0;
	font-family: Comic Sans MS, Comic Sans MS, cursive;
}

body
{
	background-color: #D2F6F4;
	/*font-family: Arial, Helvetica, sans-serif;	*/
}

/* GENERAL STYLES */
	h1
	{
		/*font-size: 48px;*/
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		background: url( images/line_background.png ) repeat-x top;
	}
	
	p
	{
		padding: 6px 0;
	}
	
	h2
	{
		padding-top: 10px;
	}

	img
	{
		border: none;
	}

	ol
	{
		list-style-position: inside;
		padding-left: 10px;
	}

	q
	{
		font-weight: bold;
	}

	a
	{
		
	}
	a:hover
	{
		text-decoration: none;
	}

	.clear_left
	{
		clear: left;
	}
	
	.text_align_right
	{
		text-align: right;
	}
	.text_align_center
	{
		text-align: center;
	}

	.float_left
	{
		float: left;
	}
	
	.float_right
	{
		float: right;
	}

	.underline
	{
		text-decoration: underline;
	}

	.quote
	{
		width: 50%;
		border: 1px solid Black;
		padding: 4px;
		margin: 0 auto;
		font-size: 110%;
	}
	
	.author
	{
		color: Black;
		font-weight: normal;
	}

	input.right {
  	text-align: right;
  	width: 75px;
	}


	
/* PAGE LAYOUT */
.align{
position: absolute;
left: 50%;
width:755px; 
height:800px;
z-index: 1;
margin-left: -470px}

.main { 
border:3px solid #ffe36d;  
width:auto; 
height:auto;
position:relative;
top:40px;
left:12.5%;
background-color:#FFFFFF;
margin-bottom: 100px;}
