/*
Theme Name: GASAKISM 2
Theme URI: http://gasakism.net/
Version: 1.6
Description: GASAKISM Theme 
Author: Gasaki (Gabriel Kindermann)
Author URI: http://gasakism.net/
*/
@import url(layout.css);
@import url(forms.css);


html.body{ height:100%; }

body{
	margin:0;
	padding:0;
	color:#006699;
	background:url(../images/f_img.jpg) no-repeat top #66CCCC;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

h1, h2{
	padding-left:8px;
	font-size:2.2em;
	text-transform:capitalize;
}

h3{
	height:27px;
	padding-top:6px;
	width:161px;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}

h4{
	padding:8px 0 12px;
	text-align:center;
}
td{font-size: 12px;}
th{font-size: 12px;}
a:link, a:visited{
	color: #EA8C00;
	text-decoration:none
}
a:hover, a:visited:hover{
	color: #659FDE;
	text-decoration:underline;
}
img{ border: 0 none; }

.clr{ clear: both; }
