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

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
html {
overflow: hidden;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	width: 100%;
}

body {
	background-image: url(../images/images/corkbg1.jpg);
	background-repeat: repeat;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
	color: black;
	}
#header a{
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px;
}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	margin: 0 auto;
	text-align: center;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}
#flashcontent {
height: 550px;
margin-top: -10px;
}	
#leftbar{
position:absolute;
left:20px;
top: 0px;
width: 190px;
}

#rightbar{
position:absolute;
top: 0px;
right:20px;
width: 190px;
}
div#divid {z-index:100;}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:6px double gray;
}
	div#footer p {
		padding:1em;
		margin:0;
	}