/* GENERAL DECLARATIONS
========================= */
html {
	margin:0;
	padding:0;
}
body {
	background: #181818;
	padding: 20px 0;
	margin: 0;
}
body, div, p {
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.6;
}
h1 {
	font-size: 16px;
	color: #0c3;
}


/* PAGE LAYOUT
========================= */

#slideshow {
	width: 622px;
	float:left;
	margin:0;
	padding: 0;
	overflow: hidden;
}
#intro {
	float: left;
	margin: 0 0 0 10px;
	width: 198px;
	text-align: left;
}
#footer {
	width: 850px;
	margin: 0px auto 20px;
	line-height: normal;
	font-size: 10px;
	color: #666;
	text-align: center;
}
.content {
	width: 830px;
	margin: 0 auto 10px;
	padding: 10px;
	border: 1px solid silver;
	background: #333 url(../images/grad.jpg) repeat-x top;
}


/* LINKS
========================= */

a:link, a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #666;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
	border: none;
}
a img {
	border: none;
}

/* GENERAL CLASSES
========================= */

.centered {
	width: 830px;
	margin: 0 auto 10px;
	text-align: center;
}
.clearing {
	clear: both;
	height: 1px;
}
img.validator, img.validatorPadded {
	height: 31px;
	width: 88px;
	border: 0;
}
img.validatorPadded {
	margin-right: 30px;
}
.padded {
	margin-left: 10px;
}
.notice {
	background: #181818;
	border: 2px dotted #ccc;
	padding: 1em;
}
.notice p {
	font-size: 16px;
}
.external {
	background: transparent url(../images/outgoing.gif) top right no-repeat;
	padding-right: 12px;
}
