/*----------------------------------------------------------------
Layout Style Sheet
	- this file controls the layout and positioning of site elements for subpages

version:	1
modified:	2/3/10
author:		Dion Wickander
email:		dwickander@tenenz.com
website:	http://www.tenenz.com
------------------------------------------------------------------*/

/*-----------------------------------------------------------------
------>>> page items <<<-------------------------------
------------------------------------------------------------------*/
/*-------->>> main content area <<<--------*/
#main_content_area {
}

#main-content {
	padding: 30px 30px 30px 30px;
    position: relative;
    top: -106px;
    left: 0px;
    width: 890px;
}
/*-------->>> subcontent area <<<------*/
#sub_content {
}

/*-------->>> footer area <<<--------*/
#footer_area {
    position: relative;
    top: -106px;
    left: 0px;
}