/*
* Project Name: Gokaku Home Page
* Desicription: Main CSS file for layout 
*/

/***** Reset and Controls  *****/
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, code,
	del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  font-weight: inherit;
	  font-style: inherit;
	  font-size: 100%;
	  font-family: inherit;
	  font-family: "Arial", sans-serif;
	  vertical-align: baseline;
	}
	
	
	a, img {border:none; outline:none;}
	
	.t { background-color: #f8f8f8 !important; }
	.b { border: 1px solid red; }
	
	a:link 		{ color: #433011; }
	a:active	{ color: #433011; }
	a:visited 	{ color: #433011; }
	a:hover 	{ color: #7B6E52; }
					
	
	.clearfloat {clear: both;}

/***** Fonts *****/
h1 {
	font-size: 48px;
	text-shadow: #fff 0px 1px 1px;
	padding-top:300px;
	text-align:center;
	}

h2 {
	font-size: 18px;
	text-shadow: #fff 0px 1px 1px;
	text-align:center;

	}
	
/***** Layout *****/

body {
	background-color: #fff;
	background-image: -moz-linear-gradient(100% 100% 90deg, #ccc, #fff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#fff));
	overflow: hidden;
	}
	
	#header {
		background-color: #ccc;
		height: 500px;
		border-bottom: 4px solid #777;
			box-shadow: 0px 1px 11px #999;
			-moz-box-shadow: 0px 1px 11px #999;
			-webkit-box-shadow: 0px 1px 11px #999;

			background-image: -moz-linear-gradient(100% 100% 90deg, #ccc, #aaa);
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#aaaaaa));

		}
		
	








