#container {
	overflow: hidden; background: #a85f1e url(../images/backgr.gif) no-repeat;
}

#footer {height:60px;}

#header p {padding:150px 0 0 20px;font-size:14px;text-align:right;text-transform:uppercase;font-weight:bold;color:#000;}

#navi {}

#mainContent {height:420px;}

#mainContent p {padding:10px 10px 0 10px;text-align:justify;color:#000;}

#col1, #col2 {}

#part2, #part1, #part3 {

}

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:#a85f1e;
	color:#fff;
}

#footer {text-align:right;}

a {
   color: #a85f1e; text-decoration: none;
}

a:hover, active a {
   color: #a85f1e; text-decoration: underline;
}

#header a {
   color: #000;
   text-decoration: none;
   padding: 7px 6px;
   margin:0;
}

#header a:hover, #header .active a {
   color: #fff;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 18px; text-align:right;color:#000;padding:0 10px 0 0;
}

h3 {
	font-size: 11px; padding:20px 0 0 15px; color:#000;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}