/*  LAYOUT CONTRAINTS */
html, body, div
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: 100%;
	padding: 0;
}
#background
{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -79px;
}
#push
{
	height: 79px;	
}
.container
{
	width: 1000px;
	margin: 0 auto;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#header
{
	padding: 0;
	text-align: left;
}

/*  FONTS, COLORS AND BACKGROUNDS */

body
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: center;
	
	background-image:url(images/paper.jpg);
	background-color: #c9d7e4;
	background-repeat:repeat-y;
	background-position: top center;
}
#background
{
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}
#footer-background
{
	width: 100%;
	height: 79px;
	
	background-image:url(images/footer-background.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #FF0000;
	
	clear: both;
}
#footer-background .container
{
	color: #CCCCDD;
	height: 79px;
	text-align: left;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* CONTENT STYLING */

#sidebar
{
	padding-right: 40px;
	padding-top: 280px;
	width: 220px;
	float: right;
	text-align: left;
	font-size: 80%;
}

* html #sidebar /* Simplified Box Model Hack (Tan Hack) for Internet Explorer */
{  
  	width:220px;     /* Version 5.x */
  	w\idth:220px;    /* Version 6 */
}

#content
{
	color: #333333;
	padding-left: 60px;
	padding-right: 320px;
	padding-top: 280px;
	text-align: left;
}
#content > table
{
	width: 620px;	
	overflow: auto;
}

#sidebar h1
{
	color: #555566;
	font: 1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	display: block;
	margin: 0;
}
#sidebar ul
{
	list-style-type: square;
	margin: 0.5em 0 2em 1em;;
	padding: 0;
}
#sidebar li
{
	padding: 0;
	margin: 0 0 0 1em;
	color: #556688;
	list-style-type: square;
	font: 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#sidebar a
{	
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover
{	
	color: #333344;
	border-bottom: 1px dotted #333344;
}
#sidebar img
{
	padding: 0;
	border: 1px solid gray;
	margin: 0.5em 0;
	display: block;
}
#sidebar a:hover
{
	font-decoration: underline;
}


.toggle
{
	cursor:pointer; cursor:hand;
}

#menu
{
	position: relative;
	top: 25px;
	right: 25px;
	text-align: right;
}

#menu a
{
	text-decoration: none;
	color: #C7CACF;
	font-family: "Trebuchet MS";
	font-size: 13pt;
	font-weight: bold;
	border-left: 1px solid #C7CACF;
	padding: 0 0.5em;
}
#menu a:hover
{
	color: white;
}

#footer
{
	padding: 2em 1em 1em 3em;
	color: #CCCCDD;
}
#footer a
{
	text-decoration: none;
	color: #DDDDEE;
}
#footer a:hover
{
	color: #FFFFFF;
	border-bottom: 1px dotted #DDDDEE;
}

