﻿body 
{
	width: 980px;
	background-color: #F8F8F8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px/16px "segoe ui", arial, sans-serif;
}

#pagehead 
{
	width: 980px;
	height: 160px;
	background-image: url('pageheader_eventhub_v2.png');
	background-repeat: no-repeat;
}

#pagebody
{
	width: 980px;
	padding-top: 0px;	
	background-image: url('pagebackground.png');
	background-repeat: repeat-y;	
	min-height: 1000px;
}

#pagetitle
{
    width:970px;
    background-color:Gray;   
    padding-top: 30px;
    padding-bottom: 20px;
}

#eventtitle
{
    width: 450px;
    margin-left: 50px;
    padding: 0px;
    font-size: 2.2em;
    font-weight: bold;
    color: White;   
    display: inline;
    float: left;
}

#eventdetails
{
    width: 440px;
    margin-left: 20px;
    padding: 0px;
    font-size: 1.2em;
    font-weight: normal;
    color: White;   
    display: inline;
    float: left;
}

.pleasecomplete
{
    width:970px;
    background-color:Black;   
    margin-top: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.pleasecomplete1
{
    width: 450px;
    margin-left: 50px;
    padding: 0px;
    font-size: 1.4em;
    font-weight: normal;
    color: White;   
    display: inline;
    float: left;
}

.pleasecomplete2
{
    width: 440px;
    margin-left: 20px;
    padding: 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: White;   
    display: inline;
    float: left;
}

#register
{
    width: 950px;
    background-color:White;   
    margin: 10px;    
}

#regclosed
{
    width:970px;
    background-color:Black;   
    margin-top: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#regclosedsorry
{
    width: 450px;
    margin-left: 50px;
    padding: 4px;
    font-size: 1.4em;
    font-weight: normal;
    color: Red;   
    display: inline;
    float: left;
}

.eventlogo
{
    margin-top:20px;  
    margin-left:100px;
}

#visitorregistrationtext
{
    margin-top:20px;  
}
    
#dataprotection
{
    margin-top:20px;
    color:Gray;    
}

.leftcol
{
    width:450px;
    margin-top:50px;
    margin-left:50px;
    font-size:1.6em;
    line-height:120%;
    display:inline;
    float:left;
}

.rightcol
{
    width:370px;
    margin-left:50px;
    display:inline;
    float:left;
}


