body {
    margin: 0;
    padding: 0;
    font-family: Verdana;
    text-align: center;
    background-color: #e1e8fd;
}

#container {
    width: 800px;
    margin: auto;
    margin-top: 0px;
    * border-bottom: 2px solid green;
    margin-bottom: 10px; 
}

#top {
    background: url(../images/top.jpg) no-repeat;
    width: 800px;
    height: 200px;
    border-bottom: 2px solid #040639;
}
#menu {
    width: 800px;
    height: 25px;
    border-bottom: 2px solid #040639;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}
#main {
    width: 600px;
    margin: 20px auto;    
    font-family: Verdana;
    font-size: 14px;
    color: #535353;
    * color: #9a9a9a;
    text-align: left;
    min-height: 400px;
    * height: 400px;
}
#main table td {
    font-family: Verdana;
    font-size: 14px;
	* font-size: 13px;
    color: #535353;
}

#main a {
	color: #535353;
	text-decoration: none;
}
#main a:hover {
	color: #535353;
	text-decoration: underline;
}

#menu a {
    color: #535353;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}
#menu a.active {
    font-weight: bold;
}
a:hover {
    color: #e60e0e;
    text-decoration: underline;
}
a.active {
    color: #b00000;
    text-decoration: underline;
}

img {
    border: 0;
}
a img {
    border: 1px solid #666;
}
a:hover img {
    border: 1px solid red;
}

div.imgwrapper {
    text-align: center;
	float: left;
	position: relative;
    width: 145px;
	height: 145px;
}
div.imgwrapper a {
    margin: auto;
}
div.imgwrapper img {
    vertical-align: middle;
}
div.pagination {
    clear: both;
    margin: 10px auto;
    text-align: center;
}

div.imagelinkrow {
    width: 100%;
    margin: 20px auto;
    * margin: 0px;
    * padding: 20px;
    * display: table-row;
    text-align: left;
    white-space: nowrap;
}
div.imagelink {
    text-align: center;
    display: table-cell;
    * display: inline;
    width: 100px;
    * width: 90px;
    * padding: 0px;
    margin: 3px;
    vertical-align: middle;
    white-space: nowrap;
}
div.imagelink a {
    margin: auto;
}