/* 
Name: CSS playground
Description: Me teaching myself CSS.
Author: Caf Sell
Version: 1.0
*/

body{
	background: #ffffff;
	font-family: Verdana; 
	font-size: 15px; 
	margin: 30px;
	text-align:center;
	}

#kola{
	background-image: url(pix/spacekoala.gif);
	margin-bottom:20px;
	width:217px;
	height:200px;
	float:left;
	}

H1{
	font-family: Verdana; 
	font-size: 50px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	word-spacing: 0px;
	}

H2{
	font-family: Verdana;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	}

H3{
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	}

a {
	height:100%;
	color: #0000FF;
	text-decoration: underline;
	}

a:hover{
	background-color:#0000FF;
	color:#ffffff;
	text-decoration: none;
	}

#container{
	width: 700px;
	margin: 0px auto;
	padding: 50px;
	text-align: justify;
	}

#nav{
	text-align:center;
	padding: 20px;
	color: #666666;
	text-decoration: none;
	word-spacing: 50px;
	}

#projectspace{
	border:1px #999999 dashed;
	float: right;
	text-align: center;
	padding: 10px;
	margin: 0px 0px 0px 50px;
	}

#projectspace a {
	display: block;
	margin: 5px;
	width: 88;
	padding: 0px;
	height: 31;
	text-decoration: none;
	color: #000099;
	}

#projectspace a:hover {
	background-position: -88px 0;
	color: #ffffff;
	}

#gattai a{
	margin: 10px auto;
	background: url("pix/button_gattai.gif") 0 0 no-repeat;
	}


#blog a{
	margin: 10px auto;
	background: url("pix/button_blog.gif") 0 0 no-repeat;
	}

#ohayo a{
	margin: 10px auto;
	background: url("pix/button_ohayo.gif") 0 0 no-repeat;
	}