body {
	background:#fff url('/images/background.jpg') repeat-x;
	margin:0;
	color:#000;
	font-family:arial, freesans, sans-serif;
	width:100%;
	text-align:left;
	font-size:14px;
}

h1,h2,h3,h4,h5 {font-family:lucida grande, freeserif, serif;}
h1 {
	margin:0;
	padding:0;
}

h4 {margin:0;}

.clear {clear:both;}

#intro {
	width:70%;
}

#header {
	margin:0.3em;
	height:100px;
}

	#header h1 {font-size:230%;}
	#header img#logo {
		float:left;
	}

#content {
	padding:0.5em;
}
	
.tome {margin:0.5em;}
.tome p {width:70%;}

a.with_image:link, a.with_image:visited {color:blue;text-decoration:none;}
a.with_image:hover, a.with_image:active {color:red;}
a.with_image span {text-decoration:underline;} 

a:hover, a:active {color:red;}

img {border:0;}

#footer {
	clear:both;
	margin:3em 1em 0.5em 0;
	font-size:80%;
	text-align:right;
	color:#555;
}

 .download {
		margin:0 0 1em 0;
	}
	
  .download img {
  }


#contact {
	font-size:115%;
	margin:0 auto;
	text-align:center;
	width:100%;
}
