@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	padding: 0px;
	background-color: #091212;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.wrapper {
	width: 837px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #FFFFFF;
	background-color: #FFFFFF;
	overflow: auto;
}
.footer {
	color: #d1d1d1;
}
#footer {
	background-color: #828282;
	float: left;
	height: 30px;
	width: 837px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	vertical-align: text-bottom;
	text-align: left;
	text-indent: 40px;
	padding-top: 15px;
}
#blog {
	background-image: url(../images/bkg/blog.gif);
	background-repeat: no-repeat;
	height: 158px;
	width: 158px;
	z-index: 100;
	float: right;
}
#menu {
	float: left;
	height: 52px;
	width: 600px;
}
#menu ul{
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	list-style-type: none;
}
#menu li{
	display: inline;
	height: 55px;
	float: left;
	margin-right: 20px;
	vertical-align: middle;
	text-align: center;
}
#menu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 13px;
	float: left;
}
#menu li a:hover{
	color: #2cbfe7;
	text-decoration: none;
}
#logo {
	background-image: url(../images/main/logo.gif);
	background-repeat: repeat-x;
	float: left;
	height: 85px;
	width: 280px;
	background-position: left bottom;
}
#latest_work_left {
	float: left;
	height: 200px;
	width: 230px;
	padding-top: 250px;
	margin: 5px;
	padding-left: 350px;
}
#latest_work_left_content {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#latest_work_right {
	float: left;
	height: 180px;
	width: 209px;
	border: 5px solid #FFFFFF;
	position: relative;
	top: 250px;
}
#about {
	width: 780px;
	padding-top: 20px;
	float: left;
	margin-left: 40px;
}
#header {
	background-image: url(../images/bkg/header-bkg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 158px;
	width: 679px;
}
#body-main {
	background-color: #013a3a;
	float: left;
	width: 837px;
	background-image: url(../images/bkg/body-bkg2.gif);
	background-repeat: no-repeat;
}
#thumb_box {
	background-color: #CCCCCC;
	float: left;
	height: 125px;
	width: 230px;
	margin-right: 20px;
	border: 5px solid #FFFFFF;
	margin-bottom: 20px;
}
a:link {
	color: #2CBFE7;
	text-decoration: none;
}
a:visited {
	color: #2CBFE7;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: line-through;
}
a:active {
	color: #2CBFE7;
	text-decoration: none;
}
.text-small {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#box {
	width: 210px;
	position: relative;
	float: right;
	margin-top: 400px;
	margin-right: 40px;
}
#box2 {
	width: 210px;
	position: relative;
	float: right;
	margin-top: 400px;
}
#box-content-image {
	border: 5px solid #FFFFFF;
}
#box-content {
position: absolute;
bottom: 0px;
left: 0px;
}
