body {
	background-color: #EAEAEA;
	margin: 0px 0px 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#topBar .logo {
	height: 230px;
	width: 900px;
	float: left;
}

#topBar .container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#topBar {
	background-image: url(../images/top_bar.jpg);
	background-repeat: repeat-x;
	height: 230px;
}
#Box {
	height: 450px;
	width: 899px;
	background-image: url(../images/box.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}
#Box .order {
	margin-top: 300px;
	margin-left: 50px;
	margin-right: 450px;
	height: 100px;
	width: 300px;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	border: thin solid #999;
	padding: 10px;
	background-color: #FFF;
}
h1, h2, h3, h4 {
	letter-spacing: -1; 
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:19pt;
	color:#ce0000;
}

h2 {
	font-size:16pt;
	color:#000000;
}

h3 {
	
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	color: #ce0000;
}
h4 {
	font-size:15px;
	margin:0;
	margin-left:15%;
	margin-right:15%;
}
