@charset "iso-8859-1";

#main {
    padding: 5px 0px 5px 5px;
    color: #ffcc99;
    font: 11px Arial;
    width: 542px;
}

#main-border {
    border: 2px solid #996633;
    border-bottom: 0px;
    border-top: 0px;
    padding: 0px 5px 0px 10px;
    background-color: #431410;
}
#main-bg {
    background-image: url("../images/MainBG.jpg");
    background-position: right;
    background-repeat: no-repeat;
    height: 481px;
}

#board 
{
    color: White;
    }
    #board a {
        color: #ffcc99;
        font-size: 11px;
        text-decoration: underline;
    }
    #board a:hover {
        color: #D6B671;
        text-decoration: underline;
    }

#aboutus {
    color: White;
    }
    #aboutus a {
        color: #ffcc99;
        text-decoration: none;
    }
    #aboutus a:hover {
        color: #D6B671;
        text-decoration: underline;
    }

#exhibition {
    color: White;
    }
    #exhibition a {
        color: #ffcc99;
        text-decoration: none;
    }
    #exhibition a:hover {
        color: #D6B671;
        text-decoration: underline;
    }

#contact {
    color: White;
    }
    #contact a {
        color: #ffcc99;
        text-decoration: none;
    }
    #contact a:hover {
        color: #D6B671;
        text-decoration: underline;
    }
    #contact b {
        font-size: 14px;
        font-weight: bold;
    }

.CategoryListLink {
    color: #ffcc99;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.CategoryListLink:hover {
    color: #D6B671;
    text-decoration: underline;
}

/*
.box-advertisement {
	float: left;
    width: 269px;
	padding: 0px 0px 0px 0px;
}

.box-rotate-pic {
	float: left;
    width: 501px;
	padding: 0px 0px 0px 0px;
}

#box-welcome {
	float: left;
    width: 268px !important;
	height: 360px;
    background: url(../images/home/welcome.gif) no-repeat;
    background-position: left top;
	background-color: #ffffff;
    border: solid 1px #cccccc;
	text-align: center;
	font: 14px times new roman, georgia;
	padding: 0px;
}

#box-welcome p {
	margin: 50px 20px 0px 20px;
}

#box-whatsnew {
	float: left;
    width: 249px !important;	
	height: 360px;
    background: url(../images/home/whats-new.gif) no-repeat;
    background-position: left top;
	background-color: #ffffff;
    border: solid 1px #cccccc;
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	padding: 0px !important;
}

#box-whatsnew h3 {
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 50px 10px 0px 20px;
	margin: 0px;
	color: #7B1212;
}

#box-whatsnew ul {
	padding: 0px 20px 2px 20px;
}

#box-quicklinks {
	float: left;
    width: 249px !important;	
	height: 360px;
    background: url(../images/home/quick-links.gif) no-repeat;
    background-position: left top;
	background-color: #ffffff;	
    border: solid 1px #cccccc;
	text-align: center;
	padding: 0px;
}

#box-quicklinks img {
	border: solid 1px #000000;
}
*/