body {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	background-color: #FBF3E5;
	margin: 0px;
}
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.header {
	background-image: url(../images/header.jpg);
	height: 353px;
	width: 1000px;
}
.header .work {
	background-image: url(../images/work.jpg);
	height: 143px;
	width: 389px;
	position: absolute;
	left: 355px;
	top: 87px;
}
.header .work a {
	font-size: 18px;
	color: #3399CC;
}
a:hover {
	text-decoration: none;
}


.left {
	width: 355px;
	float: left;
}
.left .blog .but {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 140px;
	top: 16px;
}

.right {
	width: 645px;
	float: left;
	overflow: auto;
}
.right h1 {
	font-size: 18px;
	color: #3399CC;
	font-weight: normal;
}

.left h1 {
	font-size: 13px;
	color: #3399CC;
	font-weight: normal;
}


.left .menu #port1 {
	cursor: pointer;
}

.right .left1 {
	float: left;
	width: 321px;
}
.right .right1 {
	float: left;
	width: 324px;
	text-align: right;
}
p {
	line-height: 20px;
}
.left .blog {
	background-image: url(../images/blog.jpg);
	height: 268px;
	width: 355px;
	margin-top: 20px;
	position: relative;
}
.header .logo {
	position: absolute;
	height: 150px;
	width: 150px;
	left: 108px;
	top: 77px;
}
.left .menu {
	list-style-type: none;
	margin-left: 106px;
	padding: 0px;
	height: 300px;
}
.left .menu li {
	margin-bottom: 25px;
	padding: 0px;
	margin-left: 0px;
}
.left .menu .portfolio {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 15px;
	padding: 0px;
}
.left .menu .portfolio li {
	margin-bottom: 10px;
}





.footer {
	background-image: url(../images/footer.jpg);
	clear: both;
	height: 307px;
	width: 1000px;
}
.footer .copy {
	width: 200px;
	float: left;
	position: absolute;
	bottom: 50px;
	left: 355px;
}
.footer .aqua {
	height: 35px;
	width: 220px;
	position: absolute;
	bottom: 33px;
	right: 23px;
}

