/* redefinitions of existing elements */
html {
	height: 95%
}

body {
	left: 0px;
	margin: 0;
	height: 100%;
	width: 100%;
	
	background-color: #000;
	background-image: url("/Graphics/bg4.png");
	background-repeat: repeat-x;
	color: #333;
	
	font-family: verdana, tahoma, arial;
	font-size: 12px;
}
#topnav, .textarea, #footer {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 2px 4px 7px #666;
	-webkit-box-shadow: 2px 4px 7px #666;
}
#topnav ul li a.current {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	color: #0074d7;
}

a img {
	border: none;
}

/* new classes and id-specific styles */
#content {
	min-width: 600px;
	max-width: 900px;
	
	height: 100%;
	margin: 0px auto;
	/* background-color: #fff; */
	
	/* border: 1px solid #000; */
}

#topnav {
	background-color: #000;
	color: #0af;
	
	margin-top: 15px;
	padding: 30px;
}

#toplogo a img{
	border: none;
}
#toplogo img.cutout{
	padding-left: 30px;
}
#belownav {
	clear: both;
}

#topnav ul {
	background-color: #0074d7;
	list-style-type: none;
	margin: 0 -30px 0 -30px;
	padding: 10px 0 0 20px;
	font-size: 16px;
	height: 28px;
}

#topnav li {
	display: block;
	float: left;
}

#topnav ul li a {
	margin-left: 20px;
	padding: 3px;
	color: #eee;
	text-decoration: none;
	outline: none;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #000;
	color: #0074D7;
	
	margin-top: 15px;
	padding: 15px;
}

p.quote {
}

div.textarea {
	background-color: #fff;
	margin-top: 15px;
	padding: 20px 20px 30px 30px;
}
div.watermark {
	background-image: url("/Graphics/watermark.jpg");
	background-repeat: no-repeat;
}
div.pictureframe {
	background-color: #fff;
	margin: 10px;
}
div.pictureframe img {
	-moz-box-shadow: 2px 4px 7px #666;
	-webkit-box-shadow: 2px 4px 7px #666;
}
input.error {
	background-color: #f30;
}
.css {
	text-align: center;
	color: #CCC;
}
.css a{
	color: #999;
}
