@charset "utf-8";
/* CSS Document */
body {
  font: 13px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #444;
  background: #FFFCF9;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding:0;
  text-align: center; 
}
a {
	color: #E60000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #AA0001;
	text-decoration: underline;
}
p {margin: 0; padding: 10px 0;}
h1 {margin: 10px 0;text-shadow:0 1px 0 #FFFFFF;color:#222; line-height:0.1em}
img {border: 0;}
h2 {
	font: normal 16px "Trebuchet MS", Arial, Sans-Serif;color: #222;line-height:0.8em;
	margin: 0;text-shadow:0 1px 0 #FFFFFF;
}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
}
* html blockquote {height: 1%;}
blockquote p {
	margin: 0;
}
#menu { height:30px}
#header {
width:357px;
height:270px;
position:relative;
padding:0;
margin:0 auto;
}
.thrColLiq #container {
  padding:50px 0 0 0;  
  background: #FFFCF9;
  margin: 0 auto;
  text-align: left;
}
.thrColLiq #mainContent {
  padding:0;
  margin: 0 auto; 
}
/* Miscellaneous classes for reuse */
.fltrt {
  float: right;
  margin-left: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
