* {
	margin: 0;
	padding: 0;
}
.author {
	text-align: right;
}
body {
	text-align: center;
	background: #062131;
	/*font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;*/
	font-family: century gothic;
	color: #fff;
	margin: 30px 0;
}
#wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 600px;
	background: url(img/page-bg.jpg) repeat-y;
	padding: 0 0 30px 0;
}
#header {
	background: url(img/header.jpg);
	height: 110px;
}
#intro {
	width: 360px;
	text-align: justify;
	margin: 0 10px 0 20px;
	/*border: 1px solid #fff;*/
}
#side-content a {
	border: none;
}
#intro a {
	border: none;
}
#intro h2 {
	font-size: 1.5em;
	font-weight: normal;
}
p, li {
	font-size: .7em;
	padding: 5px 0;
	line-height: 1.3em;
}
#intro p {
	padding: 5px 0 15px 0;
}
#side-content {
	float: right;
	width: 180px;
	/*border: 1px solid #fff;*/
	margin: 0 10px 0 10px;
}
#side-content h2, #content-lower h2 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
#contact {
	clear: both;
	background: #E86D0A;
	padding: 0;
	border-bottom: 2px solid #2095DA;
}
#content-lower {
	width: 600px;
	margin: 0 auto;
	background: #fff;
	text-align: justify;
	color: #145982;
}
#content-lower h2 {
	text-align: left;
}
#content-lower p {
	padding: 5px 0 0 20px;
}
#content-lower h3, #content-lower h4 {
	font-size: .7em;
	padding: 0 0 0 20px;
}
#content-lower h4 {
	font-weight: normal;
}
.job {
	padding: 0 0 15px 0;
}
#right {
	float: right;
	width: 270px;
	padding: 15px;
}
#left {
	width: 270px;
	padding: 15px;
}
#right p, #left p {
	padding: 0 0 0 40px;
}
ul {
	list-style: none;
}
li {
	padding: 0 0 0 60px;
}

.footer {
	clear: both;
	background: url(img/footer.jpg) no-repeat;
	height: 50px;
	text-align: center;
	color: #fff;
}
.footer p {
}
.clear {
	clear: both;
}
#contact {
	padding: 10px 0;
	text-align: center;
}
#contact li {
	display: inline;
	padding: 0 40px;
}
a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
a:hover {
	background: #fff;
	color: #145982;
}
#portfolio {
	width: 600px;
	text-align: justify;
	margin: 0 auto;
	background: url(img/port-bg.jpg) repeat-x #2095da;
	color: #fff;
	border-top: 3px solid #E86D0A;
}
#port p {
	padding: 5px 0 0 20px;
}
#portfolio h2, #portfolio h3 {
	font-size: 1em;
	font-weight: normal;
}

#port h2 {
	font-size: 1.5em;
	font-weight: normal;
}
#port {
	padding: 15px;
}
#box {
	padding: 15px;
}