/* Savantis Layout CSS
   Date: 10/10/2008
   By: Christopher Scott    
   Email: c.scott84@ymail.com
*/


/* Container Properties*/

html, body {
height: 100%;
}

#container /* Defines Size of Container (Overall Site Width) */
{
	width:924px; 
	min-height:100%;
	height:100%;
	height:auto;
	margin:0 auto;
	}
	
/*Header Properties*/

#header
{
	width:924px;
	float:left;
	height:230px;
   
	}
    
.banner{
    width:924px;
    height:230px;
}

/*Navigation Properties*/


#navigation
{
	width:924px;
	float:left;
	height:auto;
	}


/*Content Properties*/
	
#maincontent /* Defines width and padding to main content area */
{
	float:left;
	width:690px;
	height:auto;
	border-right: thin dotted #EFEFEF;
	padding:2px 10px 0px 24px; /*Note = Top - Right - Bottom - Left */
	}

.contentbox /* Applies Dotted Spacer to Content*/
{
    float:left;
	height:auto;
	width:690px;
	border-bottom: thin dotted #EFEFEF;
	padding:15px 0px 15px 0px; /*Note = Top - Right - Bottom - Left */
	}
	
.admincontentbox /* Applies Dotted Spacer to Content*/
{
    float:left;
	height:auto;
	width:690px;
	border-bottom: thin dotted #EFEFEF;
	padding:15px 0px 15px 26px; /*Note = Top - Right - Bottom - Left */
	}
	
.contentheader{
    float:left;
    height:auto;
	width:auto;
	padding:10px 0px 10px 0px; /*Note = Top - Right - Bottom - Left */
	
	
	}
/*Right Side Content Properties*/
	
#sidecontent /* Defines hight and padding*/
{
    float:left;
	width:175px;
   	height:auto;
	/*border-left: thin dotted #EFEFEF;*/
	padding:2px 13px 0px 10px; /*Note = Top - Right - Bottom - Left */ 
	}
	
.sidecontentbox /* Applies Dotted Spacer to Content*/
{
    float:left;
	width:175px;
	border-bottom: thin dotted #EFEFEF;
	padding:0px 0px 10px 0px; /*Note = Top - Right - Bottom - Left */
	}
	
/*Footer Properties*/
#footerbox{
    float:left;
	width:924px;
	height:60px;
	clear:both;	
	height:auto;
    }
	
.footerimg{
    width:924px;
    height:30px;
	background:url(../../images/layout/Footer.png) no-repeat;
	}
	
#footertxt
{
	float:left;
	width:924px;
	height:30px;
	padding:0px 0px 0px 0px;
	font-size:89%;
	
	}

pre 
{
	overflow:auto;
	font-size:100%;
	font-family: "trebuchet ms", verdana, arial, tahoma;
    }
	
/* End*/
