* {
    padding: 0;
    margin: 0;
}

html {
	background: #eee;
}

body {
	background: #eee;
	font-family: georgia,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	text-align: center;
} 

a {
	text-decoration: none;
	color: #0171AF;
}

a:hover {
	text-decoration: none;
}

#title {
	font-weight: normal;
}

#project-name {
	letter-spacing: -2px;
	color: #0171AF;
	text-decoration: none;
}

#wrap {
	text-align: left;
	width: 1000px;
	margin: 0px auto;
}

h1, h5 {
	text-align: center;
	background-color: #fff;
}

/* header part */

#header {
	height: 40px;
	background: #eee url(../img/sprite-index.png) no-repeat 0px 0px;
}

/* menu part */

#main-menu-nested-left {
	float: left;
	width: 20px;
	height: 180px;
	background: #fff url(../img/sprite-index.png) no-repeat -260px -100px;
}
#main-menu-nested-right {
	float: right;
	width: 20px;
	height: 180px;
	background: #fff url(../img/sprite-index.png) no-repeat -280px -100px;
}

/* content part */

#content {
	background: #eee url(../img/content.gif) repeat-y;
	padding: 20px;
}

/* main part in content */

#main {
	border-top: 1px solid #aaa;
	background: white;
	padding: 10px;
}

/* bottom part */

#bottom {
	background: #eee url(../img/sprite-index.png) no-repeat 0px -280px;
	padding: 10px 0;
}

/* footer part */

#footer {
	font-size: 11px;
	color: #999;
	text-align: center;
	margin-top: -10px;
}
 
