/*
      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
	  
*/

.centered{
text-align:center;
}
a:link {color: #663300;text-decoration:underline;}
a:visited {color: #663300;text-decoration:underline;}
a:hover {color: #996600;text-decoration:underline;}




.footerlink:link {color: #000000;text-decoration:none;}
.footerlink:visited {color: #000000;text-decoration:none;}
.footerlink:active {color: #00FF00;text-decoration:none;}
.footerlink:hover {color: #39367b;text-decoration:none;}


* { padding: 0; margin: 0; }
img {
border:0px;
}

H1 {
	color:#663300;
	margin-top: 5px;
}
H2 {font-size:12px;}

.newtextbigcen {
font-size:22px;
font-family:Calibri, Lucida Sans, Arial, Helvetica;
text-align:center;
}

.newtextbig {
font-size:22px;
font-family:Calibri, Lucida Sans, Arial, Helvetica;
}
ol{
font-family:Calibri, Lucida Sans, Arial, Helvetica;
font-size:18px;
color:#3f3b5e;
font-weight:bold; }
.newtextstd {
font-family:Calibri, Lucida Sans, Arial, Helvetica;
font-size:16px;
text-align: left; }

.newtextstdcen {
font-family:Calibri, Lucida Sans, Arial, Helvetica;
font-size:16px;
text-align: center; }

.newtextstdcolour {
font-family:Calibri, Lucida Sans, Arial, Helvetica;
font-size:18px;
color:#3f3b5e;
font-weight:bold; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/bg1.jpg);
 background-repeat:repeat-x;
 background-color:#FFF2DF;
 padding-top:10px;
}
#wrapper { 
 margin: 0 auto;
 width: 725px;
 background-color:#FFF2DF;

}
#faux {
 background: url(../../Floorzone/css/faux-3-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 725px;
 height: 124px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
 background-image:url(images/header1.jpg);
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 100px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 550px;
 display: inline;
 position: relative;
}
#footer { 
 width: 725px;
 height: 30px;
 text-align:center;
 padding-top:10px;
 background-image:url(images/footer.jpg);
 background-repeat:no-repeat;
 
}
.clear { clear: both; background: none; }
