* {
	margin : 0px;
	padding : 0px;
}

body {
	background-color : #C3C4C8;
	color : #000000;
	text-align : center;
	font-family : tahoma, sans-serif;
	font-size : 9px;
}

.emphasized {
	color: purple;
}

.shadowed {
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.75);

	padding: 2px;
	background-color: white;
	border: 1px gray solid;
	margin: 0px;
}

#qr {
	position: relative;
	height: 130PX;
	top: 77px;
	left: 36px;
}

#event {
	position: relative;
	height: 130PX;
	top: 77px;
	left:67px;
}

/* PAGE HEADER*/

#page_header {
	margin : 10px auto 0px;
	width : 800px;
	height : 24px;
}
#page_header h1 {
	font-size : 16px;
	font-weight:bold;
	width : 800px;
	color: #5E5C5C;
}



/* PAGE BODY */
#page_bodybox {
	margin : 0px auto;
	width : 600px;
	
	background : url('Background_HTML_general.jpg') no-repeat top;
	background-color : #9FA0A6;
	overflow : hidden;

}

#body_hdr {
	position: relative;
	text-align: left;
}

#page_content {
	width : 70px;
	height : 600px;
	overflow : hidden;
}
#page_textcontent {
	
	display : block;
	width:500px;
	height:340px;
	opacity:0.7;
	margin-top: 100px;
    margin-bottom: 300px;
    margin-right: 80px;
    margin-left: 50px;
	
	padding : 10px 10px 10px 10px;
	border-top : #ffffff 0px solid;
	border-bottom : #ffffff 0px solid;
	border-right : #ffffff 0px solid;
	border-left : #ffffff 0px solid;
	font-size : 12px;
	font-weight:bold;
	color: white;
	overflow : auto;
	text-decoration : none;
	text-align : justify;
}
#page_textcontent h1 {
	font-size : 16px;
	font-weight:bold;
	color: white;
}

#page_textcontent ul {
    list-style-type:square;
}
#page_textcontent li{
    margin-left:5px;
}


/* PAGE FOOTER */

#page_footer {
	margin : 2px auto 0px;
	width : 800px;
	height : 20px;
	color : #6C6C69;
	font-weight : bold;
}

#page_footer a {
	color : #6C6C69;
	text-decoration : none;
}

#page_footer a:hover {
	text-decoration : none;
	color : #FFFFFF;
}



a {
	color : #FFFFFF;
}

a:hover {
	color : #E9E9E5;
}

h4{
	color : black;
}

span {
	display : none;
}

img {
	border: 0px;
}

p {
	text-align : justify;
	line-height : 13px;
}



.clearthis {
	margin : 0px;
	display : none;
	clear : both;  
	float : none;	
	font-size : 1px;
	line-height : 0px;
}