 *{
  margin: 0px;
  padding: 0px;
}

li {
	text-decoration: none;
	list-style-type: none;
}
	
img {
	border: none;
}
	
body {
	background: #986f1e url(images/background.jpg)	repeat-x;
	font-family: Iskoola Pota;
}

#container {
  margin: 0px auto;
  width: 1000px;
  
}

#header {
	margin: 0px auto;
	width: 1000px;
	height: 120px;
	background-color: #666666;
	float: left;
}

	#header h1  {
		font-size: 50px;
		color: #cccccc;
		float: left;
		padding: 20px 0 0 20px;
	}	

#menu {
	width: 1000px;
	height: 40px;
	background: #333333;
	float: left;
}

	#menu h1 {		
		float: left;
		height: 40px;
		text-indent: -9999px;		
	}


.nav-links li a {
	float: left;
	width: 200px;
	height: 40px;
	text-decoration: none;
	color: #967851;
	font-size: 25px;
	text-align: center;
	line-height: 35px;
}
.nav-links li a:hover {
	background: #666666;
	color: #333;
}

#current_page {
	color: #333;
	background: #cccccc;
	float: left;
}

#welcome {
	width: 550px;
	min-height: 800px;
	height: auto;
	background: #cccccc;
	float: left;
	}

	#welcome img{
	text-align: center;
	padding-top: 20px;
	padding-left: 4px;
	float: left;
	}

#sidebar {
	width: 450px;
	min-height: 800px;
	height: auto;
	color: #A39050;
	background: #333333;
	float: left;
	
}

#sidebar2 {
	width: 200px;
	float: left;
	background: #333333;
	min-height: 600px;
	height: auto;
}

#sidebar2 p{
	border-bottom: 1px solid #666;
}

	
#sidebar p{
	margin-top: 20px;
	padding-left: 20px;
}

#sidebar h1{
	margin-top: 25px;
	padding-left: 20px;
}

#sidebar .box {
	width:400px;
	background: #51504d;
	height: auto;
	height: 500px;
	margin: 0 auto;

}

#sidebar .box p {
	color: #white;
	font-size: 20px;
}

#sidebar .box h1 {
	color: #666666;
	font-size: 30px;
}

.gallery {
	width: 240px;
	background: #333333;
	min-height: 600px;
	float: left;
}

.gallery a{
	padding-left: 10px;
	padding-top: 20px;
	background: #333333;
	text-decoration: none;
	float: left;
	text-align: left;
	font-size: 20px;
}

.gallery a:hover{
	color: #cccccc;
}

.current_gallery {
	color: #cccccc;
}

#portfolio {
	width: 1000px;
	height: 400px;
}

#installation {
	width: 760px;
	height: auto;
	min-height: 600px;
	background: #cccccc url(images/installations/sounds_of_a_walk.jpg) no-repeat;
	float: left;
}

#installation embed {
	float: right;
	padding-right: 5px;
}
#installation p{
	text-align: right;
	font-size: 22px;
	color: #666;
	padding-right: 10px;
}

#installation h1{
	text-align: right;
	padding-right: 10px;
	color: #333;
	font-size: 25px;
}

#installation2 {
	width: 760px;
	height: auto;
	min-height: 600px;
	background: #cccccc url(images/installations/bowl_project.jpg) no-repeat;
	float: left;
}

#installation2 h1{
	text-align: right;
	padding-right: 10px;
	color: #333;
}

#content {
	width: 800px;
	height: auto;
	min-height: 600px;
	background: #cccccc;
	float: left;
}

#content h1 {
	font-size: 60px;
	color: white;
	padding: 25px 0 15px 50px;
}

#content p {
	font-size: 30px;
	color: white;
	padding: 0 150px 0 100px;
}

#content img {
	margin-top: 20px;
	margin-left: 20px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	display: block;
	float: left;
	width: 100px;
	height: 100px;
}


#resume {
	width: 1000px;
	float: left;
	background: #cccccc;
	padding-bottom: 50px;
}

#resume p{
	color: black;
	padding: 20px 50px 20px 50px;
}
#resume h1{
	color: #967851;
	padding: 20px 30px 20px 30px;
}

#resume blockquote {
	padding: 10px 50px 10px 50px;
}

#footer {
	width: 1000px;
	height: 80px;
	background: #666666;
	margin-bottom: 25px;
	float: left;
	border-top: 10px solid #333;
}

#footer p ,a{
	font-size: 15px;
	color: white;
	float: lefts;
}

#footer .links {
	width: 600px;
	float: left;
	margin-top: 5px;
}
#footer .business {
	width: 200px;
	float: left;
	margin-top: 5px;
}
#footer .contact {
	width: 200px;
	line-height: 15px;
	float: left;
	margin-top: 5px;
}


