/**************************************************************************** 
 *** GENERAL CSS FILE
 *** 
 *** This file contains:
 *** 	- Global CSS definition
 *** 	- TemplaVoila DataStructure objects (ex: header, columns, footer)
 *** 
 *** Author: Matthias Toscanelli <mt@accessible.ch>
 *** Copyright: 
 *** 
 *****************************************************************************/ 

*{
	font-family: Verdana, Arial;
	margin: 0;
	padding: 0;
}

body{
	background-color: #dddddd;
}

#main{
	margin: auto;
	width: 960px;
}

#header{
	color: #444;
	margin: 50px 0 30px;
	padding-left: 65px;
}
#header p.title{
	font-size: 19px;
}
#header p.title b{
	font-size: 24px;
}


#footer{
	font-size: 10px;
	text-align: center;
	width: 100%;
}

