/*This file can be used to override simple things, like the colours instead of editing the main stylesheet.*/
#wrapper {border: 2px solid white; background: white;} /*the wrapper goes around all the content*/
#rightcolumn img.productview {float:none; display:block;} /*makes it so the text wraps underneath the product view image*/
/*Added by Paul to make home links red*/
#leftcolumn p a {color: #E2FC03; font-size: 120%;}


#rightcolumn div.product {background: #ffffff;} /*background of product listing boxes*/
#rightcolumn div.product img {border: 1px solid #3b5900;} /*border around product listing images*/
#rightcolumn div.product a {color: #FC078C;} /*product listing links*/

/*The styles below are automatically filled in.*/
body {background: #FFFF00;}
#header {background: #FFFF00;}
#menu {background: #CC6600;}
#menu ul.mainmenu a {color: #000000;}
#wrapper, #rightcolumn {background: #CC3366;}
#rightcolumn, #leftcolumn {color: #000000;}
#rightcolumn a, #leftcolumn ul a {color: #FFFFFF;}
#rightcolumn h1, #leftcolumn form {background: #CC9900;}
#footer {background: #006600;}
