
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: #FFDEE7;
 background-image:url(../images/page_background.gif);
 background-position:center;
 background-repeat:repeat-y;
 height:100%
 }

#center-panel {
 width: 600px;
 background: #E6F5A9;
 color: #FFFFFF;
 border: solid #FFFFFF;
 border-width: 0 3px; 
 margin: 0;
}

#content-holder{
 width:600px;
}

#left-nav {
 width: 170px; 
 position:relative; 
 background: #E6F5A9; 
 float:left;
 }

#content { 
 width: 390px;
 position:relative;
 background-image:url(../images/content_background.gif);
 background-repeat:repeat;
 float:right;
 padding:20px;
 }
 
 #content_home { 
 width: 430px;
 position:relative;
 float:right;
 }
 
#footer {
 background: #EF7E98;
 color: #FFFFFF;
 padding:20px 0px 20px 0px;
 text-align:center;
 }