/* c2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { border: 0px solid #000000; outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 0px solid #000000; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(cursor/zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #000000;
    border: 1px solid #000000;
    border-top: none;

    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(graphics/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
}
#top {
	height: 150px;
}
#main {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	height: 505px;
	background-attachment: scroll;
	width: 100%;
	background-position: center center;
}
#bottom {
	height: 150px;
}
#bottom ul {
	margin-top: 30px;
}

#bottom ul li {
	display: inline;
}
#bottom img {
	margin-right: 5px;
}

