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

html,body { height: 100%; }
body { 
	background: url('../images/background.png');
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#page { width: 100%; height: 100%; }
#main {
	width: 750px;
	min-height: 100%;
	margin: 0 auto;
	background: url('../images/body_background.png') repeat-y top center;
}
#link-strip {
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('../images/background_dark_a.png');
}
#login-strip {
	width: 700px;
	min-height: 100%;
	margin: 0 auto;
}
#login-strip a {
	float: right;
	padding-right: 20px;
	padding-top: 4px;
	font-family:"verdana";
	font-weight: bolder;
	text-decoration: none;
}
#login-strip a:link {
	color: #efefef;
}
#login-strip a:visited {
	color: #efefef;
}
#login-strip a:hover {
	color: #fce83c;
}
#top {
	width: 700px;
	height: 175px;
	margin-left: 25px;
}
#content {
	padding: 0px;
}
#flash-content {
	padding-left: 25px;
}
#flash-content p {
	color: #333333;
	font-size: 90%;
	padding-right: 25px;
	text-align: center;
}
#flash-content a {
	text-decoration: none;
	border: 0;
}
#flash-content a:link {
	color: #231F0B;
}
#flash-content a:visited { 
	color: #231F0B;
}
#flash-content a:hover { 
	color: #1a9bd1;
}
#logo {
	position: relative;
	width: 77px;
	height: 139px;
	left: 50px;
	top: 20px;
	background: url('../images/happyfuntimelogo.png') no-repeat left;
}

#nav {
	position: relative;
	bottom: 85px;
	float: right;
	text-align: right;
	padding-right: 30px;
}
#nav a {
	margin-left: 15px;
	padding-bottom: 2px;
	padding-top: 20px;
	font-size: 120%;
	text-decoration: none;
}
#nav a:link {
	color: #231F0B;
	border: 0;
}
#nav a:visited { 
	color: #231F0B;
	border: 0;
}
#nav a:hover { 
	color: #1a9bd1;
	border-top: 10px solid #fce83c;
}
a:link {
	color: #231F0B;
	text-decoration: none;
}
a:visited { 
	color: #231F0B;
	text-decoration: none;
}
a:hover { 
	color: #45c1fb;
}

#footer {
	margin-top: 0px;
	text-align: center;
	clear: both;
}
#copyright {
	color: #6B787E;
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-align: center;				
	padding: 20px;
	clear: both;
}
