html, body {
	background: #616760;
	color: #333333;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	width: 880px;
}
#header {
	background: url('header.png');
	margin-bottom: 0px;
	width: 880px;
	height: 184px;
}
#main {
	background: #F7FAEB url('body.jpg');
	width: 880px;
}
#container {
	margin-left: 25px;
	width: 830px;
	overflow: hidden;
	padding-top: 15px;
	padding: 0px;
}
#menu {
	font-size: 11px;
	float: right;
	width: 155px;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 675px;
	z-index: 3;
}
#footer {
	background: url('footer.jpg') no-repeat;
	color: #000000;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 37px;
	height: 37px;
	width: 880px;
}

p {
	margin-top: 0px;
	line-height: 16px;
}
h1 {
	font-size: large;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
h2 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
#header_title h1 {
	color: #FFFFFF;
	font-size: 18px;
	text-align: right;
	padding-top: 120px;
	padding-right: 38px;
}
#header_title a {
	color: #FFFFFF;
	text-decoration: none;
}


.align_center {
	text-align: center;
}

.block_row {
	background: #EEEEEE url('block.png') no-repeat;
	background-position: bottom right;
	width: 645px;
	padding: 5px 5px 15px 5px;
	margin: 0px 0px 15px 4px;
	float: left;
}
.block_column {
	background: #EEEEEE url('block.png') no-repeat;
	background-position: bottom right;
	display: block;
	position: relative;
	width: 46%;
	float: left;
	padding: 5px 5px 15px 5px;
	margin: 4px 10px 10px 4px;
}
.block_img {
	float: left;
	display: block;
	margin-right: 5px;
}
.portfolio_item {
	border: solid 2px #DCDCDC;
	padding: 5px;
}
.portfolio_item img{
	margin-bottom: 10px;
}

.info {
  background-color: #ddf4fb;

  color: #404040;

	font-weight: bold;
	border: 1px solid;  border-color: #c6edf9;

	padding: 15px 5px 15px 5px;
	width: 645px;
	float: left;
	margin-bottom: 10px;

	margin-top: 10px;
}

.info a{
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.info a:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.info a:focus {
  outline: 1px dotted #666;
}

#footer a {
	color: #F8F8F0;
}

a {
	color: #0E3984;
	text-decoration: none;
}

a:hover {
	color: #3E49A4;
	text-decoration: underline;
}
a:active {
	color: #0E3984;
	text-decoration: underline;
}

img {
	border: 0px;
}

input,textarea,select {
	background: #FAFAF5;
	font-size: 11px;
	font-family: Verdana;
	border-style: solid;
	border-width: 1px;
	border-color: #B1B68F;
	padding: 2px;
}

.navcontainer {
	width: 155px;
	margin-bottom: 15px;
	padding: 0px;
}

.navcontainer ul {
	border-top: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 156px;
}

.navcontainer a {
	background-color: #EEEEEE;
	color: #111111;
	border-bottom: 1px solid #DDDDDD;
	display: block;
	padding: 2px 2px 2px 4px;
	width: 150px;
}

.navcontainer a:link, .navlist a:visited {
	color: #111111;
	text-decoration: none;
}

.navcontainer a:hover {
	background-color: #CCCCCC;
	color: #111111;
}
