* { 
	padding: 0px;
	margin: 0px;
}

html {
	height: 101%; 
}

body {
	background-color:#000000;
	background-image:url(../images/bg-wallpaper.png);
	background-repeat: repeat-x;
}

#wrapper {
	width:1000px;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom:30px;
}

#header{
	clear:left;
	float:left;
	background-color:#004350;
}

#topNav {
	clear:left;
	float:left;
	width:1000px;
	height:228px;
	background-color:#004B5D;
	background-image:url(../images/bg-top-nav.png);
}

#navButtons {
	padding-top:50px;
}

#button {
	margin-bottom:5px;
	margin-left:-10px;
	}
	
	#button:hover {
		margin-left:0px;
	}

#pageBorder {
	width:980px;
	clear:left;
	float:left;
	background-color:#004350;
	padding:10px;
}

#canvas {
	float:left;
	width:960px;
	background-image:url(../images/canvas.png);
	padding:10px 10px 50px 10px;
}

#left {
	clear:left;
	float:left;
	margin-right:10px;
}

#right {
	float:left;
}

#paper {
	clear:left;
	float:left;
	background-color:#ffffff;
	background-image:url(../images/paper2.png);
	width:540px;
	padding:20px 30px 30px 30px;
	margin:0px;
	}
	
	#paper h1 {
		font-family:Georgia;
		font-weight:normal;
		font-size:26px;
		line-height:30px;
		color:#333333;
		margin-bottom:10px;
		}
		
		#paper h1 .credit {
			font-size:13px;
			font-weight:bold;
			letter-spacing: 2px;
			color:#9F5854;
		}
		
		#paper h2 {
			font-family:Georgia;
			font-weight:normal;
			font-size:14px;
			letter-spacing: 2px;
			color:#333333;
			margin-bottom:10px;
			}
			
			#paper h2 .highlight {
				background-color: #665B3F;
				color:#ffffff;
			}
			
			#paper p+h2 {
				margin-top:20px;
			}

		#paper p {
			color:#444444;
			font-family:arial;
			font-size:12px;
			line-height: 18px;
			letter-spacing: 1px;
			margin-bottom:10px;
		}

		#paper ul {
			line-height: 18px;
			margin-bottom:10px;
			margin-left:20px;
		}

		#paper li {
			list-style-type:square;
			color:#444444;
			font-family:arial;
			font-size:12px;
			letter-spacing: 1px;
			margin-bottom:3px;
		}
		
		#paper a {
			background-color: #000000;
			color:#ffffff;
			text-decoration:none;
		}

#shadowCanvas600 {
	margin:0px 0px 20px 0px;
}

#gallery {
	margin-bottom:20px;
}

#dottedBox348 {
	width:308px;
	padding:20px;
	border:1px dotted #000000;
	background-color:#ffffff;
	margin-bottom:20px;
	}

	#dottedBox348 h2 {
		font-family: Georgia;
		letter-spacing: 4px;
		font-size:14px;
		padding-bottom:5px;
		border-bottom:1px solid #298099;
		color:#298099;
		margin-bottom:10px;
	}

	#dottedBox348 p {
		color:#444444;
		font-family:arial;
		font-size:12px;
		line-height: 18px;
		letter-spacing: 1px;
		margin-bottom:10px;
	}

	#dottedBox348 ul {
		line-height: 18px;
		margin-bottom:10px;
		margin-left:20px;
	}

	#dottedBox348 li {
		list-style-type:square;
		color:#444444;
		font-family:arial;
		font-size:12px;
		letter-spacing: 1px;
		margin-bottom:3px;
	}
	
	#dottedBox348 a {
		background-color: #000000;
		color:#ffffff;
		text-decoration:none;
	}

#simpleviewer{
	width:100%;
	border-top:1px solid #004350;
	border-bottom:1px solid #004350;
}	

#footer {
	clear:left;
	float:left;
	width:980px;
	background-color:#004350;
	padding:10px;
	text-align: right;
	}

	#footer p {
		color:#007089;
		font-family:arial;
		font-size:10px;
		line-height: 18px;
		letter-spacing: 1px;
		margin-bottom:10px;
	}
	
	#footer a {
		color:#007089;
		text-decoration:none;
		border-bottom:1px dotted #ffffff;
		padding-bottom:3px;
	}
	
#headerWide {
	width:100%;
	height:50px;
	background-image:url(../images/bg-footer-wide.png);
	opacity:0.8;
	filter:alpha(opacity=80);
}

#twitterFeed a {
	color:#298099;
	background-color:#ffffff;
	text-decoration:none;
	
}