/* CSS Document */


	body {
		background-color:#FFFFFF;
		margin:0;
		padding:0;
		}

	#maincontainer {
		width:531px; 
		margin:40px auto; 
		background-image:url(images/background.gif); 
	}
	
	#textcontainer {
		background-color:#F2E8BD;
		font-family:'trebuchet MS', Trebuchet, Arial, sans-serif; 
		font-size:14px;
		font-weight:bold;
		color:#000000;
		width:298px;
		background-image:url(images/background3.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		padding:20px 10px 30px 25px;;
	}
	
	#textcontainer h1 {
		font-weight:bold;
		font-size:23px; 
		letter-spacing:5px; 
		text-transform:uppercase; 
		margin:0;
	}
	
	#textcontainer h2 {
		font-size:18px; 
		letter-spacing:5px; 
		text-transform:uppercase; 
		font-weight:bold;
		margin:0;
	}
	
	#textcontainer ul {
		list-style:none;
		margin:10px 0px 0px 0px;
		padding:0px;
		}
	
	#textcontainer li {
		padding:7px 0px 7px 0px;
	}
	
	#textcontainer td {
		padding:1px 1px 1px 4px;
		font-weight:normal;
		font-size:12px;
	}
	
	
	A {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
	
	A:hover {
	color:#CC0000;
	}
	
	strong {
	color:#B38F26;
	font-weight:bold;
	}
	
	textarea {
	font-family:"trebuchet MS", Verdana;
	font-weight:normal;
	font-size:12px;
	}
	
	.soldout {
	color:#CC0000;
	font-weight:bold;
	}
