@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #252525;
	color: #FFF;
	background-image: url(images/bkg/header.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#header .center {
	height: 49px;
}
#header p {
	padding-top: 19px;
	font-size: 14px;
	color: #333;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#header a.home {
	float: right;
	text-indent: -999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	background-image: url(images/btn/home.png);
}
#header a.home:hover {
	background-position: left 30px;
}
a:hover {
	text-decoration: underline!important;
}
#page {
	background-color: #333;
	padding: 25px 0;
}
#footer {
	padding-top: 15px;
	height: 135px;
	background-image: url(images/bkg/base-border.gif);
	background-repeat: repeat-x;
}
.content h1 {
	font-size: 18px;
	margin-bottom: 4px;
	margin-top: 10px;
	font-weight: normal;
}
.content h1:first-child {
	margin-top: 0px;
}
.content h2 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}
#page p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4;
}
#page h3 {
	font-size: 14px;
	font-weight: normal;
}
#page a {
	text-decoration: none;
	color: #F76401;
}
#footer h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #F96500;
}
.center {
	margin: 0 auto;
	width: 800px;
	position: relative;
	padding: 0 50px;
}
.content {
	position: relative;
}
.content .column {
	float: left;
	width: 500px;
}
.gallery {
	width: 300px;
	float: left;
	text-align: right;
}
.content:after, .column:after, .gallery:after{
	clear:both;
	content:'';
	display:block;
	height:0;
	visibility:hidden;
}
#footer .column {
	width: 200px;
	float: left;
}
#footer .column ul {
	list-style: none;
}
#footer .column ul li {
	margin-bottom: 10px;
	font-size: 14px;
}
#footer .column ul li a {
	color: #FFF;
	text-decoration: none;
}
.portfolio.gray {
	background-color: #3D3D3D;
	margin-bottom: 20px!important;
	padding: 20px 50px!important;
}
.portfolio {
	margin: 0 -50px;
	padding: 0 50px 20px;
	float: left;
	display: inline;
}
.portfolio img {
	float: right;
	margin-left: 50px;
}
.portfolio h1 {
	font-size: 18px;
	margin-bottom: 4px;
	margin-top: 10px;
}
.portfolio h2 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}
.content ul {
	margin-left: 20px;
}
.content ul li {
	margin-bottom: 10px;
}
