/*
      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;
}

h1{
padding-bottom:8px;
}

ul{
list-style-type:circle;
margin-left:2.5em;

}
#wrapper { 
 margin: 0 auto;
 width: 954px;
}
#faux {
 /*background: url(faux-2-2-col.gif);*/
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 964px;
 /*padding: 10px;*/
 height: 100px;
 /*margin: 10px 0px 5px 0px;*/
 /*background: #D1DBDB;*/
}
#navigation {
 color: #333;
 /*padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #ABBEBE;*/
}
#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 240px;
 float: right;
}
#leftcolumn { 
 float: left;
 color: #333;
 margin: 10px;
padding: 0px;
 width: 644px;
 display: inline;
 position: relative;
 
}
#footer { 
 width: 961px;
 height:45px;
 clear: both;
 color: #333;
 background: #FFF;
 background-image:url(images/drsg_layout_footerbar.gif);
 background-repeat:no-repeat;
 padding-bottom:10px;
 /*margin: 0px 0px 5px 0px;
 padding: 8px;*/
}
.clear { clear: both; background: none; }

#footerwrap{
display:inline;
}

#footertext{
padding-top:12px;
padding-left:8px;
width:950px;
position:relative;
}

#footertext2{
float:right;
position:relative;
width:300px;
padding-top:12px;
padding-left:8px;
}

/*////////////////////////font specifications//////////////////////////////*/
#rightcolumntext{
color:#FFFFFF;
font-size:12px;
padding-left:5px;
}

#rightcolumnlist{
list-style-image:url(images/bullet_list.gif);
margin-left:1.5em;'
}

