﻿/*
'**************************************************************************************************
'*																																																*
'*	SiteDesign.css																																								*
'*																																																*
'*	DO NOT EDIT THIS FILE!																																				*
'*																																																*
'*	This file holds site design CSS elements for the base CABS system.  To override any of the		*
'*	settings in this file, implement them in a custom CSS file within the site's theme.						*
'*																																																*
'*	Refer to the comments in System.css for more help.																						*
'*																																																*
'**************************************************************************************************
*/

/*****
 *****	Main page formatting classes
 *****
 *****	body - This is a standard designator to apply style to the body tag of the page.  As such,
 *****		the style information designated here is applied to every page on the site.
 *****
 *****	.body_style - All of the page templates implement a DIV tag that wraps all of the content 
 *****		on the page, and is itself only wrapped by the pages body tag.  This provides a little
 *****		extra flexibility in designing your pages.
 *****/

body 
{
}

.body_style
{
}

