/* Default Settings */

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	
	
	line-height
}

/* Main */


#container {
	height: 556px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#contact {
	height: 140px;
	width: 740px;
}
#index {
	height: 519px;
	width: 740px;
	text-decoration: none;
}
#spacer {
	height: 35px;
	width: 740px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b4b4b4;
}
#content {
	height: 400px;
	width: 310px;
	float: left;
}
#showcase {
	height: 480px;
	width: 430px;
	float: right;
	padding-top: 10px;
}
#flash {
	height: 120px;
	width: 310px;
}
#fountmain {
	height: 28px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b4b4b4;
	padding-top: 36px;
}
#fount {
	height: 28px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b4b4b4;
	padding-top: 28px;
} 

#next {
	height: 5px;
	width: 740px;
}
#footer {
	height: 54px;
	width: 100%;
	float: left;
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
	margin-top: -28px;
}


/* Text & Hovers */


.dkgrey {
	font-family: Verdana;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
	width: 300px;
	float: left;
}
.com {
	font-family: Verdana;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
	width: 440px;
	text-align: right;
	float: right;
}
.context {
	font-family: Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #7F7F7F;
	height: 160px;
}
.dkgrey     a:link,.dkgrey     a:visited      {
	font-family: Verdana;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
}
.dkgrey a:hover, .navbl a:active {
	color: #E705D6;
}
.com a:link, .com a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
}
.com a:hover, .com a:active {
	color: #E705D6;
}
.next {
	font-family: Verdana;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
	width: 740px;
	text-align: right;
	float: right;
	margin-top: -20px;
	height: 28px;
}
.next  a:link, .next  a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
}
.next  a:hover, .next  a:active {
	color: #E705D6;
}
.context a:link, .context a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #7F7F7F;
	text-decoration: underline;
}
.context a:hover, .context a:active {
	color: #E705D6;
}



/* Misc */

#cfiller {
	width: 740px;
	height: 143px;
}
#greytile {
	background-color: #EBEBEC;
	height: 83px;
	width: 740px;
}

p.contact {
	position:relative;
	top:-28px;
}



/* Browser Hacks */

*html #cfiller {
	width: 740px;
	height: 131px;
}
*html p.contact {
	position:relative;
	top:0px;
}
