*
{
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #ccc;
}

html, body
{
	height: 100%;
}

html, body, #bodyWrapper, #page
{
	min-height: 100%;
	background-color: transparent;
	background-attachment: fixed;	
}

body
{
	background-color: #333;
	background-image: url(/graphic/noise.png);
}

#bodyWrapper
{
	background-image: url(/graphic/spiral.png);
	background-position: -8em -1em;
}

#navigation
{
	clear: both;
	width: 75%;
	min-width: 335px;
	height: 24px;
	text-align: right;
}

#navigation #menu
{
	clear: both;
	float: right;
	width: 335px;
	padding: 2px 0;
	text-align: right;
	height: 20px;
	color: #444;
}

#navigation #menu a
{
	padding: 2px 5px;
}

#navigation #menu a#current
{
	color: #9c9;
	text-decoration: underline;
}

.notice
{
	font-size: 12px;
	font-style: italic;
}

.denote
{
	font-style: italic;
	font-weight: bold;
	margin: 0 8px;
}

a
{
	text-decoration: none;
	color: #696;
}

a:hover
{
	color: #363;
}

a.link
{
	text-decoration: underline;
}

a.internal
{
	font-size: 12px;
	color: #cfc;
	font-style: italic;
	margin-left: 2em;
}

a.internal:hover
{
	color: #9c9;
}

a.validation
{
	text-decoration: overline underline;
	margin-right: 5px;
}

img.logo
{
	float: left;
	display: inline;
	margin-right: 5px;
	border: 1px solid #3c6;
}

h1, h2
{
	color: #3c6;
}

h2
{
	font-size: 16px;
}

h3
{
	font-style: italic;
	color: #696;
	font-size: 14px;
}

p, .pdiv
{
	font-size: 14px;
	margin-bottom: 1em;
}

#pageWrapper
{
	width: 600px;
	padding-left: 65px;
	padding-top: 1em;
}

ul, ul li
{
	list-style: none;
}

ol, ol li
{
	list-style-position: inside;
}

#projectsList
{
	margin-left: 22px;
}

.contactInformation
{
	border: 1px dotted #444;
	border-right: 0;
	border-left: 0;
	padding: 10px;
	text-align: center;
	font-style: italic;
}

#copyright
{
	font-size: 12px;
	text-align: center;
}

#city
{
	display: none;
}

#contactForm p
{
	margin-bottom: 0.75em;
}

.inputControl, .formControl, .textareaControl, .fileControl, .clickable, #uploadMessage
{
	color: #363;
}

.inputControl, .formControl, .textareaControl, .clickable
{
	border: 1px solid #363;
}

.inputControl, .textareaControl, .formControl
{
	padding: 2px;
	font-size: 18px;
}

.inputControl
{
	width: 400px;
	height: 20px;
}

.textareaControl
{
	width: 600px;
	height: 175px;	
}

.clickable
{
	background-color: #fff;
	cursor: pointer;
}

.clickable:hover
{
	background-color: #cfc;
	color: #060;		
}

.formControl
{
	width: 70px;
	text-align: center;
	font-size: 16px;
}

.invalid
{
	color: #f93;
}

#backToTop, #backToTop a
{
	position: fixed;
	top: 100%;
	
	margin-top: -21px;
}

#backToTop
{
	left: 0;
	
	height: 16px;
	width: 100%;
}

body #backToTop a
{
	left: 5px;
	
	height: 16px;
	width: 16px;
}