#conference {
	 text-align: center;
}


body {
	font-family: Verdana;
	font-size: 11px;
	background-image: url(../images/kidsfade1.jpg);
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-left: 50px;
}
a {
	text-decoration: none;
	color: black;
	font-size: 11px;
}
p {
	font-size: 13px;
}

p a {
	font-weight: bold;
}


img {
	border-width: 0px;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 5px;
	background-color: #fff;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

#content {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	width:98%;
	margin-top: 10px;
	padding-left: 4px;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

#content ul li {
	font-size: 14px;
	margin: 1px;
	padding: 1px;
}

#nav #logo {
	display: inline;
	margin-left: 0px;
	-moz-border-radius:0.3em;
	-khtml-border-radius:0.9em;
}

#nav ul {
	list-style-type: none;
	display: inline;
}
#nav ul li {
	list-style-type: none;
	display: inline;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	padding: 3px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;	
	background-color: #fff;
}
#nav ul li:hover {
	background-color: #ccc;
}
#nav ul li a {
    font-size: 16px;
}

#grid {
	margin-top: 8px;
}
#grid td {
	margin: 5px;
}
#grid td img {
	width: 270px;
	height: 250px;

}
#footer {
	text-align: center;
	
}

#footer a img {
	border-width: 0px;
	margin: 0px;
	border-style:none;
	border-width: 0px;
	border-color: #fff;
	padding: 0px;
	background-color: #fff;
	-moz-border-radius:0em;
	-khtml-border-radius:0em;
	
}





