/* CSS Document */

*{}

body{
	font-family:Arial;
	font-size:10px;
	color:#000;
	background-color:#FFF;
}

p{margin:5px 0 5px 0;}

a{
	color:#000000;
	text-decoration:underline;
}

a img{ border:none;}

/*PAGE STYLE*/

#container{
	text-align:left;
	width: 550px; 
	color: #000; 
	background: #FFF;
}

#top, #header, #menu, #sidebar-left{
	display:none;
}


