body 
{
    background-color: #1b104c;
    color: White;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    padding:0px;
    margin:0px;
	height: 100%;
}

a 
{
    color: White;
    text-decoration: none;
}

div#layout { /* exploder 5.5+ */
		position: absolute;
		left: 0px;
		top: 0px;
		overflow: hidden;
		text-align: center;
	}

	* > div#layout { /* normal browsers */
		min-width: 900px;
		min-height: 705px;
		width: 100%;
		height: 100%;
	}

		div#container {
			position: relative;
			top: 50%;
			margin-top: -353px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			background: #00FF00;
			height: 705px;
			width: 900px;
		}

		div#container div.container-top {
			position: absolute;
			left: 0px;
			top: -1000px;
			height: 1000px;
			width: 900px;
		}

		div#container div.container-right {
			position: absolute;
			right: -1000px;
			top: 0px;
			width: 1000px;
			height: 705px;
		}

		div#container div.container-bottom {
			position: absolute;
			left: 0px;
			bottom: -1000px;
			height: 1000px;
			width: 900px;
		}

		div#container div.container-left {
			position: absolute;
			left: -1000px;
			top: 0px;
			width: 1000px;
			height: 705px;
		}

		div#container div.container-top-right {
			position: absolute;
			right: -1000px;
			top: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-bottom-right {
			position: absolute;
			right: -1000px;
			bottom: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-bottom-left {
			position: absolute;
			left: -1000px;
			bottom: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-top-left {
			position: absolute;
			left: -1000px;
			top: -1000px;
			width: 1000px;
			height: 1000px;
		}

#wrapper
{
	width: 900px;
	height: 705px;
}
		
#banner
{
    background-color: #1b104c;
    width: 900px;
    height: 150px;
}

#menu 
{
    float: left;
    background-color: #1B104C;
    width: 200px;
    height:555px;
    font-family: Arial Narrow, Verdana, Sans-Serif;
    font-size: 12pt;
}

#content 
{
    float: right;
    background-color: #1B104C;
    width: 700px;
    height: 555px;
}

#footer
{
    font-size: 7pt;
    line-height: 15px;
    color: White;
    background-color: #1b104c;
    text-align: center;
    width: 900px;
    height: 30px;
}

.bannerpic
 {
     padding-left: 200px;
     border: 0px;
 }

.img_floattext 
{
    float: left;
    padding-right: 10px;
}

.imagelist
{
    list-style-image: none;
    margin: 0px;
    display: block;
    padding: 0px;
}

.imagelist li
{
    margin: 0px;
    padding: 0px;
    display: inline;
}
.imagelist li a img
{
    padding: 4px;
    margin: 0px;
    border: solid 1px #333333;
}

.image
{
    border: 2px solid White;
}

.clear
{
    clear: both;
}
    
