/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		/*background-color:#2aabee;*/
		background-image:url(../images/body.gif);
		font-family: "Arial", sans-serif;
		font-size: 90%;
		text-align: center;
		}






																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 840px;
	margin: 10px auto;
	text-align: left;
	/*background-color: #f5f5f5;*/
	}
	div#header-wrap {
		/*margin: 8px 0;*/
		}
		div#top img{
			float:left;
		}
		div#top .c{
			width:810px;
			float:left;
			background-image:url(../images/ct.gif);
		}
		div#header-in {
			padding: 10px;
			color: inherit;
			background-color: #1b421a;
			/*
			border: solid #eee;
			border-width: 0 2px 2px 0;
			*/
			}
	div#content-wrap {
		height:500px;
		
		}
		div#center {
			/*margin: 0 0 0 210px;*/
			margin: 0 0 0 100px;
			padding:0 0 0 150px;
			color: inherit;
			background-color: #dddded;
			width:590px;
			/*
			border: solid #eee;
			border-width: 0 2px 2px 0;
			*/
				
			min-height:600px;			}
			div#center-in {
				overflow-auto;
				position:relative;
				z-index:1;
				padding: 20px;
			
				}
				div#center-in .sect .sect_hdr	{
				margin:0 0 5px 0;	
				}
		div#left {
			position:absolute;
						float: left;
			width:250px;
			color: inherit;
			margin-right:10px;
			height:100%;
			z-index:2;
			}
			div#left-in {
				border-left:5px solid #1b421a;
				border-right:5px solid #1b421a;
				border-bottom:5px solid #1b421a;
				background-color:#d1d1ab;
				padding: 1px;
				}
				

	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}


															

