/*
      Created by AT Web Project 2007	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #530707;
 color: #e4e4e4;
}
#wrapper { 
 margin: 0 auto;
 width: 760px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto;
 width: 100%;
 background:url(../assets/bg_faux.gif) top left repeat-y;
}

a{
 color: #e4e4e4;
 text-decoration: none;
 }
 
ul{margin:0;padding-left: 50px;list-style-type:none;}
li{display: inline;margin: 0;padding: 0px;}

#mail {
 color: #682a2a;
 text-decoration: none;
 }

#menu {
 color: #530707;
 text-decoration: none;	
}

#header {
 color: #e4e4e4;
 width: 760px;
 padding: 0px;
 height: 68px;
 margin: 0px 0px 0px 0px;
 background:#682a2b url(../assets/imgheaderin.jpg) top left no-repeat;
}

#navigation {
 color: #e4e4e4;
 width: 740px;
 padding: 15px 10px 0px 10px;
 height: 32px;
 margin: 0px;
 font-size: 12px;
 font-weight: bold;
 background:url(../assets/imgnavin.jpg) top left no-repeat;
 }

#rightcolumn { 
 color: #e4e4e4;
 margin: 0px;
 padding: 15px 0px 35px 10px;
 width: 164px;
 height: 344px;
 float: right;
 font-size: 12px;
 font-weight: bold;
 background:url(../assets/menudx.gif) top right no-repeat;
}
 
#rightcolumn ul{
 list-style-type:none;
 margin: 0;
 padding-left: 13px;
 }
 
 #rightcolumn a{
 text-decoration:none;
 color: #e4e4e4;
 }
 
 #rightcolumn li{
 display:block;
 margin: 0px;
 padding: 5px 0px 10px 3px;
 background: url(../assets/barra.gif) bottom left no-repeat; 
 }
 
#leftcolumn { 
 float: left;
 margin: 0px;
 padding: 0px;
 width: 586px;
 /* height: 394px; */
 min-height: 394px;
 display: inline;
 position: relative;
 background:#e0c3c3;
}
* html #leftcolumn {height: 394px} /* IE Min-Height Hack */ 

#leftcolumnslogan {
 width: 586px;
 height:30px;
 margin: 15px 0px 15px 0px;
}

#leftcolumnimgsx{
 display: inline;
 float:left;
 margin: 0px 0px 0px 20px;
}

#leftcolumnimgdx {
 margin: 0px 0px 25px 316px;
}

#leftcolumntitle {
 color: #e4e4e4;
 margin: 20px 10px 0px 30px;
 padding: 0px;	
 font-size: 14px;
 font-weight: bold;
 color: #682a2a;
}

#leftcolumntxt {
 margin: 0px 20px 0px 20px;
 padding: 0px;	
 font-size: 11px;
 text-align: justify;
 color: #682a2a;
}

#leftcolumntxt a {
 color: #682a2a;
 text-decoration:underline;
 font-weight:bold;
}

#footer { 
 width: 760px;
 height: 73px;
 clear: both;
 color: #e4e4e4;
 font-size: 11px;
 background: #682a2b;
 margin: 0px;
 background:url(../assets/imgfooterin.jpg) top left no-repeat;
 }
 
 #footer .foot{ 
  padding: 15px 0px 0px 110px;
 }
 
 #footer1 { 
 width: 650px;
 height: 57px;
 clear: both;
 color: #e4e4e4;
 font-size: 11px;
 background: #682a2b;
 margin: 0px;
 padding: 15px 0px 0px 110px;
 background:url(../assets/imgfooterin.jpg) top left no-repeat;
 }
 
.clear { clear: both; background: none; }
