* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #ce2127;
 background-image: url(images/background.png);
 background-position: top;
 background-repeat: repeat-y;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
}
hr{
	width: 200px;
	color: #ce2127;
	height: 1px;
}
#faux {
 /*background: #ffffff; url(faux-1-3-col.gif);
 background-image: url(images/background.png);
 background-position: center;
 background-repeat: repeat-y;*/
 margin-bottom: 5px;
 overflow: auto; 
 width: 100%
}
#header {
 color: #333;
 width: 800px;
 padding: 0px;
 height: 120px;
 margin: 0px 0px 0px 0px;
 text-align: center;
}
#navigation {
 color: #333;
 padding-top: 20px;
 margin: 0px 0px 0px 0px;
 text-align: center;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin:0px;
 margin-right:2px;
 width: 155px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 0px;
 padding-left:2;
 width: 480px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 2px 0px 2px 0px;
 padding:0;
 width: 155px;
 float: right;
}
#footer { 
 width: 780px;
 clear: both;
 color: #333;
 text-align: center;
 margin: 0px 0px 10px 0px;
 padding: 14px;
 font-size: 11px;
 /*background: #ffffff url(images/footer.jpg);
 background-position: top;
 background-repeat: no-repeat;*/
}
.clear { clear: both; background: none; }
h1{
	padding-top: 13px;
	font-size: 18px;
	color: #ce2127;
	line-height: 16px;
}
#sub-title{
	padding-top: 0px;
	font-size: 13px;
	color: #222222;
	line-height: 12px;
}
.button {
 PADDING-TOP: 2px;
 PADDING-LEFT: 20px;
 PADDING-BOTTOM: 2px;
 PADDING-RIGHT: 20px;
 FONT-WEIGHT: bold;
 FONT-SIZE: 14px; 
 MARGIN: 0px;
 CURSOR: pointer;
 COLOR: #cd0202; 
 FONT-FAMILY: Arial, Helvetica, sans-serif;
 TEXT-ALIGN: center;
 TEXT-DECORATION: none
}
.button:active {
 COLOR: #ed0e0e;
}
.button:hover {
 COLOR: #222222;
}
#spacer{
	height: 10px;
}
a {
 FONT-WEIGHT: bold;
 CURSOR: pointer;
 COLOR: #cd0202; 
 FONT-FAMILY: Arial, Helvetica, sans-serif;
 TEXT-DECORATION: none
}
a:active {
 COLOR: #ed0e0e;
}

a:hover {
 COLOR: #222222;
} 
