html, body {
  margin: 0;
  padding: 0;
	background: #f59000;
}

body {
	font: normal 0.8em/1.2 sans-serif;
	color: #000;
}

#layout {
	background: transparent url(../img/owl.png) left 60px fixed no-repeat;
	padding-left: 180px;
	padding-right: 50px;
}

#testimonial {
	padding: 0 0 0 0;
	border-bottom: 2px solid #e48600;
	background: #f5c075 url(../img/quote.png) no-repeat 100px 10px;
}

#testimonial blockquote {
	text-align: left;
	width: 300px;
	float: right;
	padding-left: 2em;
	padding-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content {
	padding-top: 0.5em;
	border-top: 2px solid #e48600;
	border-bottom: 2px solid #e48600;
	padding-bottom: 5em;
	background: #f5c075 url(../img/deco.png) no-repeat center bottom;
}

#testimonial,
#content,
#footer {
	width: 30em;
	padding-left: 2em;
	padding-right: 3em;
	border-left: 2px solid #e48600;
	border-right: 2px solid #e48600;
}

.clearer {
	clear: both;
}

.menu {
 	width: 35em;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

.menu li {
	font-size: 1.2em;
	display: inline;
	margin-left: 0.75em;
	margin-right: 0.75em;
	padding: 0;
}

.menu li a {
	text-decoration: none;
	color: #000;
}

.menu li a:hover {
	border-bottom: 3px solid #a76000;
}

.menu li.active a {
	border-bottom: 3px solid #a76000;
}

#header {
	background: black;
	color: #cb6d00;
	padding-top: 1em;
	padding-bottom: 0.4em;
	margin-left: 180px;
	padding-left: 2em;
	padding-right: 3em;
	width: 30em;
	border-left: 2px solid #e48600;
	border-right: 2px solid #e48600;
}

#content img {
	border: 1px solid #a76000;
	padding: 8px;
	margin: 12px 0 12px 0;
}

#content img.left {
	clear: both;
	float: left;
	margin: 0 12px 12px 0;
}

input,
textarea {
	border: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

input {
	padding: 0.5em;
}

textarea {
	padding: 1em;
	padding-left: 2em;
	padding-right: 0;
}

button {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 2px solid #a76000;
	border-right: 2px solid #a76000;
	border-top: 2px solid #fba000;
	border-left: 2px solid #fba000;
	padding: 0.5em;
	font-size: 1.0em;
	background: #f98000;
}

#content a:link,
#content a:visited {
	color: #a76000;
	color: #b80000;
	text-decoration: none;
	border-bottom: 1px dotted #b80000;
}

#footer {
	background: #f5c075;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 2px solid #e48600;
}

ul.portfolio_list {
	list-style: none;
}

ul.portfolio_list li {
	clear: both;
	padding-bottom: 50px;
/*	float: left;*/
}

ul.portfolio_list li p, ul.portfolio_list li h4 {
	margin-left: 290px;
}

#xtra-nav {
	text-align: right;
	font-size: small;
	padding: 0em;
	margin: 0;
	margin-bottom: 0.5em;
	margin-right: -2.5em;
	list-style: none;
}

#xtra-nav li {
	display: inline;
	margin-left: 0.5em;
}

#xtra-nav li a {
	text-decoration: none;
	padding-right: 18px;
	border: none;
}

#xtra-nav li a:hover {
	text-decoration: underline;
	border: none;
}

#xtra-nav #visit-blog a {
	background: url(../img/visit-blog.png) no-repeat right top;
}

#xtra-nav #get-cv a {
	background: url(../img/get-cv.png) no-repeat right top;
}

