/************* Structure *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body, input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
/*background: #ffffff url(img/bg.jpg) repeat;*/
color: #000000;
}

a {
text-decoration: none;
color: #999999;
background: #ffffff;
}

blockquote {
background: #ffffff;
color: #000000;
padding: 15px;
margin: 5px 0;
}

/************* Container *************/

#container {
height: auto;
min-height: 100%;
padding-bottom: 15px;
position: relative;
background: #ffffff url(img/bg.jpg) repeat;
color: #000000;
}

* html #container {
	height: 100%;
}

/************* Header *************/

#headerWrap {
height: 59px;
}

#header {
width: 740px;
margin: 0 auto;
}

#header h1 a {
font-size: 10px;
letter-spacing: -1px;
padding-top: 5px;
float: left;
color: #000000;
background: #ffffff;
}

/************* Content *************/

#content {
width: 740px;
margin: 7px auto 0;
background: #ffffff;
color: #000000;
border: 1px solid #404040;
position: relative;
font-size: 13px;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

#content a:hover {
color: #000000;
}

#contentHeader {
margin: 0px auto;
width: 740px;
height: 100px;
background: url(img/logo.jpg) no-repeat;
border: 0px solid #ffffff;
position: relative;
}

#contentHeader[id] {
display: table;
position: static;
}

#content h2 {
margin: 15px 0;
font-size: 1.0em;
border-bottom: 1px solid #999999;
}

#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url(arrow.gif);
}

/************* Main Page Style 1 *************/

#main {
margin: 0 15px;
width: 430px;
float: left;
}

#main li {
list-style-image: url(img/li.jpg);
padding-left: 2px;
}

.post {
text-align: justify;
}

/************* Main Page Style 2 *************/

#mainsub {
margin: 0 15px;
width: 680px;
float: left;
}

.postsub {
text-align: justify;
}

/************* Right Column *************/

#secondary {
width: 220px;
margin: 0 15px;
float: right;
}

img {
border:none;
}

#secondary p {
font-size:13px;
}

/************* Footer *************/

#footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #808080;
width: 740px;
color: #ffffff;
border-right: 1px solid #404040;
border-bottom: 1px solid #404040;
border-left: 1px solid #404040;
clear: both;
text-align: center;
font-size: 0.7em;
}

#footer a {
color: #ffffff;
background: #808080;
font-weight: normal;
}

#footer a:hover {
color: #404040;
background: #808080;
font-weight: normal;
}

/************** Menu **************/

#tabs {
float:left;
width:100%;
color: #000000;
background:#ffffff;
font-size:82%;
font-weight: bold;
line-height:normal;
}

#tabs ul {
margin:0;
padding:1px 1px 0 128px;
list-style:none;
}

#tabs li {
display:inline;
margin:0;
padding:0;
}

#tabs a {
float:left;
background:url("img/tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}

#tabs a span {
float:left;
display:block;
background:#ffffff url("img/tabright.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#666666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#666666;
}

#tabs a:hover {
background-position:0% -42px;
}

#tabs a:hover span {
background-position:100% -42px;
}
/************** Special **************/

.intresse { 
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
color: #C00000;
text-decoration: none;
}