/*/ CSS Content_Home /*/

/*/IE compatibility/*/
* {margin: 0px; padding: 0px;}
/*/Content/*/
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}

#contentcontainer {
	margin: 0 auto;
	width:942px;
	height:1100px;
	background-color:#CCCCCC;
	background-repeat:no-repeat;
}
#contentcontainer h1{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	padding-left:100px;
	padding-top:50px;
}
#h1container {
	width:750px;
	height:100px;
	float:left;
}
#nav2container {
	width:750px;
	height:30px;
	float:right;
	padding-top:20px;
}
#nav2 {
	width:400px;
	float:right;
	display:inline;
	letter-spacing:0px;
}
#nav2 li{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	list-style-type:none;
	padding-right:20px;
	text-align:right;
}
#nav2 a:link,
#nav2 a:visited {
	white-space:normal;
	color:#000000;
	text-decoration:none;
	font-weight:lighter;
}

#nav2 a:hover {
	color:#FFFFFF;
}

#products {
	margin: 0 auto;
	width: 750px;
	float:left;
	padding-top:50px;
	padding-left:100px;

}

#products td p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

#aboutcontact {
	width:240px;
	height:165px;
	float:right;
	background-color:#666666;
	margin-top:131px;
	margin-right:-240px;
}
#aboutcontact h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#aboutcontact h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
