
	* { 
		padding: 0;
		margin: 0;
	}
	
		#container {
		width: 1000px;

		margin: 0 auto;
	}
	
	#header {
	width: 1000px;
	height: 100px;
	float: left;
	margin-top: 0px;
	border-top: 0px solid #ccc;
	background-color: #000;
	}
	
	#logo {
		width: 300px;
		height: 100px;
		float: left;
		
	}
	
		
		
	#logo img {
		border: 0;
	}

	
	#top-space {
		width: 700px;
		height: 103px;
		float: right;
		border-bottom: 0px solid #000;
	}
	
	#menu {
	width: ;
	height: 200px;
	margin-top: 48px;
	word-spacing: 10px;
	float: right;
	font-family: georgia, serif;
	font-size: 25px;
	line-height: 35px;
	text-align: left;
	}
	
		#menu ul {
	
		list-style: none;
		letter-spacing: -1px;
		padding-right: 50px;

		}

		#menu li {
			display: inline;

		}

		#menu li a:link,
		#menu li a:visited {
			text-decoration: none;
			color: #fff;
			
		}

		#menu li a:hover {
			text-decoration: none;
			color: #f33;
		}
	
	#banner {
		width: 1000px;
		height: 280px;
		float: left;
		border-top: 2px solid #000;
		border-bottom: 10px solid #000; 
		margin-top: 2px;
		background: url(images/static_banner-rockon.jpg) no-repeat;
		
	}
	
	
	#flash {
		background-color: #fff;
		width: 1000px;
		height: 280px;
		float: right;
	}

	
	#content {
		width: 1000px;

		float: left;
		
		padding-top: 0px;
		margin-top: 2px;
		border-top: 2px solid #000;
	}		
			
	
	.feature {
		width: 240px;
		height: px;
		clear: none;
		padding: 25px 0px 40px 20px;
		margin: 30px 0;
		border-top: 0px solid #000;
		float: right;
		background-color: #f33;
		color: #fff;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		
	}
	
		.feature p {
			text-align: left;
			font-family: georgia, serif;
			font-size: 30px;
			padding-left: 85px;
			color: #fff;

			
		}
		
		.feature h3 a:link,
			.feature h3 a:visited {
				text-decoration: none;
				color: #000;
				font-size: 18px;
				border-left: 2px solid #fff;
				padding-left: 10px;
			}

			.feature h3 a:hover {
				text-decoration: none;
				color: #fff;
				border-left: 2px solid #000;
				padding-left: 10px;
			}
	
	
	#left {
		width: 280px;
		height: px;
		clear: none;
		padding: 0 10px;
		margin: 30px 0;
		border-top: 0px solid #000;
		float: left;
		text-align: center;
	}
	
		#middle {
		width: 300px;
		clear: none;
		float: left;
		margin: 0 25px;
		padding: 50px 5px 0 5px;
		overflow: hidden;
		background-color: #fff;
		
	}
	
		#middle p {
			font-size: 18px;
			font-family: georgia;
			line-height: 30px;
			color: #333;
			padding: 5px;
		}
	
		#right {
		width: 300px;
		clear: none;
		padding: 80px 50px 0 0;
		float: right;
		background-color: #fff;
	}
	
		#graphic {
		width: 280px;
		height: px;
		clear: none;
		padding: 0 10px;
		margin: 25px 0;
		border-top: 0px solid #000;
		float: left;
		text-align: center;
		border-right: 1px solid #ccc;
		
	}
	
		#graphic h3 {
			text-align: center;
		}
	
		#graphic ul {
	
			list-style: none;

			}

		#graphic li {
			display: block;

			}
	
		#graphic a:link,
		#graphic a:visited {
			text-decoration: none;
			color: #333;
		}

		#graphic a:hover {
			text-decoration: none;
			color: #ccc;
		}
	
	
		
	

	
	#web {
		width: 300px;
		clear: none;
		float: left;
		margin: 0 25px;
		padding: 25px 10px;
		overflow: hidden;
		background-color: #fff;
		text-align: center;
		
		
		
	}
	
	#web h3 {
			text-align: center;
		}
	
		#web ul {
	
			list-style: none;

			}

		#web li {
			display: block;

			}
	
		
		#web a:link,
		#web a:visited {
			text-decoration: none;
			color: #333;
		}

		#web a:hover {
			text-decoration: none;
			color: #ccc;
		}
	
		

	
	#artworks {
		width: 300px;
		clear: none;
		padding: 0 10px;
		margin: 25px 0;
		float: right;
		background-color: #fff;
		text-align: center;
		border-left: 1px solid #ccc;
	}
	
	#artworks h3 {
			text-align: center;
		}
	
		#artworks ul {
	
			list-style: none;

			}

		#artworks li {
			display: block;

			}
	
		#artworks a:link,
		#artworks a:visited {
			text-decoration: none;
			color: #333;
		}

		#artworks a:hover {
			text-decoration: none;
			color: #ccc;
		}
	
	#bottom {
		width: 1000px;
		height: 250px;
		float: left;
		margin-top: 2px;
		border-top: 2px solid #000;
		border-bottom: 0px solid #000;
	}
	
		#big {
			width: 660px;
			height: 250px;
			float: right;
			background: url(images/image-showcase.jpg) no-repeat;
			background-color: #fff;
		}
		
		#small {
			width: 300px;
			height: 250px;
			padding: 20px 10px 0 30px;
			float: left;
			background-color: #fff;
		}
		
			#small a:link,
			#small a:visited {
			text-decoration: none;
			color: #f33;
			}

			#small a:hover {
			text-decoration: none;
			color: #f33;
			background-color: #000;
			}
	
	
	#footer {
		float: left;
		height: 35px;
		width: 1000px;
		padding-top: 0px;
		border-top: 1px solid #fff;
		background-color: #000;	
		padding-top: 25px;
	}
	
	#footer p {
		font-size: 10px;
	
		text-align: center;
		border: 0;
		color: #fff;
		
	}
	
	h1 {
		font-family: georgia, serif;
		font-size: 90px;
		text-align: left;
		padding-left: 40px;
		letter-spacing: -10px;
		color: #000;
	}
	
	h2 {
		font-family: georgia, serif;
		font-size: 50px;
		text-align: left;
		line-height: 50px;
		letter-spacing: -2px;
		border-bottom: 5px solid #fff;
	}
	
	h3 {
		font-family: gill sans, sans serif;
		font-size: 25px;
		text-align: left;
		letter-spacing: px;
		color: #f33;
		padding: 0 0 5px 5px;
		margin-bottom: 0px;
		border-bottom: 0px solid #ccc;
		line-height: 50px;
	}
	
			 h3 a:link,
			 h3 a:visited {
				text-decoration: none;
				color: #f33;
				font-size: 25px;
			}

			 h3 a:hover {
				text-decoration: none;
				color: #000;
			}
	
	
			
	
	h4 {
		font-family: georgia, serif;
		font-size: 1.2em;
		text-align: left;
		letter-spacing: px;
		color: #000;
		padding: 20px 0 5px 5px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	
	p {
		font-family: gill sans, "sans-serif";
		font-size: .8em;
		padding:0;
		color: #000;
		line-height: 1.5em; 
		margin-bottom: 35px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	}
	
			p a:link,
			p a:visited {
				text-decoration: none;
				color: #333;
				font-weight: bold;
			}

			p a:hover {
				text-decoration: none;
				color: #f33;
			}
	
	
