body {
	background:#000000 url(../images/bg.jpg) top center no-repeat fixed;
}

.clear {
	clear:both;
}

#header {
	width:1000px;
	margin:50px auto 0 auto;
	height:76px;
	background:url(../images/bg_top-leaves.png) bottom right no-repeat;
}

.logo {
	margin-bottom:20px;
	float:left;
	width:500px;
	text-indent:-9999px;
	width:499px;
	height:58px;
	background:url(../images/logo.png) bottom right no-repeat;
}

/*----- Main Menu ------*/

.main-menu {
	float:right;
	width:390px
}

 ul.main-menu {
	list-style:none;
	height:23px;
}

ul.main-menu  li {
	float:left;
}

ul.main-menu  li a
ul.main-menu  li a:link
ul.main-menu  li a:visited {
	display:block;
}

.mm-home {
	background:url(../images/main-menu.png) no-repeat 0 0;
	width:84px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.mm-home:hover {
	background:url(../images/main-menu.png) no-repeat 0 -23px;
	border:0;
}

.mm-portfolio {
	background:url(../images/main-menu.png) no-repeat -84px 0;
	width:117px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.mm-portfolio:hover {
	background:url(../images/main-menu.png) no-repeat -84px -23px;
	border:0;
}

.mm-blog {
	background:url(../images/main-menu.png) no-repeat -200px 0;
	width:75px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.mm-blog:hover {
	background:url(../images/main-menu.png) no-repeat -200px -23px;
	border:0;
}

.mm-contact {
	background:url(../images/main-menu.png) no-repeat -274px 0;
	width:96px;
	height:23px;
	text-indent:-9999px;
	display:block;
}

.mm-contact:hover {
	background:url(../images/main-menu.png) no-repeat -274px -23px;
	border:0;
}


.wrapper-home {
	width:1000px;
	margin:0 auto;
	background:#ffffff url(../images/bg-content-home.jpg) no-repeat top left;
	padding-bottom:20px;
}

.wrapper {
	width:1000px;
	margin:0 auto;
	background:#ffffff url(../images/bg-content.jpg) no-repeat top left;
	padding-bottom:20px;
}



.description {
	margin:175px 100px 120px 0;
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-style:italic;
	font-weight:normal;
	line-height:28px;
	color:#666666;
	width:420px;
}

.recentProjects {
	width:960px;
	margin:10px auto;
}

.recentProjects h1 {
	width:960px;
	height:60px;
	background:url(../images/ttl_latest_project.gif) no-repeat top left;
	text-indent:-9999px;
}

.recentProjects h2 {
	font-size:18px;
	text-align:center;
}

.highlight_text {
	color:#000;
}

.portfolio {
	width:960px;
	margin:0 auto;
	padding:80px 0 20px 0;
}

.blog-area {
	width:950px;
	margin:0 auto;
	padding:60px 0 0 0;
}

<!-- WP NAVI styles -->


.wp-pagenavi {
	margin:10px 0 0 0 !important;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #999999;
	color: #999999;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #999999;
	color: #999999;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #999999;
	color: #999999;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

<!---WP NAVI styles -->