html {
	height: 101%
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #333333;
	background: url(../i/bg_vertical.gif) repeat-y;
}

/* TYPOGRAPHY */

h1 {
	color: #660066;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
h2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
h3 {
	color: #CC9900;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
h4 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
h5 {
	color: #660066;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
h6 {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}
#content p {
	color: #666666;
	line-height: 20px;
	padding: 0 0 14px 0;
}
#content ul, ol {
	background-color: #F4F4F4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 18px;
	font-size: 12px;
	color: #666666;
	padding: 8px 0 0 20px;
	margin: 0 0 16px 20px;
	min-width: 300px;
}
#content li {
	margin: 0 10px;
}
table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #F5F5F5;
}
td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 4px;
}
#content a {
	color: #663366;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #663366;
}

/* LAYOUT  */

#wrapper {
	background: url(../i/bg_horizontal.gif) repeat-x;
	width: 100%;
}
#navinuktitut  {
	text-align: right;
	padding: 0 10px 0 0;
	font-weight: bold;
	font-family: ProSyl, "Trebuchet MS";
}
#navinuktitut a {
	text-decoration: none;
	color: #CC9900;
	font-weight: bold;
	font-size: 14px;
}
#navinuktitut a:hover {
	color: #663366;
}
#navigation {
	width: 144px;
}
#navigation ul li {
	width: 144px;
	list-style: none;
}
#navigation ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding: 2px 2px 2px 6px;
	display: block;
	width: auto !important;
	width: 136px;
}
#navigation ul li a:hover {
	background-color: #CC9900;
}
#navigation ul li a.on {
	background-color: #CC9900;
}
#navigation ul li ul {
	padding: 0 0 0 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 0 -16px ;
	background-color: #9473A5;
}
#navigation ul li ul li a {
	padding: 4px 0 4px 16px;
	width: 124px;
	border-left: 4px solid #663366;
}
#content {
	position: absolute;
	padding: 0 50px 0 0;
	left: 197px;
	top: 146px;
}
	
