/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #2E2F29 url(../images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	font-size: 10px;
	color: #000000;
	background: #20211D;
	width: 153px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: solid;
	border-left-style: ridge;
	border-top-color: #000000;
	border-right-color: #1E1E1B;
	border-bottom-color: #494B43;
	border-left-color: #1E1E1B;
}

.input2 {
	float: right;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

/** BACKGROUNDS */

.bg1 {
	background: url(../images/homepage04.jpg) repeat-y left top;
}

.bg2 {
	background: url(../images/homepage05.jpg) no-repeat left bottom;
}

.bg3 {
	background: url(../images/homepage08.jpg) no-repeat left top;
}

.bg4 {
	background: url(../images/homepage09.jpg) no-repeat left top;
}

.bg5 {
	background: url(../images/homepage13.jpg) no-repeat left top;
}

.bg6 {
	background: url(../images/homepage20.jpg) no-repeat left top;
}

.bg7 {
	background: url(../images/subpage2_03.jpg) repeat-y left top;
}

.bg8 {
	background: url(../images/subpage2_04.jpg) no-repeat left bottom;
}

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}
