/* ---------------------------- */
/* Hakumei_portfolio Color CSS  */
/* Author: George Boomer III    */
/* Date:   Sep 17, 2005         */
/* ---------------------------- */


/*	Site-wide
------------------------------------*/
body {
	background: #FBFBE5 ;
}
#header {
	background: #FFFFCC url(../images/header.jpg) center top no-repeat;
}
.container {
	background: url(../images/main_col_bg.gif) center top repeat-y;
}
#nav {
	 background: #FFFFCC url(../images/navbar.jpg) center top no-repeat;
}
#footer {
	background: #FFFFCC url(../images/footer.jpg) center top no-repeat;
}



/*	Welcome Area
------------------------------------*/
.cs0 #page_title {
	background: #FFFFCC url(../images/welcome_title.gif) left top no-repeat;
}
/*	Resume Area
------------------------------------*/
.cs1 #page_title {
	background: #FFFFCC url(../images/resume_title.gif) left top no-repeat;
}
/*	Portfolio Area
------------------------------------*/
.cs2 #page_title {
	background: #FFFFCC url(../images/portfolio_title.gif) left top no-repeat;
}
/*	Contact Area
------------------------------------*/
.cs3 #page_title {
	background: #FFFFCC url(../images/contact_title.gif) left top no-repeat;
}