@charset "UTF-8";
/* CSS Document */


/*

#id-name
.classname

padding: 10px 20px 10px 20px; /* top right bottem left


			<div class="newsitem">
                <div class="textcon">
                    <h1>heading</h1>
                    <h2>date</h2>
                    <p>news body</p>
                </div>
                
                <div class="imagecon">
                    image
                </div>
            </div>
*/

#content hr{
	margin-bottom:40px;  /* was 44 */
}

.newsitem{
	/* background-color:#eee; */
	padding: 0px 0px 0px 0px; /* top right bottem  left */
	margin: 0px 0px 40px 0px; /* top right bottem  left */  /* was 44 */
}

.textcon {
	width:193px;
	margin:-6px 0px 0px 0px; /* top right bottem left */
	padding: 0px 0px 0px 0px; /* top right bottem left */
	/*
	position:relative;
	top:0px;
	left:0px;
	*/
	/* display:inline-block; */
	float:left;
}

.textcon h1{
	/* heading */
	font-weight:bold;
	color:#000000;
	font-size:14px;
}

.textcon h2{
	/* date */
	font-size: 11px;
	font-weight:normal;
	color:#757575;
}

.textcon p{
	margin: 26px 0px 0px 0px; /* top right bottem  left */
	color:#757575;
	/* body copy */
}

.textcon a:link {
  color:#00d600;
  text-decoration:none;
	
}      /* unvisited link */
.textcon a:visited {
	color:#00d600;
  text-decoration:none;
}  /* visited link */
.textcon a:hover {
  text-decoration:underline;
}  /* mouse over link */
.textcon a:active {
  color:#00d600;
  text-decoration:underline;
}  /* selected link */


.imagecon {
	padding: 0px 0px 0px 0px; /* top right bottem left */
	margin: 0px 50px 0px 0px; /* top right bottem left */
	/*
	position:relative;
	top:0px;
	left:212px;
	*/
	/* width:745px; */
	width:745px;
	overflow:hidden;
	/* display:inline-block; */
	float:right;
	/* background-color:#999;*/
}

.imagecon img{
		margin:0px 0px 0px 0px; /* top right bottem left */
		padding: 0px 0px 0px 0px; /* top right bottem left */
		border:none;
}

.clear {
	clear:both;
}

/* this is also in the main CSS but has to be diffrent in this one */
#footer {
	padding-top:0px;
}
