
body{
 background-color: #fff;
 position: absolute;
 left: 50%; top: 15px;
 width: 900px; height: 100%;
 margin: 0 0 0 -375px; padding: 0;
 font: 1em arial, sans-serif;
 color: #000;
}

#auth {
 position: absolute;
 left: 155px; top: 85px;
 width: 300px; height: auto;
 background-color: #fff;
 border: 1px #ccc solid; 
 padding: 40px 60px; 
}

.lau{float:left; padding-right:10px;}
.field {clear:both; text-align:right; line-height:25px;}
.main {float:left;}

#header{
 position: relative;
 left: 0; top: 0;
 width: 100%; height: 85px;
 background-color: #fff;
 text-align: left;
 z-index: 2;
}

#header h1{
 margin: 0 0 0 0px; padding: 10px 0px 0px 0px;
 font: 1.7em georgia, sans-serif;
 background-color: transparent;
 z-index: 3;
}

#header h3{
 margin: 0 0 0 0px; padding: 2px 0px 0px 0px;
 font: 0.8em georgia, sans-serif;
 background-color: transparent;
 z-index: 3;
}

h1 .word1, h2 .word1, h3 .word1{
 color: red;
}

h1 .word2, h2 .word1, h3 .word2{
 color: black;
}

h1 .word3{
font: .5em verdana, sans-serif;
margin: 0px 0 0px 0; padding: 0px 0 0px 50px;
}

#header_cab {
width: 750px;
font: .55em verdana, sans-serif;
margin: 10px 0 0px 0; 
text-align: right;
}

#header_cab a:hover{
 color: black;
 text-decoration: none;
 border-bottom: 1px red solid;
}

#header_cab a{
 color: black;
 text-decoration: none;
 border-bottom: 1px red solid;
}

#menu{
 position: absolute;
 left: 0; top: 85px;
 width: 155px; height: auto;
 padding: 1px 0 0 0;
 background-color: #eee;
 z-index: 1;
}

#menu ul{
 margin: 0; padding: 0;
 list-style: none;
 font: 0.8em verdana, sans-serif;
 background-color: #fff;
}

#menu ul li{
 display: block;
 margin: 0 0 1px 0; padding: 3px 3px 3px 3px;
 background-color: #fff;
}

#menu ul li:hover{
 margin: 0 0 1px 0; padding: 2px 3px 2px 3px;
 border-top: 1px #ccc solid; border-bottom: 1px #ccc solid;
 background-color: #fff;
}

#menu ul li a{
 display: block;
 color: red;
 text-decoration: none;
}

#menu ul li a:hover{
 color: black;
}

#menu p{
 display: block;
 font: 1em verdana, sans-serif;
 background-color: #fff;
 border-bottom: 1px #ccc solid;
 
}


#content{
 position: absolute;
 left: 155px; top: 85px;
 width: 600px; height: auto;
 background-color: #fff;
 border-left: 1px #ccc solid; border-top: 1px #ccc solid;
 padding-bottom: 4px;
 z-index: 0;
}

#content h3{
 display: block;
 font: 1.6em georgia, serif;
 color: #000;
 margin: 1em 0 0 1em; padding: 0 0 .4em 0;
 border-bottom: 1px #ddd solid;
}

 /* Styles the paragraphs (<p>) in #content. */
/*#content p{
 display: block;
 margin: .6em 1em 0 2.4em; padding: 0 0 .6em 0;
 font: .8em arial, sans-serif;
 text-align: justify;
 text-indent: .8em;
 line-height: 1.4em;
}*/

p .line1{
 padding: 0 18em 2em 0;
 border-bottom: 1px #ccc dotted;

}

#content a{
 color: black;
 text-decoration: none;
 border-bottom: 1px red solid;
}

#content a:hover{
 color: red;
 text-decoration: none;
 border-bottom: none;
}

#content h2{
 display: block;
 margin: .6em 1em 0 1.8em; padding: 0 0 0 0;
 font: 0.9em arial, sans-serif;
 color: #000;
 }

#content ul {
 display: block;
 font: 0.8em arial, sans-serif;
 text-align: justify;
 margin: .6em 1em 0 1.5em; 
 list-style-type: circle;
 background-color: #fff;
}


/* #content  table { border-bottom: 1px dotted fuchsia; border-left: 1px dotted fuchsia } */
#content  table { border: 0px; width: 100%; }
#content  td { padding: 4px 0px 6px 3px; border-right: 0px solid #D6DDE6; }
#conten tr.altrow {
	background-color: #D6DDE6;
	color: #D6DDE6;}
#content  ul { margin-top: 10px; margin-bottom: 10px; margin-left: 0; padding-left: 1em }

#content  li { margin-bottom: 10px }


.post {
	background: url(images/img07.jpg) repeat-x left bottom;

}

#entry a{
 color: black;
 text-decoration: none;
 border-bottom: 1px red dotted;
}

#entry a:hover{
 color: red;
 text-decoration: none;
 border-bottom: none;
}

 /*The footer. */
#footer{
 position: relative;
 width: 100%; height: auto;
 font: .8em verdana, sans-serif;
 color: #ccc;
 margin-top: 20px;
 padding: 5px;
 text-align: right;
 border-top: 1px #ccc solid;
}


#footer a{
 font: .9em verdana, sans-serif;
 color: #ccc;
 text-decoration: none;
 border-bottom: none;
}

#footer a:hover{
 text-decoration: none;
 border-bottom: none;
 color: red;
}


.clear
{
	clear: both;
}






 /* Styles the <acronym> tag. 
acronym{
 border-bottom: 1px #000 dotted;
 cursor: help;
}

*/









