* {
	font-family: 'segoe ui', tahoma;
}

body {
	background-color: RGB(245,245,245);
	margin: 0;
}

.container {
	width: 960px;
	height: 100%;
}

.header,
.nav,
.footer {
	width: 960px;
	border-left: 1px solid RGB(140,140,140);
	border-right: 1px solid RGB(140,140,140);
}

.header {
	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;

}

.marginLeft,
.marginRight {
	background-color: RGB(255,255,255);
	background-image: URL('margins.png');
	background-repeat: repeat-y;
	background-position: top center;
	vertical-align: top;
	width: 120px;
	padding: 10px;
}

.marginLeft {
	border-left: 1px solid RGB(140,140,140);
	padding-right: 0;
}

.marginRight {
	border-right: 1px solid RGB(140,140,140);
	padding-left: 0;
}

.footer {
	background-color: RGB(255,255,255);
	background-image: URL('footer_gradient.png');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding: 8px;
	font-size: 12px;
	color: RGB(120,120,120);
}

.footer a {
	color: RGB(120,120,120);
}

.footer a:hover {
	color: RGB(60,60,60);
}

h1 {
	color: RGB(240,140,0);
	font-size: 28px;
	font-weight: normal;

}

h2 {
	color: RGB(80,80,80);
	font-size: 16px;
	font-weight: bold;

}

p {
	margin-left: 10px;
}

a {
	text-decoration: none;
	color: RGB(240,140,0);
}

a:hover {
	color: RGB(200,200,200);
}