/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #421411 url("../images/bg01.jpg") repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	display: block;
	height: 33px;
	margin-bottom: 10px;
	padding: 7px 0px 0px 28px;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: normal;
	color: #F8C2AD;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.text3 {
	text-transform: lowercase;
	text-align: center;
	font-size: 10px;
	color: #A24C45;
}

.text4 {
	text-align: center;
	font-size: 10px;
	color: #000000;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	text-align: right;
	font-weight: bold;
}
.link2 {
	display: block;
	text-align: left;
	font-weight: bold;
}
/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url("../images/bg02.jpg") repeat-x left top; }

.bg2 { background: url("../images/bg05.jpg") repeat-y left top; }
.bg3 { background: url("../images/bg06.jpg") no-repeat left top; }
.bg4 { background: url("../images/bg07.jpg") no-repeat left bottom; }

.bg5 { background: url("../images/bg08.jpg") no-repeat left top; }

.bg6 { background: url("../images/homepage07.jpg") no-repeat left top; }
.bg7 { background: url("../images/homepage08.jpg") repeat-y left top; }
.bg8 { background: url("../images/homepage09.jpg") no-repeat left bottom; }

.bg9  { background: url("../images/homepage10.jpg") no-repeat left top; }
.bg10 { background: url("../images/homepage11.jpg") repeat-y left top; }
.bg11 { background: url("../images/homepage12.jpg") no-repeat left bottom; }

.bg12 { background: url("../images/subpage2_01.jpg") no-repeat left top; }
.bg13 { background: url("../images/subpage2_02.jpg") repeat-y left top; }
.bg14 { background: url("../images/subpage2_03.jpg") no-repeat left bottom; }

.bg15 { background: url("../images/sidelink_03.gif") no-repeat left top; }
.bg16 { background: url("../images/sidelink_05.gif") repeat-y left top; }
.bg17 { background: url("../images/sidelink_06.gif") no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}
.img3 {
	float: center;
	margin: 0px 0px 0px 0px;
}
.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}