@charset "utf-8";
/* CSS Document */


html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{  margin:0px;  padding:0px;  border:0px;  border-collapse:separate;  border-spacing:0px;}
input,select{  margin:0;  padding:0;}

html, body {
    height: 100%;
	font-family: Verdana;
}

body
{
	background-color:#eeeeee;
	background-image:url(../images/pattern.gif);
	background-repeat:repeat-x;
	height: 100%;
	
}

/* NN6/7 min-width is needed for scrollability when wrapper is centered */  
body {   
    min-width: 900px;   
}

img, img a{border:none;} 


p,a, ul, li
{

	font-size :	11px;	
	color : #000;
	letter-spacing:normal;
	
}

h1
{

	font-size :	25px;
	color:#25aae1;
	letter-spacing:-0.1em;
	margin-bottom:10px;
}

h2
{
	font-size :	15px;
	color:#333333;

}

h3
{
	font-size :	13px;
	color:#666;
}


h6
{
	font-size :	10px;
	color : #ccc;
	letter-spacing:0em;
}




/* container */
#container {
	margin: 0 auto;
    text-align: left;
    width: 950px;
    height: 100%;
	background-color:white;
}

/* Hack for IE */
* html #container {
    height: 100%;
}
/* End IE Hack */ 



/*-------------------LEFT SIDE----------------*/

#left_side{
	clear:left;
	float:left;
	width:33%;
	min-height:100%;
}


#logo{
	padding:20px;
}

#menu{
	width:100%;
	float:left;
}

#menu ul{
	list-style:none;
	text-align:right;
}

.menu_item{
	height:20px;
	background-color:#ecf5f8;
	margin-bottom:1px;
	padding-right:5px;
	border-right:solid 1px #ecf5f8;
}

.menu_item a{
	text-decoration:none;
}

.menu_item:hover{
	background-color:#d8e2e6;
	border-right:solid 1px #000;
}

.menu_item#on{
	background-color:#fff;
	border-right:solid 1px #fff;
}
.menu_item#on a{
	text-decoration:line-through;
}



/*-------------------MAIN----------------*/

#main{
	float:right;
	width:60%;
	min-height:100%;
	margin-right:10px;
}


#main_text{
	float:left;
	width:100%;
	padding-top:110px;
	padding-bottom:180px;
}





/*-------------------BOTTOM----------------*/
#bottom{
	background-color:#333;
	text-align:center;
	height:180px;
	width:100%;
	float:left;
	margin-top:-180px;
}

#bottom p{
	color:#FFFFFF;
}


