/* hide from ie on mac \*/
html { height: 100%; }

#flashcontent { height: 80%;}

#header { 
	height: 10%;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	 
}

.contactme {
	font-family: arial, helvetica;
	font-size: 12px;
	/* color: #5F8530; */
}

#footer { 
	height: 40%;
	font-family: arial, helvetica, sans-serif;
	color:#fff;
	font-size: 13px;

	background: #171717 url("../images/swirls.png") repeat-x 0 0; 	

}


.copyright {
	/* float: left; */
	font-family: arial, helvetica;
	font-size: 12px;
	margin-left: 13%;
}


#contact {
	 width: 70%;
	 margin-left: 13%;

}


/* end hide */

body {
	/* height: 100%; */
	margin: 0 auto;
	padding: 0;
	background: #343434;
	color:#FFF;

}

p {
	/* width: 54%; */
	font-family: arial, helvetica, sans-serif;;
	/* font-size: 70%; */
	margin-left: 13%;

}


text {
	width: 54%;
	font-family: arial, helvetica;
	font-size: 70%;
	margin-left: 13%;

}

a { color:#FFF; text-decoration: none;}
a:hover { color: #348193}


