/**********************************************************************************/
/***********>>                 File Name: content_pages.css           <<***********/
/***********>>            Description: Layout for Non-index.html      <<***********/
/***********>>                Author: Gregory R. Lord                 <<***********/
/***********>>                    Date: 11/03/06                      <<***********/
/**********************************************************************************/

/**********************************************************************************/
/**********************>>            GLOBAL            <<**************************/
/**********************************************************************************/



/**********************************************************************************/
/**********************>>            HEADER            <<**************************/
/**********************************************************************************/

/**********************************************************************************/
/**********************>>            FOOTER            <<**************************/
/**********************************************************************************/

/**********************************************************************************/
/**********************>>        PAGE STRUCTURE        <<**************************/
/**********************************************************************************/
#content {
	border: thin solid Olive;
	float: left;
	font-size: smaller;
	height: auto;
	left: 20px;
	/*margin-left: 10px;
	margin-right: 10px;*/
	padding: 5px;
	position: relative;
	min-width: 650px;
	max-width: 650px;
	top: auto;
	width: auto;
}
/**********************************************************************************/
/**********************>>           HEADINGS           <<**************************/
/**********************************************************************************/

/**********************************************************************************/
/**********************>>          TEXT STYLES         <<**************************/
/**********************************************************************************/

/**********************************************************************************/
/**********************>>           NAVIGATION         <<**************************/
/**********************************************************************************/

#content a:link {
	font-size: small;
}

#content a:visited {
	font-size: small;
}

#navigation {
	background-color: Aqua;
	color: Black;
	border: thin solid Olive;
	float: left;
	font-size: small;
	height: auto;
	left: 20px;
	padding: 5px;
	position: relative;
	top: auto;
	width: 100px;
}

/**********************************************************************************/
/**********************>>             FORMS            <<**************************/
/**********************************************************************************/

/**********************************************************************************/
/**********************>>           COMMENTS           <<**************************/
/**********************************************************************************/

/**********************************************************************************/
/**********************>>            EXTRAS            <<**************************/
/**********************************************************************************/

