/* visceralpsyche.css */

/* Created by www.leemingdesigns.com */

/***********************/
/*  Common Settings    */
/***********************/

	body {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background-color:#1D1D1D;
		background-image:url(../images/visceralblack_hexagon_background.gif);
		background-repeat:repeat;
		background-attachment:fixed;
		}

	p {
		margin:0px 10px 10px 10px;
		color:#fff;
		font-size:16px;
		font-family:verdana, arial, helvetica, sans-serif;
		}
	
	table {
		margin:0px 10px 10px 10px;
		color:#fff;
		font-size:16px;
		font-family:verdana, arial, helvetica, sans-serif;
		background:url(../images/table_transparency_5pc_white.png);
		}
	
	li {
	margin:0px 10px 10px 20px;
	color:#fff;
	font-size:16px;
	font-family:verdana, arial, helvetica, sans-serif;
		}
		
	h1 {
		margin:0px 10px 10px 10px;
		color:#fff;
		font-size:16px;
		font-weight:600;
		padding-top:10px;
		font-family:verdana, arial, helvetica, sans-serif;
		}
	
	a {
		color:#808080;
		text-decoration: none;
		}
		
	a:visited {
		color:#808080;
		text-decoration: none;
		}
		
	a:hover {
		color:#676767;
		text-decoration: none;
		}
	
	.hilite {
		color: #FFFF00;
		}
	
	.subheading {
		font-weight:600;
		}
		
	.table_clear {
		background:none;
		}
		
	.leeming {
		font-size: 9px;
		color: #000;
		font-weight: 300;
		font-family:verdana, arial, helvetica, sans-serif;
		}
		
	.globaladdress {
		font-size: 11px;
		color: #FFF;
		font-weight: 300;
		font-family:verdana, arial, helvetica, sans-serif;
		}
		
	a.leeming {
		font-size: 8px;
		color: #333;
		font-weight: 100;
		font-family: verdana, arial, helvetica, sans-serif;
		text-decoration: none;
		}
		
	a.leeming:visited {
		font-size: 8px;
		color: #333;
		font-weight: 100;
		font-family: verdana, arial, helvetica, sans-serif;
		text-decoration: none;
		}
	
	a.leeming:hover {
		font-size: 8px;
		color: #808080;
		font-weight: 100;
		font-family: verdana, arial, helvetica, sans-serif;
		text-decoration: none;
		}
	
/***********************/
/*       Banner        */
/***********************/

div#Banner {
	height:150px;
}
div#column2 {
	width: 100%;
}
div#column1 {
	width: 100%;
}
/***********************/
/*    Left Content     */
/***********************/
	
div#LeftContent {
	padding: 10px 0px 10px 5px;
	width: 250px;
	float: left;
}
		
	#LeftContent a.default {
		color: #fff;
		font-size:16px;
		font-weight:600;
		text-decoration: none;
		}
		
	#LeftContent a.default:visited {
		color: #fff;
		font-size:16px;
		font-weight:600;
		text-decoration: none;
		}
		
	#LeftContent a.default:hover {
		color:#808080;
		font-size:16px;
		font-weight:600;
		text-decoration: none;
		}

/***********************/
/*   Center Content    */
/***********************/
		
div#CenterContent {
	padding: 0px 0px 0px 0px;
	margin-left: 260px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

div#twitter_div {
	text-align: left;
}

/***********************/
/*       Footer        */
/***********************/

div#Footer {
	height:30px;
	text-align: center;
	clear: both;
}
	
	#Footer p {
		color:#fff;
		font-size:9px;
		font-weight:300;
		text-align:center;
		text-decoration:none;
		padding-top:10px;
		font-family:verdana, arial, helvetica, sans-serif;
		}
		
	#Footer a {
		color:#fff;
		text-decoration: none;
		}
		
	#Footer a:visited {
		color:#fff;
		text-decoration: none;
		}
		
	#Footer a:hover {
		color:#fff;
		text-decoration: none;
		}

/*******************************************/
/*       Three Column Alignment Fix        */
/*******************************************/

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}