/*
STAACH.COM CSS
**************
**************
**************
*/

/*--GLOBAL SETTINGS--*/
/*--global setting for all h1 tags--*/

img {
	padding-top: 6px;
	padding-bottom: 6px;
}

/*--STAACH STYLES--*/
/*--------------------------------*/

/*--large box around all content--*/
#box {
	height: 100%;
	overflow: auto;
     	
     padding-left: 2px;
	/*border: 3px black solid;*/
}

#allWidth {
/*make the width roughly 250px for each news entry. example: 8 entries is about 2000px*/
	width: 2000px;
}


#nav {
	padding-left: 6px;
	width: 225px;
	/*line-height: 1;*/
}

#sideTextTitle {
	padding-left: 6px;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#sideText {
	position: relative;
	padding-left: 6px;

	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#sideText a {
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	color: 000000;
}

#sideText a:hover {
	color: CCCCCC;
}

/*--NEWS PAGE--*/
/*--------------------------------*/
.newsContent {
	position: relative;
	float: left;
		
	left: 25px;
	top: 113px;
	width: 250px;
	height: 200px;
	
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 3px;
	margin-right: 20px;

	/*border: 1px black solid;*/
	
	/*border-bottom: 1px black dashed;*/
}

#title {
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.newsContent a {
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	color: 000000;
	text-decoration: underline;
}

.newsContent a:hover {
	color: CCCCCC;
}

#date {
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	color: C2C2C2;
}
