@charset "utf-8";
#twoColContent{
	width:720px;
	margin:0;
	padding:1em 3em 3em 3em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#twoColContent p{
	font-size:1.2em;
	line-height:1.4em;
	color:#333;
	padding:1.5em 0;
	margin:0;
}

#twoColContent ul{
	padding:0;
	margin:.25em 0 1em 2em;
}

#twoColContent li{	
	font-size:1.2em;
	line-height:1.4em;
	color:#333;
}
#twoColContent ul li ul{
	padding:0;
	margin:0em 0 0em 2em;
}

#twoColContent ul li ul li{	
	font-size:1em;
	line-height:1.4em;
	color:#333;
}


#twocolleft{
	width:275px;
	float:left;
	margin:0;
	padding:0;
}

#twocolright{
	width:425px;
	float:right;
	padding:0;
	margin:0;
	clear:both;
}


#twocolleftshort{
	width:175px;
	float:left;
	margin:0;
	padding:0;
}

#twocolrightlong{
	width:565px;
	float:right;
	padding:.5em;
	margin:0;
	clear:both;
}

#twocolsub{
	width:750px;
	text-align:center;
	clear:both;
	float:left;
}

.ideal li{
	width:220px;
	float:left;
}

.accessories li{
	width:100px;
	float:left;
}
p.center{
	text-align:center;
}
