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

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
 
#privacy_terms{

width: 600px;
height: 500px;
margin: 0 auto;
padding: 0px 20px 20px 20px;
border:solid 1px;
text-align:left;
overflow:auto;
}

#specs_details{
width: 990px;
height: 580px;
margin: 0 auto;
padding: 0px 20px 20px 20px;
border:solid 1px;
text-align:left;
overflow:auto;
font-size:12px;
line-height: 18px;
}

#specs{
width: 465px;
height: 580px;
text-align:left;
float:left;
margin: 0px 0px 0px 0px;
}

#specs ul {
padding-left:15px;
list-style-type:none;
}

#specs li {
line-height:24px;
}


#details{
width: 445px;
height: 580px;
padding: 0px 20px 0px 0px;
text-align:left;
float:left;
}

#details p{
padding: 0px 0px 0px 15px;
}

h1 {
text-align:center;
font-size:14px;
}

h2 {
text-align:left;
font-size:14px;
color:#9c491b;
}

.bold {
font-weight:bold;
}

.brownbold {
color:#9c491b;
font-weight:bold;
}

.center {
text-align:center;
}