/******************* Global Properties *************/

td {
	border-width: thin;
	border-style: dotted;
}

/******************* Wrapper Div *******************/

/******************* Header Divs *******************/

/******************* Content Divs ******************/

.content {
	width: 92%;
	padding: 14px;
}

#contentTable {
	border-width: thin;
	border-style: dotted;
	border-color: #666699;
	border-collapse: collapse;
}

#feature {
	width: 300px;
}

#feature1 {
	position: absolute;
	top: 380px;
	right: 40px;
	width: 300px;
}

#feature2 {
	position: absolute;
	top: 600px;
	right: 40px;
	width: 300px;
}

/******************* Footer Div *******************/