.container { 
	margin: auto; 
} 


/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(graphics/bg2.png) no-repeat bottom right; 
} 
.cssbox { 
	float: left;
    width: 900px !important; /* intended total box width - padding-right(next) */
    width: 885px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 10px auto; /* use to position the box */ 
	LINE-HEIGHT: 20px

} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 30px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 25px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
	TEXT-ALIGN: left

} 

.menubox{
    background: url(graphics/box.png) no-repeat bottom right; 
    WIDTH: 150px; 
    HEIGHT: 147px; 
} 


BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	FONT: 76% Verdana,Arial,sans-serif; 
	PADDING-TOP: 0px; 
	BACKGROUND-COLOR: #cccccc; 
	TEXT-ALIGN: center;
}

UL.square {
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 10px; 
	LIST-STYLE-POSITION: outside; 
	PADDING-BOTTOM: 1em; 
	MARGIN: 0px 0px 0px 10px; 
	PADDING-TOP: 10px; 
	LIST-STYLE-TYPE: none
}
LI.sideBar {
	MARGIN: 0em 0em 0em 0em; 
	PADDING: 0px 0px 0px 0px; 
	FONT: 76% Verdana,Arial,sans-serif;  
	LINE-HEIGHT: 1.2
}
LI.sideBar a {
 text-decoration: none; COLOR: #FFFFFF
}

DIV#content {
	MARGIN: 0px
}
