@charset "utf-8";
/* CSS Document */
html { 
	height: 100% !important; 
	background: #c5c5c5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e2e2e2), to(#c5c5c5));
	background: -moz-linear-gradient(#e2e2e2, #c5c5c5);
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100% !important;
	-pie-background: linear-gradient(#e2e2e2, #c5c5c5);
	behavior: url(../PIE.htc);
}

.body {
	display: block;
	width: 100%;
	height: 100% !important;
	
	

}

.container {
	height: 420px;
	width: 758px;
	top: 50%;
	margin: -210px auto 0;
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	-webkit-box-shadow: #999 0 3px 10px;
	-moz-box-shadow: #999 0 3px 10px;
	box-shadow: #999 0 3px 10px;
	behavior: url(../PIE.htc);
	position: relative;
}

li { list-style: none; margin-bottom: 10px; }

li:last-child { margin: 0px; }

img {
	display: block;
	border: 1px solid #CCC;
	-webkit-box-shadow: #717171 0 3px 10px;
	-moz-box-shadow: #717171 0 3px 10px;
	box-shadow: #717171 0 3px 10px;
	behavior: url(../PIE.htc);
	position: relative;
	z-index: 1;
}

.wrapper {
	padding: 10px;
}

section {
	float: left;
	width: 576px;
	position: relative;
	top: 20px;
}

section > :last-child {
	margin-top: 10px;
}

article {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

aside {
	float: right;
	margin-top: 20px;
	border-left: 1px solid #CCC;
	padding-left: 10px;
}

h1 {
	position: absolute;
	right: 10px;
	top: 10px;
}

h1 a, h1 a:visited, h1 a:hover {
	font-size: 9px;
	color: #333;
	text-decoration: none;
}

h1 a:hover { 
	text-decoration: underline;
}


h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-shadow:rgba(255,255,255,1) 0 1px 0;
	position: relative;
	top: 35px;
}

h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-shadow:rgba(255,255,255,1) 0 1px 0;
	margin-top: 10px;
}

#about h3 {
	margin-top: 25px;
}

p {
	font-size: 11px;
}

p a, p a:visited, p a:hover {
	color: #333;
	border-bottom: 1px dotted #999;
	text-decoration: none;
}

p a:hover {
	background: #FF9;
	border-bottom: 1px dotted #333;
}

footer {
	position: absolute;
	bottom: 10px;
	border-top: 1px solid #CCC;
	height: 20px;
	line-height: 25px;
	width: 738px;
	font-size: 9px;
	left: 10px;
}

