/* ---------- Elements ---------- */
a, body, dt, dd, input, li, p, select, table, td, th, textarea {
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
a:hover {
	color: #3f3;
}
body, div, form, html, img, p, table, td, th {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #454545 url(../images/background/bg.gif);
}
table {
	width: 100%;
}
/* ------------- Ids ------------- */
#copyright {
	float: left;
	text-align: center;
	width: 100%;
}
#developer-logo {
	background: url(../images/background/developer-logo.png);
	height: 42px;
	float: left;
	margin: 20px 0 0 360px;
	width: 229px;
}
#name-logo {
	background: url(../images/background/name-logo.png);
	height: 55px;
	float: left;
	margin: 0 0 10px 10px;
	text-indent: -9876px;
	width: 337px;
}
#wrapper {
	margin: 20px auto 0 auto;
	width: 967px;
}
/* ----------- Classes ----------- */
.container {
	float: left;
	margin-bottom: 10px;
}
.edge-bottom {
	clear: both;
}
.edge-bottom_centre {
	background: url(../images/edge/bottom-centre.png) repeat-x bottom center;
	float: left;
	font-size: 0;
	height: 18px;
	width: 940px;
}
.edge-bottom_left {
	background: url(../images/edge/bottom-left.png) no-repeat;
	float: left;
	font-size: 0;
	height: 18px;
	width: 10px;
}
.edge-bottom_right {
	background: url(../images/edge/bottom-right.png) no-repeat;
	float: left;
	font-size: 0;
	height: 18px;
	width: 17px;
}
.edge-middle {
	clear: both;
}
.edge-middle_centre {
	background: #555 url(../images/edge/middle-centre.gif) repeat-x;
	float: left;
	height: 380px;
	padding: 0 10px 0 10px;
	width: 934px;
}
.edge-middle_left {
	background: url(../images/edge/middle-left.gif) repeat-y;
	float: left;
	height: 380px;
	width: 3px;
}
.edge-middle_right {
	background: url(../images/edge/middle-right.png) repeat-y top right;
	float: left;
	height: 380px;
	width: 10px;
}
.edge-top {
	clear: both;
}
.edge-top_centre {
	background: url(../images/edge/top-centre.gif) repeat-x top center;
	float: left;
	font-size: 0;
	height: 10px;
	width: 940px;
}
.edge-top_left {
	background: url(../images/edge/top-left.png) no-repeat;
	float: left;
	font-size: 0;
	height: 10px;
	width: 10px;
}
.edge-top_right {
	background: url(../images/edge/top-right.png) no-repeat;
	float: left;
	font-size: 0;
	height: 10px;
	width: 17px;
}
.portfolio-screenshot {
	border: 3px solid #fff;
	float: left;
	margin: 18px 0 0 18px;
}
.portfolio-text {
	float: left;
	height: 340px;
	margin: 18px 0 0 28px;
	overflow: auto;
	width: 260px;
}
.portfolio-text p, .portfolio-text p a {
	font-size: medium;
}
.portfolio-text p strong span {
	font-size: x-large;
}
.portfolio-text p strong span span {
	color: #3f3;
}