*
{
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 13px;
}

body
{
	overflow-x: hidden;
	background: #FFE8A3;
}

#headleft
{
	overflow: hidden;
	height: 200px;
	padding-right: 0;
	border-right: 1px solid lightblue;
	border-bottom: 1px solid lightblue;
}

#headleft img
{
	width: 100%;
	height: 199px;
}

#header
{
	height: 200px;
	border-bottom: 1px solid lightblue;
	text-align: right;
}

#content
{
	border-left: 1px solid lightblue;
	margin-left: -1px;
	min-height: 300px;
}

#bodyWrap
{
	border-bottom: 1px solid lightblue;
}

#navigation
{
	padding: 0 !important;
	min-height: 300px;
}
#navigation ul
{
	margin: 0;
}

#navigation ul li
{
	list-style-type: none;
	padding: 10px 10px;
	border-left: 1px solid lightblue;
	border-top: 1px solid lightblue;
	border-bottom: 1px solid lightblue;
	border-top: 0;
	text-align: center;
	cursor: pointer;
	height: 39px;
}

#navigation ul li:hover
{
	background: lightblue;
}

#footer
{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid lightblue;
}

#references img
{
	width: 100%;
	height: 200px;
	margin-top: 10px;
}

#references .col-md-3
{
	width: calc(25% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

#aboutRotatedText
{
	position: absolute;
	left: 45%;
	top: 45%;
	-webkit-transform: rotate(328deg);
	-moz-transform: rotate(328deg);
	-o-transform: rotate(328deg);
	writing-mode: lr-tb;
}

.error
{
	border: 1px solid red;
}

.contact-form .row
{
	margin-top: 5px;
}

.contact-form
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea
{
	width: 90%;
}

.contact-form textarea
{
	height: 200px;
}

.previewImage
{
	float: left;
	margin-right: 15px;
	text-align: center;
}

.previewImage:last
{
	margin-right: 0;
}

.previewImage img
{
	height: 200px;
	width: 300px;
}