	*{
	padding:0;
	margin:0;
	}
	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		/*overflow: hidden;*/
	}

	#flashcontent {
		height: 600px;
	}
	/* end hide */

	h1 {
		font-size: 48px;
		font-style: normal;
		font-weight: normal;
	}

	h2 {
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
	}

	h3 {
		font-size: 14px;
		font-weight: bold;
	}

	h4 {
		font-size: 12px;
		font-weight: bold;
	}
	
	body {
		background-repeat: repeat-y;
		margin-left: 0px;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 0;
		background-color: #000000;
		height: 100%;
		padding: 0;
		font-family: Helvetica, Verdana, Arial;
		color: #edfbff;
		font-size: 12px;
	}

	a {
		color:#cccccc;
	}
a:link {
	color: white;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: white;
}

a:hover {
	background-color: #404040;
	text-decoration: underline;
	color: white;
}

a:active {
	color: white;
	text-decoration: underline;
}
	#header {
		font-style: normal;
		font-weight: normal;
		font-size: 48px;
		color: white;
		background-color: #cccccc;
	}

	.orangetext {
		padding-right: 5%;
		background-color: #f3591d;
		border-top-color: #f301ff;
		border-top-style: solid;
		border-top-width: 2px;
		border-bottom-color: #4b5567;
		border-bottom-style: solid;
		border-bottom-width: 10px;
	}

	.purptext {
		padding-right: 5%;
		background-color: #37136d;
		border-top-color: #853600;
		border-top-style: solid;
		border-top-width: 2px;
		border-bottom-style: none;
	}

	.redtext {
		padding-right: 5%;
		background-color: #760a16;
		border-top-style: none;
		border-bottom-color: #573967;
		border-bottom-style: solid;
		border-bottom-width: 10px;
	}

	.browntext {
		padding-right: 5%;
		background-color: #4e2e25;
		border-top-color: #ccccff;
		border-top-style: solid;
		border-top-width: 3px;
		border-bottom-color: #4b5567;
		border-bottom-style: solid;
		border-bottom-width: 2px;
	}

.olivetext {
		padding-right: 5%;
		background-color: #4b3718;
		border-top-color: white;
		border-top-style: solid;
		border-top-width: 2px;
		border-bottom-color: #4b5567;
		border-bottom-style: solid;
		border-bottom-width: 15px;
	}

.bluetext {
		padding-right: 5%;
		background-color: #464b73;
		border-top-color: #ff7e02;
		border-top-style: solid;
		border-top-width: 4px;
		border-bottom-color: #8d2401;
		border-bottom-style: solid;
		border-bottom-width: 4px;
	}

	.bluegreytext {
		text-align: left;
		padding-right: 5%;
		background-color: #4b5567;
		border-top-color: #ff1c1c;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-color: #4b5567;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		height: 125px;
		
	}

	.lbluetext{
		padding-right: 5%;
		background-color: #8aa9a3;
		border-top-color: #abc1d7;
		border-top-style: solid;
		border-top-width: 5px;
		border-bottom-color: #4b5567;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	 .turqtext {
		padding-right: 5%;
		border-top-color: #b7783b;
		background-color: #3b8f80;
		border-top-style: solid;
		border-bottom-color: #fffeb1;
		border-bottom-style: solid;
		border-bottom-width: 2px;
	}.greentext {
		border-top-width: 10px;
		padding-right: 5%;
		border-top-color: #080881;
		background-color: #476a2c;
		border-top-style: solid;
		border-bottom-color: #fdff01;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}.images{
		background-image: url(media/imagebg.jpg);
		background-position: 0 50%;
		background-repeat: repeat-x;
	}
	 img{
		border-bottom-style: none;
		border-top-style: none;
		vertical-align: bottom;
	}
	
	.charcoaltext {
		border-top-width: 4px;
		border-top-color: #b3fffb;
		padding-right: 5%;
		background-color: #2b324d;
		border-top-style: solid;
		border-bottom-color: #edff04;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	#footer {
		border-bottom-width: 1px;
		border-bottom-color: #fc02ff;
		border-bottom-style: solid;
		text-align: right;
		width: 100%;
		background-color: #373f4d;
		position: absolute;
		right: 0px;
	}
	.rt {
		right: 0px;
		position: relative;
	}
	.minitext {
		font-size: 10px;
	}
	