/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/img01.jpg) repeat-x 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: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

/** LINKS */

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	margin: 0 auto;
	padding: 0;
	width: 890px;
	height: 190px;
}

/** LOGO */

#logo {
	width: 890px;
	height: 180px;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	text-indent: -99999px;
}

/** BOOKMARK */

.bookmark {
}

.bookmark a {
	display: block;
	height: 68px;
	background: url(images/img08.jpg) no-repeat center center;
	text-indent: -99999px;
}

/** PAGES */

#page {
	margin: 0 auto;
	padding: 0;
	width: 892px;
	padding-bottom: 20px;
}

/** BOXES */

.box {
	margin: 0;
	background: url(images/img06.jpg) repeat-y left top;
}

.box .content {
	padding: 0 0 20px 30px;
}

.box .content2 {
	margin: 0 auto;
}

.box h2 {
}

.box .bgbottom {
	height: 46px;
	background: url(images/img07.jpg) no-repeat left top;
}

/** BOX ONE */

#box1 {
}

#box1 h2 {
	margin: 0;
	padding: 0;
	height: 89px;
	background: url(images/img03.jpg) no-repeat left top;
	text-indent: -99999px;
}

/** BOX TWO */

#box2 {
}

#box2 h2 {
	margin: 0;
	padding: 0;
	height: 89px;
	background: url(images/img04.jpg) no-repeat left top;
	text-indent: -99999px;
}

/** BOX THREE */

#box3 {
}

#box3 h2 {
	margin: 0;
	padding: 0;
	height: 89px;
	background: url(images/img05.jpg) no-repeat left top;
	text-indent: -99999px;
}

/** GALLERY ONE */

.galleries {
	padding-top: 20px;
}

.galleries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.galleries li {
	float: left;
	width: 104px;
	height: 104px;
}

.galleries img {
}

/** GALLERY TWO */

.galleries2 {
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 40px;
}

.galleries2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.galleries2 li {
	float: left;
	width: 104px;
	height: 104px;
	padding: 0 14px 10px 0;
}

.galleries2 .last {
	padding: 0;
}

.galleries2 img {
}

