@charset "UTF-8";

/* general */

body {
	font-family: Helvetica, Verdana, sans-serif;
	background-color: #FFF;
	font-size: 17px;
	color: #a3722a;
}
img {
	width: 100%;
    border-width: 0;
}

/* header */

#header {
	width: 90%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 190px;
	height: 63px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#menu {
	width: 111px;
	height: 77px;
	float: none;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 3px;
}
#home {
	width: auto;
	height: 20px;
	float: none;
	text-align: center;
}
#projects {
	width: auto;
	height: 20px;
	float: none;
	margin-top: 10px;
	margin-left: 0px;
	text-align: center;
}
#studio {
	width: auto;
	height: 20px;
	float: none;
	margin-top: 10px;
	margin-left: 0px;
	text-align: center;
}

/* content */

#content {
	width: 90%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#slider {
	width: 90%;
	height: auto;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.text {
	width: 90%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	text-align: justify;
	text-justify: inter-word;
}
.text-columns {
	width: 100%;
	height: auto;
	float: none;
	margin-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000;
}

/* footer */

#footer {
	width: 90%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
}

/* links */

a:link {
	color: #a3722a;
	text-decoration: none;
}
a:visited {
	color: #a3722a;
	text-decoration: none;
}
a:hover {
	color: #66481b;
	text-decoration: none;
}
#footer a:hover {
	color: #a3722a;
	text-decoration: none;
	font-weight: normal;
}

/* attributes */

.title {
	letter-spacing: 3px;
	color: #a3722a;
}
.italic {
	font-style: italic;
}
.color {
	color: #a3722a;
}
.display {
	display: none;
}