/* This is an alternate css for the front page of www.hasty.name
 */

body {
	font-size: 14pt;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background:#D4F0FF;
}

#header img { 
	width: 800px;
	height: 300px;
	display: block;
}

#wrapper {
	color: #d4f0ff;
	background: #3479A0 ;
	border: 1px solid;
}

#header {
	background: #D4F0FF;
}

#container {
	width: 100%;
	background: #3479A0 ;
}

#content {
	background: #3479A0 ;
}

#sidebar {
	width: 200px;
	float: left;
	background:#D4F0FF;
	color: #3479A0;
	padding: 5px 10px 0 10px;
	margin-right: 10px;
}

#footer {
	color: #fff7d3;
	padding: 20px 20px 20px 20px;
	background: #3479A0;
}

h2 {
	color: #E44971;
	margin-top: 0;
}

.last {
	margin-bottom: 0;
}

.clearing {
	height: 0;
	clear: both;
}

.bigcard-left, .bigcard-right {
       float: left; 
       width: 360px;
       height: 300px;
       margin: 0 10px 10px 0;
       padding: 5px 0px;
       text-align: center;
       background: white;
       border-right: 1px solid #ccc;
       border-bottom: 1px solid #ccc;
       font-size: 80%;
       color: #60BF9E;
}

.bigcard-right {
       float: right; 
}

a:link { 
	text-decoration: none; 
	color: #E44971;
	}
a:visited { 
	text-decoration: none; 
	color: #A08C33;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #A0334F;
	}
