
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #dad7d2 url(../images/bg.jpg);
 background-repeat: repeat-x;
}

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

#header {
 color: #333;
 width: 990px;
 float: left;
 height: 125px;
 background: #ffffff url(../images/header2.jpg);
 background-repeat: no-repeat;
}

#navigation {
 float: left;
 width: 990px;
 height: 30px;
 background: #ed1556;
}

#leftcolumn { 
 color: #333;
 width: 990px;
 float: left;
 background: #ffffff;
}

#footer { 
 width: 990px;
 height: 67px;
 clear: both;
 color: #fff;
 background: #ffffff url(../images/footer.jpg);
 background-repeat: no-repeat;
}


#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #fff;
}

#footer a:active {
	color: #fff;
}
