@charset "UTF-8";

@font-face {
	font-family: 'FrankieMedium';
	src: url('frankie_-webfont.eot');
	src: local('☺'), url('frankie_-webfont.woff') format('woff'), url('frankie_-webfont.ttf') format('truetype'), url('frankie_-webfont.svg#webfont6dvLImbP') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 300;
	background: url(images/watermark.gif) no-repeat 580px 20px;
}
p {
	margin-bottom: 1em;
}
img { border: 0px none; }
a { outline: none; }
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #B6B165;
	text-decoration: none;
}

h1 {
	font-family: 'FrankieMedium', sans-serif;
	font-size-adjust: 0.51;
	margin-bottom: 1em;
	font-size: 17px;
	font-size-adjust: 0.51;
	font-weight: normal;
}
h2 { font-family: 'FrankieMedium', sans-serif; font-size-adjust: 0.51; margin-bottom: 0.2em; font-size: 15px; font-size-adjust: 0.51; font-weight: normal; color: #B6B165; }
h3 { font-family: 'FrankieMedium', sans-serif; font-size-adjust: 0.51; margin-bottom: 0.2em; font-size: 13px; font-size-adjust: 0.51; font-weight: normal; }

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-235px; /* half of container's height */
		float:left;
}
#enter_container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	width:400px;
	height:470px;
	clear:left;
}
#enter_container h1 { font-size: 30px; letter-spacing: 3px; margin-top: 20px; }

#container { width: 800px; margin: 0px auto; }
#header { height: 200px; padding-top: 50px; }
#logo { width: 145px; float: left; }

#social { float: right; margin: 50px 0 0; line-height: 24px; vertical-align: middle; font-size: 14px; }
#social table td { padding-left: 15px; }
#social table img { float: left; margin-right: 5px; }

#menu { float: right; clear: right; margin: 20px 0px 0px; }
#menu ul { list-style-type: none; }
#menu li { display: inline; margin-left: 20px; }
#menu li a { color: #000; text-decoration: none; font-family: 'FrankieMedium', sans-serif; font-size: 15px; font-size-adjust: 0.51; line-height: 35px; padding: 5px 6px; }
#menu li a:hover { color: #B6B165; /*background: #000;*/ }

#content { padding-left: 40px; font-size: 13px; line-height: 17px; }

#content a { color: #B6B165; text-decoration: none; font-weight: bold; }
#content a:hover { color: #666; }

#content form { }

#content table td { vertical-align: top; padding-bottom: 15px; }
.left_col { padding-right: 30px; vertical-align: top; }
.right_col { padding-left: 30px; }
.right_col img { border: 1px solid #CCC; }

.submit_btn { margin-left: 10px; }

#footer { font-size: 11px; text-align: right; height: 30px; color: #999; }
#footer a { color: #999; }
#footer a:hover { text-decoration: none; }

