/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

 a {
 color:#333;

}

 a:hover {
 color:#033;

}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#000;
 background-image: url(images/argonauta.jpg);
 background-repeat: no-repeat;
 background-position:center top;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;

}
#header {

 width: 800px;
 float: left;
 height: 120px;
}

#diapo {
 background-image: url(img/Diapo.png);
 background-repeat:no-repeat;
 width:180px;
 height:175px;
 padding-top:48px;
 padding-left:31px;
 margin-top:-40px;
 }

#navigation {
 color:#FFF;
 width: 800px;
 float: left;
 height: 40px;
 line-height: 40px;
 padding-left: 10px;
}

#navigation a {
 color:#FFF;
text-decoration: none;
}

#navigation a:hover {
 color:#FFF;
text-decoration: underline;
}

#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 20px 10px 10px 10px;
 min-height: 350px;
 width: 180px;
 float: left;
}
#rightcolumn { 
 float: left;
 color: #333;
 margin: 0;
 padding: 20px 20px 10px 10px;
 min-height: 520px;
 width: 570px;

}
#footer { 
 font-size: 10px;
 width: 780px;
 clear: both;
 color: #333;
 margin: 0;
 padding: 10px;
}
