/* Wal's first CSS */
	
html {
	height: 100%;	
}

body {
	height: 100%;
	background:#FFFFFF;
	font-family: Georgia, Serif;
	color:#333333;
	margin: 0px;
}

h1 {
	color:#33333;
	font-size:40px;
	font-weight: normal;
	height: 30px;
	letter-spacing:auto;
	text-align:center;
}

h2 {
	color:#6C0;
	font-size:22px;
	font-weight:normal;
	letter-spacing:auto;
	text-align:center;
}

p {
	color:#33333;
	font-size:14px;
	font-weight: normal;
	line-height: 24px;
	text-align:left;
}

a:link		{ 
	color:#6C0;
	text-decoration:none; 
}

a:visited	{
	color:#6C0;
	text-decoration:none;
}

a:hover		{
	color:#9f3;
	text-decoration:none;
}

a:active	{
	color:#6C0;
	text-decoration:none;
}

#splitter {
	position: relative;
	height: 50%;
	width: 660px;
	margin: auto;
}

#content {
	background: #FFFFFF;
	position: absolute;
	bottom: -225px;
	height: 450px;
	width: 660px;
	margin: auto;
}

.italic {
	font-style:italic;
}

.bold {
	font-style:oblique;
}

a.twitter {
	display:block;
	width: 317px;
	height:156px;
	margin:auto;
	background:url(wal-twitter.jpg) no-repeat 0 0;	
}

a.twitter:hover {
	background:url(wal-twitter.jpg) no-repeat 0 -156px;	
}