/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #EEE2C3 url(../images/background_09.jpg);
	background-attachment: fixed;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h5, h6 {
	margin: 0px;
}

h1, h2 {
	color: black;
}


h1 {
	margin-bottom: 20px;
	font-size: 14px;
}

h2 {
	margin-bottom: 15px;
	font-size: 12px;
}

h3 {
	margin-bottom: 5px;
	font-size: 11px;
	color: #000000;
}

.h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #393939;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 700;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	height: 17px;
	margin-bottom: 3px;
	padding: 3px 0px 0px 10px;
	background: url(images/homepage11.jpg) no-repeat left top;
}

.list1 li a {
	text-decoration: none;
	font-size: 10px;
}

.list1 li a:hover {
	text-decoration: underline;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	display: block;
	height: 13px;
	margin-bottom: 3px;
	padding: 3px 0px 0px 0px;
}

.list2 li a {
	text-decoration: underline;
}

.list2 li a:hover {
	text-decoration: none;
}

/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.more {
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 68px;
	background: url(images/homepage09.gif) no-repeat left center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 7px;
}

.more a {
	padding-right: 15px;
	background: url(http://www.ecupirateclub.com/images/background_09.jpg) no-repeat right center;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}

BigText {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


