body {
	font-family: 'Courier New', monospace;
	font-size: 12pt;
	width: 850px;
	margin: 0px;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}

#noscript {
	position: relative;
	left: 70px;
}

#progress {
	background-color: rgba(0,0,0,0.7);
	color: white;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	left: 360px;
	line-height: 80px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 120px;
	width: 200px;
}

#mailsent {
	background-color: rgba(93, 142, 255,0.8);
	cursor: pointer;
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 120px;
	left: 220px;
	height: 150px;
	width: 500px;
}

#wrapper {
	margin-left: 50px;
}

#header {
	margin: 0px;
	height: 121px;
}

#home, #web_development, #app_development {
	cursor: pointer;
}

.contact {
	cursor: pointer;
}

#message {
	width: 400px;
	height: 100px;
}

#nav {
	display: none;
	margin: 5px 0 0 15px;
	border: 1px solid #5D8EFF;
	font-size: 14pt;
}

#nav ul {
	list-style: none;
	margin-left: -30px;
}

#nav ul, li {
	display: inline;
}

#nav li {
	margin-right: 40px;
	cursor: pointer;
}

#nav li:hover {
	background-color: #ffff00;
}

#appdev li {
	display: none;
}

#content {
	margin-left: 15px;
}

.content {
	margin-left: 65px;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 12pt;
}

.list {
	margin-left: 30px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	background-color: #ffff00;
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
}

