/**
 *
 * @file: style.css
 * @copy 7puntos.net
 * @Website: dogs.com.do
 * @Author: Julio Alcantara 'KaMeKuN'
 * @Date: 25/05/09
 * @lastModified: 01/06/09
 * @Comments: Archivo de estilos para la web dogs. 
 * 
 **/

* {
    margin:0;
    padding:0;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#D5EDFF !important;
	text-decoration:underline;
}

body {
   background:#182635 url('../media/bg_body.jpg') repeat;  
   color:#FFFFFF;
   font-family:Arial,Helvetica,sans-serif;
   font-size:12.5px;
   font-size-adjust:none;
   font-stretch:normal;
    font-style:normal;
   font-variant:normal;
   font-weight:normal;
   line-height:1.5;
    
}

h2 {
    color:#FFFFFF;
    font-size:12px;
    font-weight:normal;
}

#header {
    width:920px;
    height:193px;
    margin:0 auto;    
}
#container {
    width:920px;
    height:1024px;
    margin:0 auto;
    
}

.contentleft {
     width:350px;
     float:left;
     margin:0 auto;
     margin-left:15px;
    
}
.contentleft p {
    font-size:16px;
    padding-left: 12px;
    
}
.contentright {
     width:420px;
     float:right;
     margin:0 auto;
     margin-right:15px;
    
}

#footer {   
    clear:both;
    background-color:#000;
    margin:0 auto;
    padding:5px 20px;
}
#footer a {   
   text-decoration:underline;
   
}
#footer a:hover {   
   text-decoration:none;
   
}
#footer, #publi {
    margin:0px auto;
    
}