@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:70px;
	background-image:url(imgs/header_repeat_x.png);
	background-repeat:repeat-x;
}

body {
	font-family: 'Crimson Text', arial, serif;
	margin-top:0px;
	font-size:12px;
}

.centerElement {
	width:490px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.titleElement {
	height:100px;
	color:#ffffff;
	margin-bottom:10px;
}

.buttonsElement {
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
}

.buttonSpacerElement {
	margin-left:20px;
}

.projectLanguage {
	width:170px;
	display:block;
	float:left;
}


.showcase {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
}

a.homepageLink:link, a.homepageLink:visited, a.homepageLink:hover, a.homepageLink:active {
	color:#ffffff;
	text-decoration:none;
}

a:link, a:visited, a:hover, a:active {
	color:#cc3333;
	text-decoration:none;
}

.pPTitle {
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}

.additionalText {
	color:#666666;
	font-size:12px;
	padding-bottom:10px;
}

.project {
	width:490px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:15px;
}

.projectImg {
	width:160px;
	border:0;
}

.subtitle {
	font-weight:bold;
}
