/*--------------------- body ---------------------*/

body {
	margin: 0;
	margin-top: 10px ;
	margin-bottom: 10px ;
	padding: 0;
	background: #fff;
	font-size: 63%;
	color: #333;
	text-align: center;
}

html {
	/* http://www.splintered.co.uk/experiments/49/ */
	min-height: 100%;
	margin-bottom: 1px;
}

body, input, textarea, select {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}

#container {
	/* max-width: 980px; */
	/* http://www.svendtofte.com/code/max_width_in_ie/ */
	/* width: expression(document.body.clientWidth > 970? "970px": "auto"); */
	width: 90% ;
	margin: 0px auto;
	padding: 0px 10px;
	text-align: left;
}

p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: 1.4em;
	padding: 0;
}

li {
	font-size: 1.1em;
	padding: 3px 0px;
}

#main {
	float: left;
	width: 100%;
}

/*--------------------- text/headings ---------------------*/

.inline { display: inline ; }

h1 {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

h1 small {
	font-size: 30% ;
}

h2 {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-size: 2.3em;
	font-weight: normal;
	color: #8B8B8B;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

h3 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.6em;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #333;
	margin: 1.2em 0px .7em 0px;
	padding: 0;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #ccc;
	margin: .4em 0px .7em 0px;
	padding: 0;
}

h5 {
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0;
	margin: 0;
}

h6 {
	font-size: 1.5em;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #ccc;
	font-weight: normal;
	margin: .4em 0px .7em 0px;
	padding: 0;
}

#footer p {
	font-size: 1em;
	color: #666;
}

p.small, .small {
	font-size: 1em;
}

/*--------------------- links ---------------------*/

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #077;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

/*------------------------ images -------------------------*/

img {border: none ;)

img.opaque {
	opacity: .5;
}

img[alt] {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	font-family: "Courier";
}

