* {
	font-family: 'segoe ui', tahoma;
}

body {
	background-color: RGB(245,245,245);
	margin: 0;
}

.container {
	width: 960px;
	height: 100%;
}

.nav,
.main {
	width: 960px;
	border-left: 1px solid RGB(140,140,140);
	border-right: 1px solid RGB(140,140,140);
}

.header {
	background-color: RGB(200,210,230);
	height: 100px;
}

.nav {
	background-image: URL('nav_gradient.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0;
	color: RGB(100,100,100);
	font-size: 16px;
}

.nav * {
	cursor: default;
}

.nav div {
	background-image: URL('nav_gradient.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px 16px;
	color: RGB(100,100,100);
}

.nav a:hover div {
	background-image: URL('nav_gradient_hili.png');
	background-repeat: repeat-x;
	background-position: top;
}

.nav .current {
	background-image: none;
	background-color: RGB(255,255,255);
}

.nav a {
	color: RGB(100,100,100);
}

.main {
	background-color: RGB(255,255,255);
	vertical-align: top;
	height: 100%;
	padding: 10px;
}

.main,
.main td {
	color: RGB(80,80,80);
	font-size: 14px;

}

.footer {
	background-color: RGB(245,245,245);
	border-top: 1px solid RGB(140,140,140);
	text-align: center;
	padding: 8px;
	font-size: 12px;
	color: RGB(120,120,120);
}

h1 {
	color: RGB(80,100,150);
	font-size: 24px;
	font-weight: normal;

}

h2 {
	color: RGB(80,100,150);
	font-size: 18px;
	font-weight: normal;

}

p {
	margin-left: 10px;
}

a {
	text-decoration: none;
	color: RGB(160,160,160);
}

a:hover {
	color: RGB(80,80,80);
}
