/* interior_one.css */

#content_one {
	float: left;
	padding: 60px 2px 10px 10px;
	width: 300px;
	background-color: #FFF;
border-right: 1px solid #000;
}
#content_three{ 
width:210px;
float: left;}

#content_two {
float: left;
width: 431px;
padding-right: 5px;
padding-left: 5px;

background-color: #FFF;
}

.heading1 {
color: #A00000;
font-weight: bold;
font-size: 14px;
text-align: center;
}

.pagetitle {
font-weight: bold;
font-size: 18px;
}
#content_one a{
text-decoration: underline;
}

#content_two a{
text-decoration: underline;
}

#content_three a{

text-decoration: underline;
}
#content_three {
font-size: 10px;

}

label{
	padding: 60px 10px 10px 10px;
	float: left;
	clear: left;
	width: 200px;
	text-align: right;
	margin-right: 5px;
	padding: 3px 7px;
	font-weight: bold;
	background: #f6f6f6;
	border-bottom: 1px solid #fff;
}

li {margin-left: 15px;
}

#sales_comparison {
font-size: 10px;
}

#main { 
background: #fff;
}


#inner_content {
background: #fff;
border: 1px solid #fff;
}

#content_one p {
margin:0px;
padding: 0px;
}
