/*		Color List		*/
/* 	150F24		Dark Purple		*/
/*	251A69		Purple			*/
/*	949AE8		Light Purple	*/
/*	100F24		Dark Blue		*/
/*	18264A		Blue			*/
/*	F6FF01		Yellow			*/

/*	362b51		Purple			*/
/* 	190f31		Dark Purple		*/



/* ------------CORE STRUCTURE------------ */

body {
  font-family: 		Calibri, Helvetica, Arial, sans-serif;
  color: 			#ffffff;
  background-color: 		#196657;
}

#banner {
  height: 			202px;
  text-align: 		center;
}


#container {

  min-height:		600px;
}

.content {
  padding: 			0 80px; 
  width: 			900px;
  margin: 			25px auto;
  /*background: 		#190f31;
  border: 			1px solid black;*/
}

.blankspace {
height: 			0px;
clear: 				both;
}

img {
border: 			0px;
}

/* ------------LINKS------------ */

a:link {
  color: 			#cbcd35;
  text-decoration: 	none;
}

a:visited {
  color: 			#cbcd35;
  text-decoration: 	none;
}

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

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: 			#FFFFFF;
  text-decoration: 	none;
}

/* COMIC DIVS */

#wellpath, #blinix {
  height:		500px;
  width:		400px;
  background-color: #000;
  border:		1px solid #000;
}

#wellpath {
  float:		left;
}

#blinix {
  float:		right;
}

/* MISC */

#footer {
  text-align: 		center;
  vertical-align:	text-top;
  font-size: 		75%;
  width: 			auto;
  padding: 			2px 10px;
  clear: 			both;
}

.mid, #desc , h1{
  display:			block;
  margin-left:		auto;
  margin-right:		auto;
  text-align:		center;
}

#desc {
  clear:			both;
}

.disclaimer {
  font-size:		70%;
}
