body
	{
		text-align: center;
		color: #000;
		margin: 0;
		font: 12px Verdana,Tahoma,Arial,sans-serif;
		background-image: url(images/back-bk.jpg);
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 900px;
		height:auto;
		background-image: url(images/back.jpg);	
	}
	
	#content
	{
		text-align: left;
		width: 900px;
		height:61px;
		
	}
	
	#content2
	{
		text-align: left;
		width: 890px;
		height: 152px;
		padding-top: 50px;
		padding-left: 10px;
		background: transparent;
		color: #fff;
		font: Arial,sans-serif;
	
	}
	
	#content3
	{
		text-align: left;
		width: 900px;
		height:20px;
		
	}
	
	#content4
	{
		text-align: left;
		width: 880px;
		padding-left: 20px;
		height:auto;
		
	}
	
	#sidecont
	{
		text-align: center;
		width: 384px;
		height: 230px;
		
	}
	
	#navigation {
 		margin: 1em 0 0;
        padding: 2.1em 0 0;
        font-weight: bold;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 5px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(tableft.gif) no-repeat left top;
        color: #FFF;
        text-decoration: none;
        padding: 5px 0;
}
#navigation ul li span {
        background: url(tabright.gif) no-repeat right top;
        padding: 5px 7px 5px 3px;
        margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
        text-decoration: underline;
        background-position: 100% -75px;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}

.clear { 
	clear: both;
	
 }
.style1 {font-size: 28px}
.style2 {font-size: 15px}
.style3 {
	color: #EB6C35;
	font-size: 18px;
	font-weight: bold;
}
.style4 {
	color: #3A72A5;
	font-weight: bold;
}

#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

#foot
	{
		text-align: center;
		width: 900px;
		padding-top: 3px;
		height: 16px;
		background-image: url(images/foot.gif);	
		color: #fff;
		
	}
	
/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin: 0;
	padding:0 3px;
	border:1px solid #666;
	float:center;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	float:center;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
	float:center;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
	float:center;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */

.one {
	position:absolute;
	top:0;
	right:0;
}
.two {
	float:center;
	width:280px;
	padding-left: 50px;
}
.two .i1,
.two .i2 { background-image:url(images/borders.gif); }
.two .bt,
.two .bt div,
.two .bb,
.two .bb div { background-image:url(images/box.gif); }
#three {
	float:center;
	clear:both;
	width:80%;
}
#three .cb {
	float:center;
	width:40%;
}


/* Just a bit of styling for this demo page. Adjust as you wish. */
#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}	
