/** BASIC */
body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/subpage01.jpg) repeat-y center top;
}


html, body {
	height: 100%;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/subpage03.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/subpage02.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/subpage04.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/subpage05.jpg) no-repeat left bottom;
}

.bg5 {
	background: url(images/subpage07.jpg) no-repeat left bottom;
}

.text1 {
	margin-bottom: 13px;
	padding-left: 23px;
	background: url(images/homepage03.gif) no-repeat left center;
}

a.link2 {
	padding-top: 4px;
}

/** HEADER */

#header {
	width: 738px;
	height: 227px;
	margin: 0px auto;
	background: url(images/homepage07.jpg) no-repeat;
}

#logo {
}

#slogan {
}

#logo, #slogan { position: absolute; left: -10000px; }

/** CONTENT */

#content {
	width: 738px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 210px;
}

#right {
	float: left;
	width: 528px;
}

/** MAIN MENU */

#mainmenu {
	padding: 13px 0px 0px 84px;
}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu a {
	display: block;
	padding-left: 15px;
	background: url(images/homepage01.gif) no-repeat left center;
}

#mainmenu a span {
	display: block;
	padding: 6px 0px;
}

#mainmenu .lined {
	background: url(images/homepage02.gif) repeat-x left bottom;
}

/** FOOTER */

#footer {
	width: 738px;
	margin: 0px auto;
}

#links {
	width: 738px;
	height: 79px;
}

#links ul {
	margin: 0px;
	padding: 10px 0px 0px 300px;
	list-style: none;
}

#links li {
	display: inline;
}

#links a {
	display: block;
	float: left;
}

#links .vbar {
	display: block;
	float: left;
	width: 1px;
	height: 18px;
	padding: 0px 15px;
	background: url(images/homepage06.gif) no-repeat center center;
}

#copyright {
	width: 738px;
	height: 140px;
}

#copyright p {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 95px 80px 0px 0px;
}

/** BOX1 */

#box1 {
	margin: 25px 95px 0px 30px;
}

/** BOX2 */

#box2 {
	margin: 25px 95px 0px 30px;
}

#box2A {
	float: left;
	width: 180px;
	margin-right: 20px;
	padding-right: 20px;
	background: url(images/homepage05.gif) repeat-y right top;
}

