@charset "UTF-8";
/* CSS Document */

#logo {
	position:absolute;
	left:27px;
	top:27px;
	width:479px;
	height:66px;
	z-index:1;
}
#menuProjects {
	position:absolute;
	left:171px;
	top:162px;
	width:69px;
	height:27px;
	z-index:2;
}
#menuContact {
	position:absolute;
	left:606px;
	top:135px;
	width:0px;
	height:26px;
	z-index:3;
}
#menuBlog {
	position:absolute;
	left:420px;
	top:161px;
	width:53px;
	height:26px;
	z-index:4;
}
#content {
	position:absolute;
	left:29px;
	top:203px;
	width:723px;
	height:450px;
	z-index:5;
	padding-left: 25px;
}

.contentImage {
	padding: 50px 20px 20px 20px;
}
.contentText {
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	line-height: 21px;
	font-weight: normal;
	text-align: right;
	letter-spacing: -1px;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}
a {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content .bigText {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
