body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #C4C7E6;
	background-image: url(library/bg.jpg);
	background-repeat: repeat;
	

	
}



/*positionning*/

#main_container{
	width:772px;;
	height:auto;
	background-image: url(library/main_container_bg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
  margin-right: auto;



}

#left_column{
float: left;
width: 279px;



}

#main_content{
margin-right:25px;

}

#footer{
	background-image: url(library/footer_bg.jpg);
	background-repeat: no-repeat;
	width:772px;
	height:52px;

}

#copy{
margin-left:300px;
line-height: 250%;


}

#img{
width: 493px;

}

/* text*/
h1 {
font-size: 16px;

}

p{
margin-left:300px;

}

a:link{
	text-decoration: underline;
	color: #000000;

}



a:visited{
	text-decoration: underline;
	color: #000000;
}
a:active{
	text-decoration: underline;
	color: #000000;

}

a:hover{
text-decoration: underline;
	color: #FF0000;
}

input, textarea {
font-size: 12px;
background-color: #E4E4F8;

}

ul{
	margin-left:350px;
	list-style-image: url(library/bullet.gif);
}
li{

line-height:200%;
}