/*
      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: #212225 url(top-bg-tile.jpg) top repeat-x
}

#leftcolumn h2, #rightcolumn h2, #content h2, #column1 h2, #column2 h2, #column3 h2, #column4 h2 {padding: 5px; background: #ce0000 url(large-header-bg.jpg) top left no-repeat}
#column1 h2, #column2 h2, #column3 h2, #column4 h2 {padding: 5px; background: #ce0000 url(small-header-bg.jpg) top left no-repeat}

#leftcolumn p, #rightcolumn p, #content p {padding: 5px}

p, h1, h2, h3 {color: #ffffff; padding: 5px}
h1 {font-size: 1.6em}
h2 {font-size: 1.2em}
p {font-size: 1em}
a {text-decoration: underline; color: #ffffff}
a:hover {text-decoration: none}

.strip-bg {background:url(stripe_73e62bb5bcc07bd88eb9.png)}

li {padding: 10px; margin-left: 25px; color: #ffffff}

#wrapper { 
 margin: 0 auto;
 margin-top: 8px;
 width: 1028px
}

#faux {
background: url(divider.jpg) top repeat-x;
 margin-bottom: 10px;
 padding-top: 20px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 1028px;
 height: 200px;
 margin: 10px 0px 5px 0px;
}

#header-left {float: left; width: 500px}

#header-right {float: right}

#navigation {
 color: #333;
 width: 1028px;
 margin: 0px 0px 5px 0px;
}

#leftcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 336px;
 float: left;
}

#content { 
 float: left;
 color: #333;
 margin-left: 10px;
 padding: 0px;
 width: 336px;
 display: inline;
 position: relative;
}

#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 padding: 0px;
 width: 336px;
 float: right;
}

#wrapper-four { 
 margin: 0 auto;
 width: 1028px;
}
#column1 { 
 margin: 0px 10px 5px 0px;
 width: 249px;
 float: left;
}
#column2 { 
 margin: 0px 10px 5px 0px;
 width: 249px;
 float: left;
}
#column3 { 
 margin: 0px 10px 5px 0px;
 width: 249px;
 float: left;
}
#column4 { 
 margin: 0px 0px 5px 0px;
 width: 249px;
 float: left;
}


.clear { clear: both; background: none; }

#mpu { border:#CCCCCC 1px solid;  }