/*
      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: Tahoma, sans-serif, Verdana, Arial, Helvetica;
 font-size: 14px;
 background: #FFFFFF;
}

a:link {
 color: blue;
 text-decoration: none;
}

a:visited {
 color: blue;
 text-decoration: none;
}

a:hover {
 color: blue;
 text-decoration: underline;
}

a:active {
 color: blue;
 text-decoration: underline;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#faux {
 background: url(img/background.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 900px;
 padding: 0px;
 height: 192px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
}
#menu {
 color: #333;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}
#left { 
 display: inline;
 color: #333;
 margin: 0px;
 width: 200px;
 float: left;
}
#main { 
 float: right;
 color: #333;
 padding: 10px 0px 20px 5px;
 width: 678px;
 display: inline;
 position: relative;
}
#footer { 
 width: 900px;
 clear: both;
 color: #FFFFFF;
 background: #7d8999;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
#logo {
 float:left;
 padding-right:120px;
}

#title {
 float: center;
 padding: 20px 20px 6px 20px;
 top: auto;
}

#lang {
 float:right;
}
.clear { clear: both; background: none; }

img.right {
 float:right;
 padding-left: 12px;
 padding-bottom:50px;
}

img.left {
 float:left;
 padding-left: 12 px;
 padding-bottom: 50px;
}

img.top {vertical-align:text-bottom}

p.main {
 text-align:justify;
}

p.form {
 padding-bottom:5px;
}

input.form {
 background-color: #E6E6DC;
 border: 1px solid #817A88;
 padding: 4px;
 width:236px;
}

input.button {
 padding: 2px 6px; 
 font-weight: bold;
 color: #000000;
 background-color: #E6E6DC;
 border: 1px solid #817A88;
}

label.form {
 display: block;
 float: left;
 width: 120px;
}

textarea.form {
 background-color: #E6E6DC;
 border: 1px solid #817A88;
 padding: 4px;
}

ul.main {
 padding-left:20px;
 text-align:justify;
}
#main_left {
 width:370px;
 float:left;
}

#main_right {
 width:280px;
 float:right;
}

#main_left_eq {
 width:325px;
 float:left;
}

#main_right_eq {
 width:325px;
 float:right;
}

