/* CSS for xlcomm.com */

html { font-size: 76%; }

body {
	color: #000000;
	background: #ffffff;
	font-size: 1.3em;
	font-family: "Franklin Gothic Book", "Lucida Grande", Arial, sans-serif;
}

#header { text-align: center; }

#content {
	width: 80%;
	margin: auto;
}

#details { font-size: 1em; }

h2 { color: #004846; }

h5 { 
	font-size: 1em;
	font-style: italic;
	text-align: center;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

li {
	background: url("bullet.gif") 0px .2em no-repeat ;
	padding-left: 25px;
	margin-bottom: 5px;
}

table {
	width: 90%;
	margin: auto;
}

td {
	width: 50%;
	padding: 10px;
	vertical-align: top;
}

#footer {
	color: #004846;
	text-align: center;
	font-size: .9em;
	margin-top: 30px;
}

#footer a { color: #004846; }

div.vcard div.voice, div.vcard a.email {
	font-weight: bold;
}

#footer .license {
	font-size: .9em;
	font-style: italic;
}

.hidden { display: none; }


