*{
	margin: 0;
	padding: 0;
}

body{}

#container{
	padding: 1cm;
}

/* Header */

/* Header logo */

#header{
	height: 100px;
}

#header h1{
	margin: 0 auto;
	height: 64px;
	width: 249px;
}


#logo{
}

/* Header Menu */

#menu{
	display: none;
}

/* Content */

#main{
}

/* content London - Amsterdam - Register - Sponsors */

#seminar{
	display: none;
}


/* Content Content */

#content{
}

#content p, #content td, #content li, #content .paragraph{
	font: 0.7em/1.5em Verdana;
	color: #222;
}

#content .light {
	color: #888;
}

#content p, #content .paragraph{
	margin-bottom: 1.2em;
}

#content p.logoimg{
	text-align: center;
	margin-bottom: 0;
}

#content p.title{
	font: normal bold 1.3em "MS Sans Serif", Geneva, sans-serif;
	text-transform: none;
	margin-bottom: 1em;
	color: #000;
	border-bottom: 1px solid #222;
}

#content p.subtitle{
	font: normal bold 1.3em "MS Sans Serif", Geneva, sans-serif;
	color: #ea6d4c;
	text-transform: uppercase;
	margin: 1.5em 0 0.5em 0;
}

#content p.partitle{
	font-weight: bold;
	margin-bottom: 0;
	color: #000;
}

#content p.wrong {
	color: #f00;
}

#content p.quote{
	border-left: 1px solid #e5e5e5;
	padding: 2em;
	margin: 0 0 1.2em 2em;
}

#content a{
	font-weight: bold;
	color: #3295e9;
	text-decoration: none;
}

#content ul{
	padding: 0 20px 0 50px;
	margin-bottom: 1em;
	list-style: none outside url(http://www.youmoveme.com/previous-events/2007/images/bullet.gif);
}

#content ol{
	border: 0;
	padding: 0 20px 0 50px;
	margin-bottom: 1em;	
}

#content form .formstyle{
	font: 1em Verdana;
	width: 95%;
	background-color: #fff;
	padding: 5px 2px;
	border: none;
	border-top: 1px solid #E6E6E6;
}

#content .form p.subtitle{
	font: normal bold 1em Arial, "MS Sans Serif", Geneva, sans-serif;
	color: #ea6d4c;
	text-transform: none;
	margin: 0.5em 0;
}

#content img.speaker {
	float: right;
	margin: 0 0 10px 10px
}

/* footer */

#footer{
	height: 40px;
}

#blankfooter{
}

#copyright{
	border-top: 1px solid #222;
	margin-top: 1em;
	color: #ea6d4c;
	font-weight: bold;
	font: bold 0.7em/1.25em Verdana;
}

/* general */

a img {
	border: 0;
}

