/* general architecture
-------------------------------------------------------*/

* { margin: 0;
	padding: 0; }

html, body {
	height: 100%;}

body { 
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #fff url(bg.jpg) repeat-x;
    font-size: 11px;
	font-family: verdana, Verdana, sans-serif; }


#bg{
	position: relative;
			width: 812px;
		background: url(mainbgeu.jpg) no-repeat;
	min-height: 100%; /* has to be here for the footer to work */
	margin: auto; /* has to be here for the center align to work */
	text-align: left; }

* html #bg { height: 100%; }

#site {
	width: 812px;
	position: absolute;
		top: 0px; 
		left: 0px;
	margin: auto; /* has to be here for the center align to work */
	text-align: left; }

* html #site { height: 100%; }


.clear { clear: both; }


hr { 
	margin: 20px 21px 20px 21px; }


/* general styling
-------------------------------------------------------*/

a {
	text-decoration: none;
	color: ##3399FF;
}

a:hover {color: ##00CCFF; text-decoration: underline; } 

img { border: 0; }

#sessions {
	width: 402px;
		left: 50px;
		position: relative;
	text-align: left; }



/* content architecture
-------------------------------------------------------*/

#content {
	padding-bottom: 60px;
min-height: 100%;
}


#main {
	display: inline;
	clear: both;
	float: left;
	width: 475px;
    top: 0px;
	  left: 0px;
	height: auto !important;
	position: relative;
	padding: 0px 1px 10px 0px;
	background-color: white;
}

#main2 {
	display: inline;
	clear: both;
	float: left;
	width: 475px;
    top: 0px;
	  left: 0px;
	height: auto !important;
	position: relative;
	padding: 0px 1px 10px 0px;
	background-color: white;
}
	
	p { 
    font-size: 11px;
	color: black;
	font-family: verdana, Verdana, sans-serif; }

	h2 { 
    font-size: 14px;
	color: #000066;
	font-family: verdana, Verdana, sans-serif; }

	h3 { 
    font-size: 13px;
	background-color: #D8D8D8;
	font-family: verdana, Verdana, sans-serif; }


/* menu
-------------------------------------------------------*/

#menu {
display:none; }

	

	#footer { 
display:none;}
