@CHARSET "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
}

img, a {
	text-decoration: none;
	border: none;
}

a:visited {
	color: blue;
}

body {
	font-family: verdana, helvetica;
	height: 680px;
	font-size: 0.95em;
}

#content-wrapper {
	margin: auto;
	width: 830px;
}

#navbar {
	height: 22px;
	padding-top: 36px;
}

.navbar-item {
	float: left;
	font-size: 1.2em;
	text-align: right;
}

.navbar-item.home {
	width: 105px; color: rgb(255, 153, 153);
}

.navbar-item.home a, .navbar-item.home a:visited {
	color: rgb(255, 153, 153);
}

.navbar-item.profile {
	width: 137px; color: rgb(51, 153, 255);
}

.navbar-item.profile a, .navbar-item.profile a:visited {
	color: rgb(51, 153, 255);
}

.navbar-item.portfolio {
	width: 458px; color: rgb(153, 153, 0);
}

.navbar-item.portfolio a, .navbar-item.portfolio a:visited {
	color: rgb(153, 153, 0);
}

.navbar-item.contact {
	width: 105px; color: rgb(153, 153, 153);
}

.navbar-item.contact a, .navbar-item.contact a:visited {
	color: rgb(153, 153, 153);
}

.col-1 {
	width: 111px;
}

.col-2 {
	width: 110px;
}

.col-3 {
	width: 106px;
}

.col-4 {
	width: 111px;
}

.col-5 {
	width: 113px;
}

.col-6 {
	width: 112px;
}

.col-7 {
	width: 110px;
}

#portfolio-wrapper {
	margin-left: 34px;
}

.portfolio-row {
	margin-top: 1px;
	margin-bottom: 3px;
	width: 800px;
	height: 94px;
}

.portfolio-cell {
	height: 94px;
	margin-right: 1px;
	float: left;
	cursor: pointer;
}

#portfolio-btns span {
	cursor: pointer;
}

.input-row {
	margin-bottom: 15px;
}

.input-label {
	float: left;
	width: 100px;
}

.input-box input {
	border: solid 1px rgb(102, 102, 102);
	float: left;
}

.input-box input#send-btn {
	border: none;
	width: auto;
}

.navbar-item a:visited {
	color: rgb(102, 102, 204);
}

#container {
	height: 680px;
}

#inner-container {
	width: 545px;
	margin-top: 50px;
	margin-left: 230px;
	height: 385px;
	border: solid 1px rgb(204, 204, 204);
	background: white;
	font-size: 0.8em;
	padding: 10px;
}

#welcome-message {
	font-size: 1.2em;
	width: 100%;
	height: 100%;
	background: url(../img/inner-container-profile.png) no-repeat;
}

#portfolio-btns {
	width: 815px;
	text-align: right;
	margin-top: 30px;
}

#prev-btn {
	margin-right: 40px;
}

.even_l {
	margin-bottom: 5px;
}

.you {
	font-weight: bold;
}

#contact-form {
	color: rgb(102, 102, 102);
	margin-right: 10px;
}

#office-addy {
	border-bottom: solid 2px rgb(153, 153, 153);
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#footer {
	border-top: solid 1px rgb(102, 102, 102);
	height: 80px;
	padding-top: 5px;
	color: rgb(102, 102, 102);
	font-size: 0.8em
}

#copyright {
	float: left;
	width: 689px;
}

/* clearfix h4x */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}