/*
CSS Stylesheet for True North Accounting.com
Prepared by Dakota Fuller, dakota@InternetAssetManager.com
Last edit: December 7, 2006. © 2006 Internet Asset Management & Consulting, Colorado
www.InternetAsetManager.com / www.TrueNorthAccounting.com
*/

body { 
	text-align: center;
	background-image:url(/images/backk_main.gif); 
	}
#page {
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
	text-align: left; /*Main alignment for all contet */
	/* Next three items are styles for the curved page borders */
	background-image:url(images/pagebordertop.png);
	background-image-position: top;
	background-repeat: no-repeat;
}
#header { 
	margin: 8px;
	padding: 3px 3px 3px 350px; 
	border-bottom: 1pt solid #666; 
	background-image: url(images/logo.jpg);  /* True North Logo set as a background image */
	background-position: left; 
	background-repeat: no-repeat;
	height: 140px; 
	}
#content {
	padding: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 100%; /*Content styling */
	}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 8px;
	text-align: center;
	border-top: 1pt solid #cccccc;
	/* Curvy bottom border styles (the top curve is the background image for the entire "page"div, and the bottom one is (obviously) part of the "footer" div body>page>content>footer */
	background-image:url(images/pageborderbottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	}
#sidebar {
	float: right;
	margin: 8px;
	width: 200px;
	background-image: url(images/sidebar-border-top.png);
	background-image-position: top;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	padding-top: 6px;
	}
#sidebar ul li {
	list-style: none inside none;
	}
#sidebar ul li:first-child {padding-top: 4px;}
	
h1 { size: 130%; color: #000033; }
h2 { size: 120%; color: #333333; }
h3 { size: 110%; color: #000000; font-style: italic; }

.portrait { border: 1pt solid #ccc; margin: 10px; padding: 6pt; }