/*
      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: 0.8em;
 background: #3B2C2C url(img/bg.gif) repeat-x;
}
#wrapper { 
 margin: 30px auto;
 width: 815px;
 padding-left:15px;
 background: url(img/wrapperhead.jpg) 0 10px no-repeat; 
}
#header {
 color: #3B2C2C;
 width: 800px;
 float: left;
 padding: 0px;
 height: 200px;
 margin: 0px 0px 0px 0px;
 background: #fff url(img/ecke.jpg) no-repeat right;
}

h1 {
 margin:25px 25px 0 25px;
 font: normal small-caps bold 2.5em "Trebuchet MS", sans-serif;
 letter-spacing: -3px;
} 

#header h2 {
 font: normal 1em "Trebuchet MS", sans-serif;
 padding:0 0 0 25px;
}

h2 {
 font: normal small-caps bold 1.5em "Trebuchet MS", sans-serif;
 letter-spacing: -1px;
} 

#leftcolumn { 
 color: #3B2C2C;
 background: #fff;
 width: 550px;
 float: left;
 padding:0 25px 25px 0;
}
#rightcolumn { 
 color: #3B2C2C;
 background: #fff;
 width: 150px;
 float: right;
 padding:0 0 25px 25px;
}

#content { 
 float: left;
 color: #3B2C2C;
 background: #fff;
 width: 750px;
 display: inline;
 padding:25px;
}

#footer { 
 width: 800px;
 clear: both;
 color: #999;
 text-align:center;
}

ul {
 list-style-type:none;
 font-weight:bold;
}

li {
 font-weight:normal;
 padding: 2px 0 2px 5px;
}

img {
 padding:5px;
 margin: 0 0 5px 0;
 background:#3B2C2C;
}

p {
 padding:5px 0 10px 0;
}

a {
 color: #3B2C2B;
}

#footer a {
 color: #999;
}
