/* style sheet  */

body {
	margin : auto 0;
	padding : 0px;
	background-color: #D2D2D2;
	background: url('./images/bg.jpg') repeat-x;
	text-align: center;
}

.outer {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	background-color:#D2D2D2;
}

.header {
	background: url('./images/header.jpg');
	position: relative;
	width: 750px;
	height: 226px;
	text-align: center;
	background-color: #D2D2D2;
	padding: 0px;
} 

.middle {
	background: url('./images/middle.jpg');
	position: relative;
	width: 750px;
	padding: 0px;
}

.content {
	position: relative;
	width: 600px;
	margin-left : 45px;
	padding : 5px;
	color : #0000cc;

} 

.footer {
	background: url('./images/footer.jpg');
	background-color:#D2D2D2;
	width: 750px;
	height: 97px;
}

h1 {
	font-family: Impact, Arial, Helvetica; 
	font-size: 32pt; 
	font-weight: bold;
	text-align: center;
	color: #ce0000;
}

h2 {
	font-family: Verdana, Helvetica, geneva; 
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	color: #0000cc;
}

h3 {
	font-family: Tahoma, helvetica, geneva; 
	margin-left : 24px;
	font-size: 16px; 
	font-weight: bold;
	text-align: center;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #111111;
}

.pcenter {
	font-family: Georgia, Arial, Helvetica; 
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	color: #cc0000;

}

.pcenterbl {
	font-family: Georgia, Arial, Helvetica; 
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	color: #0000cc;

}

.spanstyle {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffff00;
	font-size: 12pt;
	font-weight: bold;
	color: #cc0000;

}

.signature p  { margin: 0; }

.sign {	
	font-family: "Script";
	font-size: 34px;
	color: #0000ee;
	padding: 15px 0 15px 0;

}

.signature { 
	padding-bottom: 10px;
}

.orderbox {
	width: 500px;
	border: 3px dashed #111;
	background-color: #FCFE7A;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 8px;
}

a {
	color: #cc0000;

}

ul {
	font-family: Arial,helvetica,geneva; 
	text-align: left;
	font-size: 14px; 
	font-weight: bold;
	color: #000000;
}

li {
	font-family: Arial,helvetica,geneva; 
	font-size: 14px; 
	font-weight: normal;
	color: #000000;
}