/*#############################################################
Name: Aikido Tada Ima Dojo
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Eduardo de Paula
URL: http://.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: url('img/pfger.gif') ;
	color: #444;
	border-left: 4px solid #444;
	border-right: 4px solid #444;
	border-top: 4px solid #444;
	border-bottom: 2px solid #444;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:62.5%; font-family:Lucida Sans Unicode, sans-serif
}

p, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 2px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: url('img/pfger.gif');
	height: 2px
}
.left {float: left;}
.right {float: right;}

/* header CABEÇALHO*/
.header {
	background: url('img/index.gif') repeat-y;
	border-bottom: 1px solid #333;
	font: bold 3em times new romam;
	height: 430px;

}
.header a {
	color: #444;
	display: block;
	line-height: 430px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 2px;}
.header a:hover {
	background: url('img/top.gif');
	color: #990000;
}

/* bottom */
.bottom {
	color: #444;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #555;}