@charset "utf-8";
/*This is the template for css global reset--avoid cross broswer padding and margin issue. By Tony Xia*/
/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}


/* Global reset-RESET */

/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }


/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


a{
	color: gray;
	text-decoration:none;
}

h1{
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: bold;
    font-size:40px;
	letter-spacing: .1em;
	line-height: 1.1em;
	margin:40px 90px 40px 90px;
	font-variant:small-caps;
	color:red;
}

h2{
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: bold;
    font-size:32px;
	letter-spacing: .1em;
	line-height: 1.1em;
	margin:50px 120px 50px 120px;
	font-variant:small-caps;
	text-align:center;
	color:black;
}

h3{
	font-family: 'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: bold;
    font-size:18px;
	text-align:left;
	letter-spacing: .1em;
	line-height: 1.1em;
	margin:40px 120px 40px 80px;
	font-variant:small-caps;
	color:black;
}

li{
	font-family: 'Hoefler Text', Georgia, "Times New Roman", Times, serif, "Century Gothic";
	color:black;
	font-size:16px;
	margin:7px 120px 0px 140px;
}


p{
	font-family:Arial, "Times New Roman", Times, serif, "Century Gothic";
	font-size:15px;
	font-weight:normal;
	color:black;
	line-height:1.2;
	margin: 20px 120px 20px 80px;
}



/*basic page style*/
body{
	background-color: black;
	margin:0 auto;
	text-align: center;
	vertical-align:middle;
	font-family: Arial, "Times New Roman", Times, serif, "Century Gothic";
	font-size:14px;
	color:black;
	border: dashed;
}

#order {
	color: blue;
	text-decoration: underline;
	font-weight:bold;
}

#heading {

	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: bold;
    font-size:22px;
	text-align:left;
	line-height: 1.1em;
	margin:20px 100px 10px 20px;
	font-variant:small-caps;
	color:#C41010;
}

#subheading {
	font-family:Arial, "Times New Roman", Times, serif, "Century Gothic";
	font-size:15px;
	font-weight:normal;
	color:black;
	line-height:1.2;
	margin: 10px 140px 35px 200px;
}
	
#quote{
	background-color: #F2F2F2;
	font-weight:normal;
	width: 190px;
	height: auto;
	padding: 15px;
	margin: -20px 125px 5px 25px;
	text-align: center;
	float:right;
}
#wrapper{
	background:url(images/background2.jpg) no-repeat;
	width:1100px;
	height:725px;
	margin:0 auto;
}

#footer{
	width:100%;
	height:75px;
	color:gray;
}


/*footer box*/
#footerBox{
	position:relative;
	color:gray;
	left:0px;
	top:75px;
}