html {
	height: 100%;
	margin: 0 auto;
	font-family: tahoma;
	color: #888888;
}

body {
	height: 100%;
    width: 100%;
	margin: 0 auto;
    padding: 0px;
    text-align: center; 
    background-color: #FFFFFF;
}

body.main-body {
	background-image: url(images/left_pane.png);
	background-repeat: repeat-y;
	background-position: left;
}

#left_pane {
    float: left;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    background-image: url(http://www.jagiart.com/themes/jagi//images/left_pane.png);
    position: fixed;
}

#right_pane {
	float: left;
	height: auto;
	margin: 120px 0 0 340px;
	width: 600px;
	text-align: left;
	background: repeat-x;
	color: #888888;
    padding-bottom: 120px;
}

#title {
    float: left;
    width: 283px;
    height: 283px;
    background: url(images/title_pane.png);
	text-indent: -5000px;
	overflow: hidden;
}

#navigation {
    float: left;
    width: 270px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
}

#navigation a.link {
}

#navigation span {
    float: right;
    clear: both;
    width: 111px;
    height: 22px;
	text-indent: -5000px;
	overflow: hidden;
	margin-bottom: 5px;
	cursor: pointer;
	cursor: hand;
}

#navigation a#art span {
    background-image: url(images/art.png);
}

#navigation a#illustrations span {
    background-image: url(images/illustrations.png);
}

#navigation a#about span {
    background-image: url(images/about.png);
}

#logo_box {
    float: right;
    background-position: 0px 0px;
    background-image: url(images/logo_box.png);
    width: 80px;
    height: 80px;
    margin: 0px 0px 7px 0px;
}

#logo_box.gallery {
    background-position: 0px 160px;
}

#logo_box.news {
    background-position: 0px 80px;
}

#logo_box.about {
    background-position: 0px 320px;
}

#logo_box.contact {
    background-position: 0px 240px;
}

img {
    border: none;
    margin: 2px;
}

ul.slides li {
	float: left;
}

#copyright {
	width: 269px;
	height: 33px;
	display: block;
	background-image: url(images/copyright.png);
	text-indent: -5000px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#main_container table tbody tr td {
	width: 50%;
}
