/* CSS Document */


body{
	background-color:#f2f2f2;
	margin-top:75px;
	font-size:100%;
	font-family:Helvetica;
	
}

#holder{
	margin:auto;
	width:600px;
	height:621px;
}

#navHolder{
	width:600px;
	height:21px;
	text-align:center;
	color:#3c2415;
	font-size:.8em;
	overflow:hidden;
}

#mainHolder{
	position:relative;
	width:600px;
	height:600px;
	background-color:#3c2415;
}


#ribbonBar{
	width:600px;
	height:57px;
	background-color:#35c4cb;
	position:absolute;
	bottom:82px;
	left:0px;
}

#logoHolder{
	width:252px;
	height:101px;
	background-color:#FFFFFF;
	position:absolute;
	bottom:52px;
	right:65px;
	border: #2caeb4 9px solid;
	overflow:hidden;
}

#welcome{
	position:relative;
	width:153px;
	height:50px;
	top:14px;
	left:24px;
}

#textArea{
	position:relative;
	width:494px;
	height:241px;
	top:52px;
	left:52px;
	color:#FFFFFF;
	overflow:hidden;
	font-size:.9em;
}

A:link {
	color:#35c4cb;
	text-decoration:underline;
}

A:visited {
	color:#35c4cb;
	text-decoration:underline;
}

A:hover {
	color:#35c4cb;
	text-decoration:none;
}

A:active {
	color:#35c4cb;
	/*text-decoration:underline;*/
}
