body
{
	/*ie nedds these*/
	position:relative;
	margin-top:0px;
	left:-10px;
	padding:0px;
	font-size:13px;
	font-family:Arial;
	/*align center for IE*/
	text-align:center;
	background-color:grey;
	background:#666666;
}
/*
	make text more visible
*/
div
{
	text-align:center;
	line-height:1.2em;
}

/*we use container DIV  to center #content and #navigation in the page*/
#maincont
{
	/*our page width*/
	width:880px;
	position:absolute;
	/*center relative div*/
		left:50%;
	margin:auto;
	/*move div 50% right to put it in the center of the page*/
	margin-left:-430px;
	/*make space for the header*/
	
	background:white;
}
#container
{
	/*our page width*/
	width:860px;
	/*center relative div*/
	margin:auto auto;
	/*make space for the header*/
	margin-top:380px;
	border:0px solid red;
	
	
}
#content
{
	/*  we substracted navigation width from page width and got 800px*/
	width:150px;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	/* use float to inverse position with navigation DIV*/
	float:right;
	/*color section for identification*/
	background:#ff0000;
}

/*
	internet explorer min-height fix 
	can be removed if you don't need a minimum height
	in this way your CSS will be clean from hacks
*/
* html #content
{
	height:300px;
}


#navigation
{
	/* set margin top to header height*/
	float:left;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	width:150px;
	/*color section for identification*/
	background:#fd6464;
}
#navigation2
{
	/* set margin top to header height*/
	float:right;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:150px;
	width:860px;
	
	top: 374px;
	/*color section for identification*/
	
}

/*
	internet explorer min-height fix 
	can be removed if you don't need a minimum height
	in this way your CSS will be clean from hacks
*/	
* html #navigation
{
	height:300px;
}

#header
{
	/* postion absolute so we can place our div anywhere on the page, in this case the first div*/
	position:absolute;
	/*our page width*/
	width:860px;
	/*center absolute  div*/
	/*put div on the center of the page*/
	left:50%;
	margin:auto;
	/*move div 50% right to put it in the center of the page*/
	margin-left:-430px;
	/*pu the div fist on the page*/
	top:0px;
	height:60px;
	/*color section for identification*/
	/*background:#f9acac;*/
	border:0px solid red;
}
#hormenu
{
	/* postion absolute so we can place our div anywhere on the page, in this case the first div*/
	position:absolute;
	/*our page width*/
	width:860px;
	/*center absolute  div*/
	/*put div on the center of the page*/
	left:438px;
	margin:auto;
	/*move div 50% right to put it in the center of the page*/
	margin-left:-430px;
	/*pu the div fist on the page*/
	top:65px;
	height:32px;
	/*color section for identification*/
	/*background:yellow;*/
	border:0px solid red;
}
#header1
{
	/* postion absolute so we can place our div anywhere on the page, in this case the first div*/
	position:absolute;
	/*our page width*/
	width:860px;
	/*center absolute  div*/
	/*put div on the center of the page*/
	left:50%;
	/*move div 50% right to put it in the center of the page*/
	margin-left:-430px;
	/*pu the div fist on the page*/
	top:100px;

	height:270px;
	/*color section for identification*/
	/*background:red;*/
}
#footer
{
	width:860px;
	clear:both;
	/*center relative div*/

	margin:auto;
	/*color section for identification*/
    background:url(../images_new/footer.jpg);
	height:49px;
	border:0px solid red;
	background-repeat:no-repeat;
}

#footerContent
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	top: 659px;
	
	
	
}
#footerContent a
{
 color:black; 
 text-decoration:none;
}

#footerContent a:hover
{
  color:#990000;
  text-decoration:underline;
}

.roundcont {
	width: 860px;
	background-color:#F5F5F5;
	
	color:black;
	margin-left:10px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background:url(../images/tr.gif) no-repeat top right;
   	
}

.roundbottom {
	background:	url(../images/br.gif) no-repeat top right ; 

}
img.corner {
width: 15px;
height: 15px;
border: none;
display: block !important; text-align:left;
}
 /*Ends Here */

