@import url(navbar.css);
@import url(main_content.css);
@media print {
  h1			{ page-break-before: always }
  h1, h2, h3, 
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

* {
	margin: 0;
	padding: 0;
	border: 0 transparent; }

.overall {

}
	
.content {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.main {

	margin-top: 60px;

}

	
body {
	line-height: 1; 
	color: #333; 
	background: url(../assets/bg_body.jpg) repeat-x left top}
	
	
img.right {
	margin-left: 1em;
	margin-bottom: 1em;}
img.left {
	margin-right: 1em;
	margin-bottom: 1em;}
	
a { color: #5d3a51; text-decoration: underline;  }

img, a img {
	border: 0;}
	
a:link, a:visited { color: #5d3a51; }

#container { 
	background-repeat: repeat-x; 
	background-attachment: scroll; 
	width: 100%;}
	
.head {
	width: 100%; 
	height: 150px; 
	background-color: #666699;}
	
#colboxleft{
	width:10%;
	height:100px;
	float:left;}
	
#colboxright{
	width:10%;
	height:100px;
	float:right;}
#colboxmiddle{
	width:80%;
	height:100px;
	margin-left:200px;
	margin-right:200px;}
 
 
/*<agl.folder "bidirect">*/
	/* Begin bidirectionality settings (do not change) */
	BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
	BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }
	*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
	*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }
/*</agl.folder>*/
/* Formatting for printing to avoid orphans and stray context */
