@charset "utf-8";
@font-face {
	font-family: Teknobe;
	src: url('Teknobe.ttf')
}
.blowfish {
	font-family: Teknobe;
	font-size: 18px;
}
body {
	text-align: center;
	background-color: #333333;
	margin-top: 50px;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 920px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	background-image: url(images/blowfish-wall.jpg);
	background-repeat: no-repeat;
}
#header {
	height: 135px;
	margin-bottom: 20px;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #999966;
	padding-bottom: 15px;
}
#logo {
	float: left;
}
#global-nav {
	float: right;
	width: 715px;
	text-align: right;
	margin-top: 65px;
}
#global-nav ul {
	display: inline;
}
#global-nav li {
	display: inline;
	list-style-type: none;
	padding-top: 10px;
}
#global-nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 17px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: lowercase;
	font-style: italic;
	padding-left: 5px;
}
#global-nav li a:hover {
	color: #99FFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC33;
	font-weight: bold;
}
#left {
	width: 660px;
	float: left;
}
#right {
	float: right;
	width: 225px;
}
#right img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#content h1 {
	font-size: 46px;
	font-weight: normal;
	font-style: italic;
	color: #996699;
	text-shadow: 1px 1px 0px #666;
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
}
#content p {
	line-height: 24px;
}


#footer {
	color: #FFFFFF;
	background-color: #996699;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-style: italic;
}

