@charset "UTF-8";
/* Un-Cork It */

html {
	overflow:hidden; max-height:100%;
	}

body {
	background: #610303 url(../images/background.jpg) center repeat;
	font: 10px Lucidia Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	}

#container {
	text-align: left;
	margin-top: 60px;
	}
#board {
	background: url(../images/board.jpg) center no-repeat;
	width: 692px;
	height: 519px;
	margin: 0 auto 0 auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

	}
	#search {
		text-align: right;
		padding: 5px 25px 0 0;
		}
	#main {
		height: 550px;
		margin-top: 10px;
		margin-left: 25px;
		}
		#logo {
			background: url(../images/main_title.png) center no-repeat;
			width: 273px;
			height: 261px;
			margin: -70px 0 15px -82px;
			}
			.hide {
				display: none;
				}
		#sidebar {
			background: url(../images/post_it.png) center no-repeat;
			position: absolute;
			width: 252px;
			height: 252px;
			top: 359px;
			list-style: none;
			}
			#sidebar ul {
				margin-top: 50px;
				list-style-type: none;
				}
			#menu {
				position: relative;
				}
			#menu a {
				display: block;
				text-indent: -900%;
				outline: none;
				position: absolute;
				}
			#menu a:hover {
				background-position: left bottom;
				}
			#menu .home {
				width: 125px;
				height: 42px;
				background: url(../images/btn_home.gif) no-repeat;
				left: 15px;
				top: 0px;
				}
			#menu .msg {
				width: 146px;
				height: 50px;
				background: url(../images/btn_msg.gif) no-repeat;
				left: 65px;
				top: 38px;
				}
			#menu .members {
				width: 147px;
				height: 50px;
				background: url(../images/btn_members.gif) no-repeat;
				left: 28px;
				top: 85px;
				}
			#menu .contact {
				width: 128px;
				height: 43px;
				background: url(../images/btn_contact.gif) no-repeat;
				left: 85px;
				top: 125px;
				}
							
				
		#content {
			background: url(../images/main_content.png) center no-repeat;
			position:  relative;
			width: 400px;
			height: 295px;
			top: -375px;
			left: 215px;
			}
			#iframe {
				padding: 60px 0 0 0px;
				}

#footer {
	position: relative;
	top: -545px;
	left: 0;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}
	#footer a {
		color: white;
		font-weight: bold;
		text-decoration: none;
		}
	#footer a:hover {
		color: #FFEB48;
		text-decoration: underline;
		}
	#footer a:active {
		color: FFEB48;
		text-decoration: none;
		}
	
#login {
	background: url(../images/napkin.png) center no-repeat;
	width: 384px;
	height: 368px;
	margin: -230px 0 0 295px;
	font-family: lucidia grande, verdana, sans-serif;
	font-size: 11px;
	}
	#loginitems {
		padding: 70px 70px 0 50px;
		}
		#loginitems h2 {
			font-family: lucidia grande, verdana, sans-serif;
			font-size: 14px;
			}
	#loginitems a {
		color: #234092;
		font-weight: bold;
		text-decoration: none;
		}
	#loginitems a:hover {
		color: #BF000A;
		text-decoration: underline;
		}
	#loginitems a:active {
		color: #234092;
		text-decoration: none;
		}
	input#username {
		background: url(../images/username.gif) #FFF center no-repeat;
		width: 64px;
		height: 12px;
		font-size: 10px;
		}
	input#password {
		background: url(../images/password.gif) #FFF center no-repeat;
		width: 64px;
		height: 12px;
		font-size: 10px;
		}

#polaroid {
	background: url(../images/polaroids.png) center no-repeat;
	position: absolute;
	width: 282px;
	height: 264px;
	margin: -145px 0 0 50px;
	}

#ticket {
	background: url(../images/ticket.png) center no-repeat;
	width: 395px;
	height: 273px;
	margin: -70px 0 0 350px;
	}
