* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
	margin: 10px;
}

strong {
	font-weight: normal;
}

h1, h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	text-align: center;
}

h3, h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h5, h6 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 2px 0;
}

form {
	margin: 0;
	padding: 0;
}

table, td, th {
	font-size: 100%;
	border-collapse: collapse; 
}

p {
	margin: 20px 0 20px 0;
	padding: 0;
}

ul {
	list-style: disc;
}

li {
	margin-left: 25px;
}

/*===== Visual classes =====*/

.center {
	text-align: center;
}

.attention {
	color: #FF0000;
}

.information {
	color: #339933;
}

.bold {
	font-weight: bold;	
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.small {
	font-size: 70%;
}


/* ===== Containers ===== */

#container {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 760px;
}

#content {
	padding: 10px 0;
	margin: auto; 
	text-align: justify;
}

.block {
	padding: 0 10px 0px 10px;
	margin: 10px 0 10px 0;
}


.adsense {
	text-align: center;
	margin: 20px 0 10px 0;
}


/* ------ Navigate ------ */

.navigate {
	padding: 20px 0;	
	text-align: center;
}

.navigate ul {
	list-style: none;
	padding-left: 80px;
}

.navigate li {
	float: left;
	width: 200px;
	margin: 0;
}



/*===== Footer =====*/

#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	padding: 20px 0;
}

#footer a {
	color: #000;
}




