/* CSS Document */

/***********************************************************************************************
 Setup
***********************************************************************************************/

* {
margin: 0;
padding: 0;
border: 0;
}

/***********************************************************************************************
 Structure
***********************************************************************************************/

#wrapper {
width: 1095px;
/* IE 5 centering fix compensation*/
text-align:left;
margin: 0 auto;
text-align:center;
}

#top {
}

#rightcol {
width: 560px;
float:right;
margin-right:88px;
clear: none;
}

#leftcol {
width: 357px;
float: left;
margin-left: 53px;
}

#rightsection {
background-image:url(../images/structure/right_bg.jpg);
background-repeat:repeat;
margin-bottom: 30px;
}

#rightcontent {
padding: 7px 60px;
}

#leftsection {
background-image:url(../images/structure/left_bg.jpg);
background-repeat:repeat;
margin-bottom: 30px;
}

#leftcontent {
padding: 7px 55px;
}

#footer {

}


/***********************************************************************************************
 Text
***********************************************************************************************/

body {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100.01%;
color: #D4D4D4;
background-color: #000000;
/* IE 5 centering fix */
text-align: justify;
}

/* set base font size to equivalent of 10px */
body {
font-size: 62.5%;
}

body, input, textarea {
/*font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;*/
font-family: Geneva, Arial, Helvetica, sans-serif;
text-align:justify;
}

p, ul, table {
font-size: 1.2em;
line-height: 175%;
margin-bottom: 1.3em;
text-align:left;
}

h1 {
font-size: 2.4em;
font-weight: normal;
line-height: 1.3em;
margin-bottom: 1em;
text-align: left;
}

h2 {
font-size: 1.3em;
font-weight: bold;
line-height: 175%;
margin-bottom: 1.3em;
}


a:link {
color:#FFF;
}

a:visited {
color: #FFF;
}

a:hover, a:active {
background-color: #D4D4D4;
color:#000;
}


/***********************************************************************************************
 Extras
***********************************************************************************************/

.clearit {
clear: both;
  height:1px;
    overflow:hidden;
}