/***********************************************************
				BASIC LINKS
**********************************************************/
a {
	color: #9F2931; 
	text-decoration: none;
	}
a:hover {
	color: #000; 
	text-decoration: none;
	}
/********************************************************
				BODY INFO
*********************************************************/
body{
	width:auto; 
	color: #222;
	background: white;
	border:none;
	}
	
/**********************************************************
				HEADER
************************************************************/
#header {
	height: 120px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	width:auto;
	border:none;
	}
#logo {
	width:auto;
	border:none;
	overflow: hidden;
	float: none;
	}
#headerright {
	display: none;
	}

/****************************************************************
				JOURNAL \ CONTACT \  PAGE IMAGE
*****************************************************************/
#journal {
	display: none;
	}
/*******************************************************
				CONTENT PAGE INFO
*********************************************************/
#contentwrapper{
	width:auto;
	border:none;
	}

#contentcolumn{
	width:auto;
	border:none;
	float: none;
	color: #222;
	font-size: 12px;
	line-height:1.5em;
	}
	/*****************************************************
					LEFT COLUMN
	******************************************************/
#leftcolumn {
	display: none;
	}

/**********************************************************************
				FOOTER
**********************************************************************/
#footer{
display: none;}

.jot-list {
	display: none;
}
.jot-form {
	display:none;}
}