@media screen{
html,body{margin:0;padding:0}

body
{
	font: 76% arial,sans-serif;
	background : #FFF;
	text-align: left;
	background : url('/images/rasta_td.jpg') no-repeat top left;
}

html {

}

img{margin-right :5px;}

	#nav{ 
		background : url('/images/line.jpg') no-repeat top left;
		width: 100%;
		font-size : 1em;
		clear : left;

	}
#nav ul {
	background : url('/images/line.jpg') no-repeat bottom center;
	margin:0;
	padding:10px;
	margin-left:60px;
	font-weight : bold;
}
#nav ul li{
	display : inline;
	margin-right : 10px;
	padding-bottom : 7px;
}
#nav ul li a{
	text-decoration : none;
	color:#666666;
}
#nav ul li a:hover{
	color : #f48256;
}

	#navigation{
		margin-top : 10px;
		padding-top: 20px;

		float:left;
		clear:left;
		width:260px
	}


	#manifesto img{
		margin-left : 30px;
		padding-top : 30px;
	}



	#container{width:1000px;float:left;margin:0 auto}


	#header h1{display:none}

	#header {

		width:1000px;
		margin:0 auto;
		float : left;
		margin-bottom : 5px;
	}

	#object{
		margin-left: 200px;
		margin-top: 15px;
		float : left;
	}

	#header img{
		margin-left : 24px;
		margin-top : 13px;
		float: left;
	}
	
	#topban{
		margin-top : 20px;
		margin-right: 100px;
	}

	#content{
		background : #FFF;
		margin-left : 10px;
		margin-top : 10px;
		margin-bottom : 10px;
		padding: 10px;
		width : 700px;
		float:right;
		border-left : 1px dotted black;
	}

	#content p{
		line-height:1.4;
	}


	#footer{
		clear:both;
	}
	#footer a{
		color : red;
	}
}

@media print{
html,body{margin:0;padding:0}
body
{
	font: 76% arial,sans-serif;
}

	#header img{display:none}
	.noprint {display : none}

	
	#footer, #extra, #navigation, #nav{ display:none}
} 