/* NEW 2005 IVECCS Styles */
/***************************/


/* Basic Elements */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	margin:0px;
	padding:0px;
	border-style:none;
}


/* Custom Elements */

#outer_container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background: url(images/main_bg.jpg) repeat-y;
	line-height:125%;
}

#head_container {
	width:800px;
	height:185px;
	background: url(images/heading.jpg) no-repeat top left;
}

#nav_container {
	float:left;
	width:180px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#nav_links {
	margin: 30px 0px 25px 35px;
}

#content_container {
	font-size:90%;
	margin: 30px 50px 0px 210px;
}

#foot_container {
	clear:both;
	width:800px;
	height:80px;
	background: url(images/footing.jpg) no-repeat bottom left;
}

