* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}
a:link, a:visited { color: #0066CC;font-weight: bold; text-decoration: none} 
a:hover {
	color: #080459;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 550px;
 width: 720px;
 display: inline;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 height: 200px;
 background: #000000;
}

#footer { 
 width: 900px;
 height: 90px;
 clear: both;
 color: #333;
 background: #000000;
}

#navigation {
 float: left;
 width: 900px;
 height: 40px;
 color: #333;
 background: #FFFFFF;
}

#leftcolumn { 
 color: #333;
 background: #FFFFFF;
 height: 550px;
 width: 180px;
 float: left;
}
.headings {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #69147A;
	text-decoration: none;
}

