body {
    font-family: Verdana, Arial;
    font-size: 13px;

    margin: 0px;
    padding: 0px;
    border: 0px;
    border: none;

    /*
    background-color: #404040;
    background-image:url(images/bg.gif);
    */
    
    background-color: #2d424c;
}

#centerer {
    width: 823px;
    margin: 30px auto 0px auto;
}

#shadow_top {
    width: 826px;
    height: 106px;
    background-image:url(images/shadow_top.png);
    _background-image:none; /* Hides shadow in IE */
}

#header {
    width: 800px;
    height: 106px;
    margin: 0 auto;
    background-color: #558399;
    background-image:url(images/header.png);
}

#logo {
	display: block;
	width: 219px;
	height: 96px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;   
}

#logo_box {
    float: left;
    width: 219px;
    height: 96px;
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 76px;
}

#shadow_center {
    width: 826px;
    background-image:url(images/shadow_center.png);
    _background-image:none; /* Hides shadow in IE */
}

#content_background {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 800px;
    min-height: 100px;
    background-color: #d9d9d9;
}

#content_area {
    margin: 0 auto 0 auto;
    padding: 20px;
    width: 740px;
    min-height: 200px;
    background-color: white;
    line-height: 1.5em;
}

#content_header {
	display: none;
    height: 21px;
    width: 765px;
    padding: 4px 0px 0px 15px;
    margin-left: 10px;
    background-color: #eeeeee;
    background-image:url(images/content_header.png);
}

#shadow_bottom {
    width: 826px;
    height: 23px;
    background-image:url(images/shadow_bottom.png);
    _background-image:none; /* Hides shadow in IE */
}

#showcase_grid {
    float: left;
    margin: 20px 10px 0px 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

#showcase_grid img {
    float: left;
    margin: 0px 0px 0px 0px;
    border: 1px solid #cccccc;
    padding: 1px;
    background-color: white;
}

#showcase_grid img:hover {
	border: 1px solid black;
}

.orange_text {
    color: #e06500;
}

.orange_text_big {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
    color: #e06500;
}


