* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background:#F6F0E0;
}
#navigation {
	float: left;
	width: 900px;
	color: #FA20CF;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color:#000;
	font-size: 16px;
	font-weight: bold;
}
#leftcolumn {
	color: #333;
	background:#000000;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	width: 100px;
	float: left;
}
#content {
	float: left;
	color: #FA20CF;
	border: 1px solid #ccc;
	background:#000000;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	width: 656px;
	display: inline;
}
#rightcolumn {
	color: #FA20CF;
	background:#000000;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	width: 100px;
	float: left;
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	background-color:#000;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
a:link {
	color: #FA20cf;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F6F;
}
a:hover {
	text-decoration: none;
	color: #F9F;
}
a:active {
	text-decoration: none;
}
/* .box div holds the bottom image */


  .box {
    
    background: url(boxBottom.jpg); 
    background-repeat: no-repeat
    background-attachment: scroll left bottom;
    background-position: left bottom;
    margin-bottom: 10px;
    padding: 0 0 15px;
    width: 250px;
 }

 /*  this is the title h3 tag and contains the background
     image for the title	*/

  .box h3 {

    background: url(box.jpg) repeat scroll 0 0;
    color: #000;
    font-size: 17px;
    height: 35px;
    line-height: 30px;
    margin: 0;
    padding: 0 15px;
  
 }

 /* The paragraph tag contains the side borders mark-up */

 .box p {

    background: #ffffff none repeat scroll 0 0;
    border-color: #CCC;
    border-width: 0 1px;
    border-style: solid;
    color: #444444;
    font-size: 11px;
    line-height: 1.3em;
    margin: 0;
    padding: 15px 14px 0;
    width: 220px;
 }
  

