body
{
	background-color :#f5f5f5;
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

h4
{
	color: #cd0000;
	font-size: 42px;
	padding-top: 30px;
	vertical-align:middle;
	letter-spacing: -2px;
	text-align: left;
}

.vlines
{
	border-left: 1px solid #ffaa9f;
	border-right: 1px solid #ffaa9f;
	width: 2px;
	float: left;
	position:relative;
	height: 100%;
}

.hlines
{
	border-top: 1px solid #ffaa9f;
	border-bottom: 1px solid #ffaa9f;
	width: 1004px;
	height: 2px;
}

.list
{
	color: #555;
	font-size: 18px;
	float: left;
	padding: 0 !important;
	width: 100%;
	position:relative;
	font-family: courier, monospace;
  	border: 1px solid #dedede;
}

.list li
{
  	list-style: none;
  	border-bottom: 1px dotted #ccc;
  	text-indent: 25px;
  	height: auto;
  	padding: 10px;
	text-transform: capitalize;
}

.header
{
	height: 	160px;
	width: 		1100px;
}

.container
{
	background-color :#f5f5f5;
	width: 1004px;
}

.menu
{
	background-color :#f5f585;
	width: 300px;
	float: left;
  	position:relative;
	height: 100%
}

.content
{
	background-color :#fafafa;
	padding-left: 40px;
	padding-right: 40px;
	width: 620px;
	float: left;
	height: 100%
}
