body {
	font-family: Arial;
	text-align: center;
	font-size: 13px;
	background-color: #f1f0e6;
	color: #444;
	margin: 0;
}

p {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-top: 5px solid #dfded1;
	line-height: 1.6em;
}

h1 {
  position: relative;
  font-size: 3.2em;
  text-align: center;
	letter-spacing: -1px;
}

h1 span {
  position: absolute;
  left: 0;
  background-image: url(img/header.png);
  background-repeat: no-repeat;
  width: 810px;
  height: 54px;
}

h1 a, h1 a:visited {
  color: #444;
  text-decoration: none;
}

h2 {
  position: relative;
	font-size: 2.6em;
  color: #00b8c9;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 50px;
	width: 810px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted  #bcbbae;
	border-bottom: 1px dotted  #bcbbae;
	text-align: center;
}

h2 strong {
  color: #444;
}

h2 .portfolio {
  position: absolute;
  left: 0;
  background-image: url(img/h2_portfolio.png);
  background-repeat: no-repeat;
  width: 810px;
  height: 54px;
}

h2 .omne {
  position: absolute;
  left: 0;
  background-image: url(img/h2_omne.png);
  background-repeat: no-repeat;
  width: 810px;
  height: 54px;
}

h3 {
	font-weight: normal;
	font-size: 30px;
	color: #444;
	line-height: 26px;
	letter-spacing: -1px;
	width: 130px;
	padding: 0;
	margin: 0;
}

a {
	color: #00b8c9;
}

a:hover {
	color: #444;
}

a:visited {
	color: #00b8c9;
}

a:visited:hover {
	color: #444;
}

#page {
	text-align: left;
	margin: auto;
	width: 810px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(img/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	width: 810px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted  #bcbbae;
	border-bottom: 1px dotted  #bcbbae;
}

#content {
	width: 810px;
	min-height: 800px;
}

#footer {
	width: 790px;
	height: 25px;
	margin-top: 10px;
	padding: 10px;
	padding-top: 25px;
	text-align: center;
	background-image: url(img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer a {
  color: #777;
}

#footer a:hover {
  color: #444;
}

.label {
  float: left;
  font-size: 32px;
  color: #00b8c9;
}

.logo {
  float: left;
  font-size: 54px;
  letter-spacing: -1.5px;
  border: 0;
}

.title {
  float: right;
  width: 520px;
  text-align: left;
  margin-top: 24px;
  padding-left: 24px;
  border-left: 1px dotted #bcbbae;
}

.box_work {
	width: 810px;
	height: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.description {
  width: 240px;
  float: right;
}

.thumb_col {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 260px;
	height: 270px;
}

.thumb_title {
	font-weight: normal;
	width: 260px;
	height: 50px;
	margin-bottom: 10px;
	border-bottom: 1px dotted  #bcbbae;
	font-size: 1.8em;
}

.thumb_title strong {
	letter-spacing: -1px;
}

.thumb_title i {
  font-size: 0.5em;
  font-style: normal;
}

.thumb_date {
	font-size: 0.5em;
	font-weight: bold;
	width: 26px;
	float: left;
	line-height: 1.4em;
	background-color: #00b8c9;
	color: #fff;
	padding: 4px;
	padding-top: 6px;
	margin-right: 10px;
	letter-spacing: -0.5px;
}

.thumb_date strong {
  font-size: 2em;
}

.thumb {
	border: 0;
}

.box_about {
	width: 800px;
	height: 150px;
	padding: 10px;
}

.col, .col2, .col3, .col4 {
	height: 80px;
	padding-right: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	border-right: 1px dotted  #bcbbae;
}

.col2 {
  width: 185px;
}

.col3 {
  width: 75px;
}

.col4 {
  width: 72px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}
