/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  padding: 0px;
  margin: 0px;
  background-color:#000000;
  width: 100%;
  display: table;
  font: 14px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
#bg-wrapper {
  background: #000000 url(i/bg.jpg)  center top;
  background-repeat: repeat-y;
  overflow: visible;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.main h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
}
.main h2 {
	padding: 20px 0 0;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
}
.main p {
	/*border: 1px solid #666;*/
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
	font-size: 100%;
}
.main {
	background-image: url(i/bg5.jpg);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
}
.nav {
	background: #000000;;
	padding: 0px 0px 0px 0px;
}


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: 23px;
}

h3 {
	font-size: 21px;
}

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;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}