/* General */

body {
	background: #333;
	
	padding-top: 75px;
	padding-bottom: 25px;
	
	text-align: center;
	
	font-size: 11pt;
	font-family: times;
	
	color: #CCC;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #CCC;
}

a:hover {
	text-decoration: underline;
}

img, object {
	border: 1px #FFF dotted;
	max-width: 100%;
	background: #000;
	margin: auto;
	display: block;
}

acronym {
	border-bottom: 1px dotted;
}

.colored {
	color: #000;
}

.center {
	text-align: center;
}

/* Header */

h1 {
	position: absolute;
	
	top: 50px;
	right: 50px;
	
	margin: 0px;
	padding: 0px;
	
	font-size: 11pt;
	
	text-align: right;
	text-transform: lowercase;
	
	color: #000;
}

h2 {
	position: absolute;
	
	top: 25px;
	right: 50px;
	
	margin: 0px;
	padding: 0px;
	
	font-size: 11pt;
	text-align: right;
	
	color: #CCC;
}

h3 {
	font-size: 18pt;
	text-align: right;	
}

h4 {
	font-size: 13pt;
}

#SbD {
	text-decoration: none;
	color: #000;
}

/* Content */

#content {
	width: 700px;
	
	margin: auto;
	
	text-align: justify;
}

p {
	margin-top: 25px;
	margin-bottom: 25px
}

p a:link,p a:active, p a:visited, p a:hover {
	color: #000;
}

.download {
	border: 1px dotted #CCC;
	list-style: square;
	padding: 10px 0px 10px 40px;
}

.download li {
	padding: 3px 0px 3px 0px;
	font-size: 12pt;
}

.download a:link, .download a:active, .download a:visited, .download a:hover {
	color: #000;
}

/* Gallery */

.gallery {
	margin: 25px auto 25px auto;
	text-align: center;
}

.gallery img {
	display: inline;
	margin: 5px;
}

.gallery img:hover {
	display: inline;
	border: 1px dashed #CCC;
	cursor: pointer;
}