/* CSS for the 2-Column Layout Master Template */

div#container { 
width : 1000px;
text-align : left;
margin-right : auto;
margin-left : auto;
background : #ffffff;
} 
div#header { 
float : left;
width : 1000px;
text-align : left;
}
div#content { 
float : left;
width : 1000px;
text-align : left;
} 
div#content_left { 
float : left;
width : 255px;
} 
div#content_middle { 
float : left;
width : 745px;
} 
div#content_right { 
display: none;
} 
div#footer { 
float : left;
width : 1000px;
text-align : center;
border-top : 1px solid #dcdcaa;
font-size: 7pt;
} 

