/********************************************CONTENT*************/
#Content {
	width: 800px;
	font-size: 1.25em;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #46475B;
	font-weight: lighter;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 25px;
	margin-top: 15px;
}



#ContentList {
	width: 800px;
	margin-left: 40px;
	
}



#Content ul {
	list-style-type: none;
	text-decoration: none;
	margin-top: 10px;
	}
#Content ul a:link, #Content ul a:visited
{
	color: #46475B;
	text-decoration: none;
	list-style-type: none;
	display: block;
	padding: 5;
	margin: 5;
	margin-top: 10px;
	;
}

#Content ul a:hover
{
	color: #fff;
	background-color: #46475B;
	text-decoration: none;
	list-style-type: none;
}	

#Image1 {
	width: 325px;
	float: right;
	margin: 50;
	margin-top: 90px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-image: url(../images/circuitBoard-25.png);
}
#Content #ContentList small a {
	margin-left: 350px;
	font-size: 0.75em;
}

