html	{margin: 0; padding: 0; height: 100%;}

body{ 
	background-image: url("testbg.jpg");
	background-color: #B0B1AC;
	margin: 0;
	padding: 0;
	height: 100%;
}

#content{ 
	width: 757px;
	margin: 0 auto; 
	padding: 0;
	background-image: url("contentbg.jpg");
	background-color: #ffffff;
	text-align: center;			
}

html>body #content{ width: 760px; }


#header{
	background-image: url("irtwctextlogo.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 757px;
	padding-bottom: 0;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	height: 160px;
	text-align: left;
}

html>body #header{ width: 760px; }

#navi{	
	padding-left: 180px;
	padding-top: 85px;
	text-align: left;
}

#stuff{
		  
	width: 749px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0;
	text-align: left;
}
html>body #stuff { width: 752px;}

#events{
			
	background-color: #ffffff;
	font-size: smaller;
	float: left;
	width: 157px;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
}
	
html>body #events {width: 160px;}

#news {
	background-color: #ffffff;
	float: right;
	width: 502px;
	font-size: smaller;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 25px;
	margin-right: 10px;
}
	
html>body #news {width: 505px;}

h2.title { 
	padding-bottom: 3px;
	color: #435CC5;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
}

h3.title { 
	padding-bottom: 3px;
	color: #435CC5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
	border-bottom: 2px solid #453CC5;
}

h3.maintitle { 
	padding-bottom: 3px;
	color: #435CC5;
	text-align: center;
	margin: 10px 145px 2px 145px;
	border-bottom: 2px solid #453CC5;

}

#footer {
	clear: both;
	background-color: #ffffff;
	background-image: url("footer.jpg");
	text-align: center;
	color: #435CC5;
	font-size: smaller;
	width: 757px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
}

html>body #footer {width: 760px;}



A:link {color: #435CC5; text-decoration: underline}
A:visited {color: #BCA33A; text-decoration: underline}
A:active {color: #435CC5; text-decoration: underline}

A.top:link {color: #ffffff; text-decoration: none}
A.top:visited {color: #ffffff; text-decoration: none}
A.top:active {color: #ffffff; text-decoration: none}

A.nav:link {color: #453cc5; text-decoration: none; padding-left: 10px;}
A.nav:visited {color: #453cc5; text-decoration: none; padding-left: 10px;}
A.nav:hover {color: #453cc5; text-decoration: underline; padding-left: 10px;}
A.nav:active {color: #453cc5; text-decoration: underline; padding-left: 10px;}

A.sidebar:link {color: #453cc5; text-decoration: none;}
A.sidebar:visited {color: #453cc5; text-decoration: none;}
A.sidebar:hover {color: #453cc5; text-decoration: underline;}
A.sidebar:active {color: #453cc5; text-decoration: underline;}

p.event {padding-left: 10px; margin-top: 4px;}

ul {
	list-style-type: none;
	text-align: left;
}
li {
	margin-bottom: 5px;
}