

/*************************************
 +Containers
 *************************************/
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

body{
        background:#6C7371;
	color:#000;
	font: 0.75em/120% "Myriad Web Pro", "Tahoma", Verdana, Helvetica, Arial, sans-serif;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:left;
}

img {
	margin: 5px;
	border: 1px solid black;
}

#sidebar{
	display: none;
}
#header{
	display: none;
}
#header.A.hover,visited {color: #000000;}
#headerpicture{
	display:none;
}
#headerpictore.span {
	margin:20;
	
}
#headerpicture h1 {
	margin-right: 20px;
	font-size: 50px;
	
}
#menu{
        display:none;
}
#footer{
        display:none;
}
#pagetop{
	background:#fff url(./images/ontop.gif) repeat-x top left;
        height:10px;
}

