/* Value Added conference microsite */
/* copyright Artquest 2008 */
/* www.artquest.org.uk */

html>body {
font-size: 16px;  /* IE can't read this. Its here to please older version of safari which default to 14px */
font-size: 63%;  /* see explanation below  */
}

BODY {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #FFF;
	background-color: #000;
    text-align: center; /* centres the page for older browsers */
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62.5%;
}

a {
	color:#000;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}

a:visited {
	background: transparent;
	text-decoration: none;
}

a:hover {
	background: transparent;
	text-decoration:underline;
}

a:active {
	background: transparent;
	text-decoration: none;
}

#wrapper{
    width: 780px;
    font-size:1.2em;
    line-height: 1.4em;
    text-align: left;  /*  important! to reset the content text align left  */
    margin: 0 auto;  /* centres the page */
/*	border: 1px solid #FFFFFF;*/
}

#menu {
	text-align: left;
	font-size: 1.4em;
	position: relative;
	width: 150px;
/*	border: 1px solid #FFFFFF;*/
	float: left;
}

#menu a {
	color:#FFF;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}

#menu a:visited {
	background: transparent;
	text-decoration: none;
}

#menu a:hover {
	background: transparent;
	text-decoration:underline;
}

#menu a:active {
	background: transparent;
	text-decoration: none;
}


#content {
	text-align: left;
	position: relative;
	float: right;
	width: 530px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 15px;
}

#logos {
/*	top: 25px;*/
	width: 150px;
	border: #e2007a solid 8px;
	background-color: #fcc500;
	float: left;
	padding: 20px 7px;
	margin-top: 25px;
	text-align: center;
	font-size: 0.8em;
}

.headline {
	font-size: 2.2em;
	font-weight: bold;
	color: #e2007a;
	margin-top: 0px;
}

.subheadline {
	font-size: 1.8em;
	line-height: 1.1em;
/*	font-weight: bold;
	color: #e2007a;*/
}

.subsubhead {
	font-size: 1.3em;
	line-height: 1em;
/*	font-weight: bold;
	font-weight: bold;
	color: #e2007a;*/
}

