/*
      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; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(img/back.gif) repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 height: 120px;
 margin: 10px 0px 0px 0px;
}
#navigation {
float: left;
 width: 900px;
 color: #333;
 padding: 10px;

 margin: 0px 0px 0px 0px;

}
#leftcolumn { 
 color: #333;
 height: 350px;
 width: 162px;
 float: left;
 margin-right:6px;
}

#left1{
	background:url(img/lateral1.gif) no-repeat;
	height:61px;
}

#left2{
	background:url(img/lateral2.gif) repeat-y;
}

#left3{
	background:url(img/lateral3.gif) no-repeat;
	height:61px;
}


.first{
	font-size:38px;
}

p{
	color: #333333;
        font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	text-align:left;
	text-transform: lowercase;
	line-height: 120%;
	font-size: 14pt;
	font-variant: small-caps;
	padding-left:5px;

}

#content { 
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 706px;
 display: inline;
}
#rightcolumn { 
 color: #333;

 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 10px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;

 margin: 0px 0px 10px 0px;
 padding: 10px;
}
