/* esco css */
/* main styles */
*{
	padding:0;
	margin:0;
}
html,
body{
	height:99%;
}

body{
	/* text attributes */
	background:transparent none;
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:12pt;
	color:#222;
}
h1,h2,h3,h4,h5,h6{
	margin-top:0.5em;
	color:#000;
	font-variant:small-caps;
}

h1{
	font-size:2em;
}
h2{
	font-size:1.8em;
}
h3{
	font-size:1.6em;
}
h4{
	font-size:1.4em;
}
h5{
	font-size:1.2em;
}
h6{
	font-size:1em;
}
/* links */
a:link,
a:visited{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

a:link:after,
a:visited:after{
	content: " [" attr(href) "] ";
}
/* ID's */
/* LEFT COLUMN */
#leftcol{
	/*position:absolute;*/
	display:none;
}	
	/* LOGO */
	#logo{
		width:119px;
		height:112px;
		background-image:url(../../media/images/static/logo.gif);
		background-repeat:no-repeat;
	}
/* end left column*/

/* CONTAINER (aka right column) */
	/* BANNER */
	#banner{
		display:none;
	}
	/* end banner */
	
	/* MENU */
	#menu{
		display:none;
	}
		
		/* MENU STARTLINE & ENDLINE */
		#menu_startline,
		#menu_endline{
			display:none;
		}
	/* end menu */
	
	/* CONTENT */
	#content{
		background:transparent none;
		width:auto;
		margin:0 5%;
		padding:0;
		border:0;
		float:none !important
	}
		
		/* CONTENT BASELINES & ENDLINES */
		#content #content_startline_left,
		#content #content_startline_bottom,
		#content #content_endline_right,
		#content #content_endline_bottom{
			display:none;
		}
	/* end content */
/* end container */