@charset "utf-8";

*
    {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear
    {
    clear:both;
}

.right
    {
    float: right;
}

.left
    {
    float: left;
}
body {
	background-image: url(../_images/bg_a.jpg);
	background-repeat: repeat-x;
	background-color: #FDF9F0;
	font: 62.5%/1.5 "Trebuchet MS", Tahoma, Verdana, sans-serif;
    color: #000000;    
    text-align:center; 
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
h1
    {
	font-size: 1.4em;
	color: #DE2119;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD2519;
	margin-bottom: 15px;
}
    
h2
    {
    font-size: 2.0em;    
}
    
h3
    {
    font-size: 1.8em;
}
    
h4
    {
    font-size: 1.6em;    
}
    
h5
    {
    font-size: 1.4em;    
}
    
p
    {
    font-size: 1.2em;    
} 
/* Forms
-----------------------------------------------------------------------------*/

input.text
    {
    padding: 3px;
    border: 1px solid #999999;    
}
/* Tables
-----------------------------------------------------------------------------*/

table
    {
      border-spacing: 0;
    border-collapse: collapse;
}

td
    {
      text-align: left;
    font-weight: normal;
}
