﻿body{ 
background: #FFF url(images/background.gif) scroll repeat;
font-size:12px; 
margin-left: 10px;
padding:0; 
}

#header{ 
/*background-color:#333;*/
height:100px;
}

p.header{ 
/*background-color:#333;*/
font-size: x-large;
margin: 0 0 0 0;
}


#left{ 
float:left;
width:200px;
/*background-color:#dc8;*/ 
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}

p.left
{
font-weight:bold;
	
margin-bottom:0;
margin-top:0;
border-bottom: silver thin solid;
margin-top:10px;
}


#center { 
margin-left:210px;
/*background-color:#eec; */
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
border-left:silver thin solid;
background-color:White;

}
p.center
{
font-weight:bold;
	
margin-bottom:0;
margin-top:0;
border-bottom: silver thin solid;
margin-top:10px;
}



#footer { 
clear:both;
/*background-color:#333;*/
height:100px;
font-size:x-small;
text-align:center;
}

.box
{
	BORDER-RIGHT: silver thin solid; 
/*	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid; */
	BACKGROUND-COLOR: white;
	margin-top:0;
}