@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/background-pattern.png);
	background-repeat: repeat;
	background-color: #CCC;
}

#wrapper {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:30px solid #7FBDC7;
	background-color:#7FBDC7;
	margin-top: 80px;
	
	width:800px;
	height:250px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-125px 0 0 -430px;
}

img {
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
}


h1 {
	font-family: kaushan-script, serif;
	font-size: 4em;
	text-align: center;
	vertical-align: middle;
	line-height: 0.9em;
	color: #2A3E42;
}

#name {
	vertical-align: middle;
	margin-top: 35px;
}

#name p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	text-align:center;
}

#links {
	vertical-align: middle;
	margin-top: 93px;
	color: #E4E4E4;
}

#links p a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: left;
	color: #3B595D;
	padding-left: 20px;
}

#contact {
	margin-top: 35px;
	color: #FFFfff;
}

#contact p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: none;
	line-height: normal;
	padding-left: 20px;
}

#contact p a {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3B595D;
	text-decoration: none;
}


#wrapper404 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:30px solid #7FBDC7;
	background-color:#7FBDC7;
	margin-top: 80px;
	
	width:800px;
	height:125px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-125px 0 0 -430px;
}

#content h1 {
	font-family: kaushan-script, serif;
	font-size: 7em;
	text-align: center;
	vertical-align: middle;
	line-height: 0.9em;
	color: #2A3E42;
}

#text p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: none;
	line-height: normal;
}

#text a {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3B595D;
	text-decoration: none;
}


	