body {
	padding: 1em 10%;
}
* {
	font-family: arial,helvetica,sans-serif;
}
a {
	color: #4989BA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #888888;
}
h2 a {
	color: #888888;
}
address {
	display: block;
	margin-bottom: 1em;
}

#header {
	font-size: 0.8em;
	font-weight: bold;
	color: #AAAAAA;
	float: right;
	line-height: 1.1em;
	text-shadow: 0 0 1px #DDDDDD;
}
#header img {
	float: left;
	margin-right: 0.5em;
}
#header a {
	color: #70A9D4;
}

#intro {
	clear: both;
	margin: 5% 0 2% 0;
	text-align: center;
	font-size: 1.2em;
	color: #AAAAAA;
	line-height: 1.5em;
	text-shadow: 0 0 1px #DDDDDD;
}
#intro h1 {
	visibility: hidden;
	position: absolute;
	top: 0; left: 0;
}
#intro p {
	font-size: 20px;
}
#portfolio, #details {
	clear: both;
	width: 40em;
	margin: 0 auto;
	height: 22em;
	display: block;
	border: 1px solid #DDDDDD;
	position: relative;
}
#portfolio a:hover {
	text-decoration: none;
}
#carousel {
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -232px;
	padding-top: 2em;
}
.carousel-item-info {
	width: 330px;
}

#details {
	padding: 0 0 1.5em 1.5em;
}
#details .img {
	float: right;
}
#details .img img {
	width: 300px;
	float: right;
	padding: 2em 1em 1em 1em;
}
#details .img p {
	font-size: 0.7em;
	color: #777777;
	text-align: right;
	margin-right: 1.5em;
	display: block;
	clear: both;
	width: 250px;
	float: right;
}
#details .title {
	padding-top: 2em;
	font-size: 0.8em;
	line-height: 1.5em;
	text-shadow: 0 0 1px #DDDDDD;
	font-weight: bold;
	color: #70A9D4;
}
#details .description {
	padding: 20px 0 10px 0;
	font-size: 0.8em;
	line-height: 1.5em;
	text-shadow: 0 0 1px #DDDDDD;
}
#details .url, #details .contact {
	padding-top: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-shadow: 0 0 1px #DDDDDD;
}
#details .url a {
	color: #70A9D4;
}

#footer {
	clear: both;
	margin: 2em 0;
	text-align: center;
}
#footer .column {
	text-align: left;
	font-size: 0.8em;
	color: #565656;
	line-height: 1.5em;
	text-shadow: 0 0 1px #DDDDDD;
	float: left;
	width: 32%;
	margin-bottom: 2%;
}
#footer a.external {
	font-weight: bold;
	padding-left: 1.5em;
	background-image: url(/objects/remark-logo.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}