@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #navigation {
	height: 40px;
	width: 320px;
	margin-left: 580px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #header {
	width: 900px;
	height: 183px;
}
#wrapper #text {
	height: 350px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #993333;
	text-decoration: none;
}
a.navbar:link {
	color: #BF8F0C;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
a.navbar:visited {
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
a.navbar:hover {
	color: #0066CC;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
a.navbar:active {
	color: #CC6633;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#wrapper #portfolio {
	height: 500px;
	width: 900px;
}

