/*
	Attributes
*/

a { color: #808080; text-decoration:none }
a:hover { color: #ffffff }
body
{
    	font-family: "helvetica neue",arial,sans-serif;
	font-size: 12pt;
	font-weight: normal;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center
	margin: 0
}
h1 { font-size:14pt }
h2 { font-size:14pt }
h3 { font-size:12pt }

/*
	Classes
*/

.cyan { color: #CCFFFF }
.blue { color: #3333CC }
.green { color: #009933 }
.grey { color: #666666 }
.orange { color: #FF3300 }
.purple { color: #660066 }
.red { color: #FF0000 }
.yellow { color: #FFFF00 }

.album { width:100px; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #CCCCCC; }
.choice { width: 200px; padding-top: 10px; margin-right: 2px; font-size: 16pt; text-align: center }
.snippet { text-align: justify }

/*
	Ids
*/

#about{ display: none }
#bottom { margin-bottom: 10px; padding-top: 10px }
#copyright { font-size: 12pt; color: #666; text-align: center; vertical-align: bottom }
#contact { display: none }
#follow { text-align: right }
#page { width: 100%; text-align: center }
#panel { background-color: #222; padding-top: 10px; padding-left: 20px; padding-right: 0px; text-align: center }
#pictures { display: inline }
#services { display: none }
#sitemap { display: inline }
#top { margin-bottom: 30px }
