body {
		margin:0;
		padding:0;
		background: #69922c;
		font-family: Arial, Helvetica, sans-serif;
}

a {
		text-decoration: underline;
		color: #0e678f;
}

a:hover {
		text-decoration: none;
}

#wrapper {
		margin: 0 auto;
		width: 1100px;
}

#header {
		background: url(images/header.gif) bottom no-repeat;
		height: 654px;
		margin:0;
		padding:0;
}

#header .home {
		position: absolute;
		top: 230px;
		right: 143px;
		width: 130px;
		height: 30px;
}

#header .services {
		position: absolute;
		top: 270px;
		right: 143px;
		width: 130px;
		height: 30px;
}

#header .portfolio {
		position: absolute;
		top: 305px;
		right: 143px;
		width: 130px;
		height: 25px;
}

#header .support {
		position: absolute;
		top: 340px;
		right: 143px;
		width: 130px;
		height: 25px;
}

#header .contact {
		position: absolute;
		top: 378px;
		right: 143px;
		width: 130px;
		height: 25px;
}

#welcome {
		background: url(images/welcome.gif) no-repeat;
		margin: 0 auto;
		width: 1017px;
		height: 158px;
}

#portfolio {
		position: absolute;
		background: #262626 url(images/portfolio-top.gif) no-repeat;
		width: 334px;
		padding-top: 65px;
		top: 689px;
		right: 128px;
}

#portfolio h2 {	
		margin:0;
		padding:0;
		font-size: 18px;
		color: #FFFFFF;
		padding: 20px 0 5px 0;
}

#portfolio img {
		margin-left: 6px;
		background: #3a3a3a;
		border: 1px solid #93bc3c;
		padding: 10px;
}

#portfolio .more {
		background: url(images/portfolio-bottom.gif) bottom no-repeat;
		height: 28px;
		padding-right: 30px;
		padding-top: 20px;
}

#portfolio .more strong {
		float: right;
		color: #93bc3c;
}

#content {
		background:#FFFFFF;
		margin-left: 58px;
		width: 999px;
		min-height: 395px;
}

.post {
		padding: 30px;
		padding-right: 370px;
}

.post h2 {
		margin:0;
		padding:0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 25px;
}

.post h2 a { color: #000000; text-decoration: none; }
.post h2 a:hover { color: #666; }

.post .txt {
		font-size: 13px;
		padding-left: 5px;
		padding-top: 15px;
		padding-bottom: 20px;
}

.post .post_data {
		background: #eee;
		padding: 10px;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		font-size: 12px;
}

.post .post_data .comments {
		background: url(images/user_comment.png) no-repeat left;
		padding-left: 23px;
}

.post .post_data a { text-decoration: none; }
.post .post_data a:hover { text-decoartion: none; }

#footer {
		background: #FFFFFF url(images/footer.gif) bottom no-repeat;
		margin-left: 58px;
		width: 999px;
		margin-bottom: 10px;
}

#footer p {
		margin:0;
		padding: 30px;
		padding-top: 5px;
		padding-bottom: 20px;
		text-align: center;
		font-size: 12px;
}