#banner {
	width: 100%;
	text-align: center;
		}		
		
#text {
    width: 100%;
	line-height: 1.5em;
	color:  #003E73;
	font-size:28;
	font-weight: normal;
	text-align:center;
	}
#text2 {
    width: 100%;
	line-height: 1.2em;
	color:  #003E73;
	font-size:20;
	font-weight: normal;
	text-align:center;
	}

#lefttext {
	color: #003E73;
	font-size:20;
	font-weight:normal;
	text-align:left;
	}

#righttext {
    width: 100%;
	color: #CC0000;
	font-size:28;
	font-weight: bold;
	text-align:right;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=1);
	}
#leftdesc {
    width: 100%;
	color: #003E73;
	font-size: 20;
	font-weight: bold;
	text-align:left;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffaaaa,direction=135,strength=1);
	}
#rightgraphics {
    width: 100%;
	text-align:right;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=3);
	}


#sizetext {
    width: 100%;
	color: #003E73;
	font-size:22;
	font-weight: bold;
	text-align:center;
	}

#carttext {
    width: 100%;
	color: #CC0000;
	font-size:16;
	font-weight: normal;
	text-align:center;
	}
#bannerbody {
	background-image: url('background.jpg');
	background-position: 0px 0px;
	}
	
#menubody {
	background-image: url('background.jpg');
	background-position: 0px -130px;
	}
	
body {	
	background-color: #DCDCDC;
	background-image: url('background.jpg');
	background-position: -200px -130px;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 2em;	
	color: #003E73;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=135,strength=0);
