{ padding: 0; margin: 0; }

#navigation a:link {color: #ffffff; font-weight: bold;}
#navigation a:visited {color: #ffffff; padding-top: 5px; padding-bottom: 6px; font-weight: bold;}
#navigation a:active {color: #FFFFFF; font-weight: bold;}
#navigation a:hover {color: #FFFFFF; font-weight: bold; text-decoration: underline;}
#navigation a {text-decoration: none; font-weight: bold;}

A:link {text-decoration: underline; color: #CC0000;}
A:visited {text-decoration: underline; color: #CC0000;}
A:active {text-decoration: underline; color: #990000;}
A:hover {text-decoration: underline; color: #990000;}

.thumbnail {
	padding: 0px 10px;
	float: left;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #fff url('background.gif') repeat-x;

}
#wrapper { 
 margin: 0 auto;
 width: 770px;
 border: 1px solid #ffffff;
 background: url('sidebarbg.jpg') #7ab8b7;
}
#header {
 color: #000000;
 width: 750px;
 float: left;
 padding: 10px;
 height: 155px;
 margin: 0px 0px 0px 0px;
 background: url('header.gif') #7ab8b7;
}
#navigation {
 float: left;
 width: 750px;
 color: #FFFFFF;
 font-size: 13px;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: url('navbg.gif') #cc0000;
 text-align: center;
}
#leftcolumn { 
 color: #000000;
 margin: 0px 0px 0px 0px;
 height: auto;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #000000;
 background: #e7e9eb;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 530px;
 display: inline;
}
#footer { 
 width: 750px;
 clear: both;
 color: #FFFFFF;
 text-align: center;
 background: #cc0000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}