body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	/* font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; */
	font-family: Lucida Grande, Lucida Sans,  Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
    background-color: #e8e8e8;
}

#centering {
    margin: 0;
    width:  931px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#header {
    margin: 0;
    height: 200px;
    width:  100%;
    background-image: url(images/header2.png);
}

#logo {
    background-image: url(images/logo.png);
    width:            325px;
    height:           200px;
    margin-left:      100px;
    margin-right:     0;
    padding-top:      124px;
}

#container {
    background-image: url(images/content_bg.png);
    background-repeat:repeat-y;
    padding:          20px;
}

#container-bottom {
    background-image: url(images/content_bottom.png);
    height:           25px;
}

#footer {
    background-image: url(images/footer.png);
    background-repeat:repeat-x;
    color:            #fff;
    text-align:       center;
    height:           63px;
    margin-bottom:    0;
    margin-top:       auto;
}

#menu {
    position: absolute;
    top:    124px;
    font-size:    1.2em;
    
}
#menu a {
	text-decoration: none;
	color:	#fff;
}

#menu a:hover {
	text-decoration: none;
	color:	#dd0000;
}

#menu a:visited {
	text-decoration: none;
	color:	#fff;
}

#item-container {
    width:      680px;
    height:     90%;
    margin-right: auto;
    margin-left:  0;
    min-height: 300px;
}

#info {
    background-color: #eff5fa;
    font-size:        1.2em;
    width:            190px;
    float:            right;
    border:           1px solid #dadada;
    margin-left:      auto;
    margin-right:     0;
    padding:          5px;
}

#info a {
	text-decoration: none;
	color: #5098cc;
	font-weight: bold;
}

#info a:hover {
	text-decoration: underline;
}

#item-container a {
    text-decoration: none;
    color: #5098cc;
    font-weight: bold;
}

#item-container a:hover {
    text-decoration: underline;
}

#item-container img {
    border: 0px;
}

.itemleft {
width: 320px;
height: 250px;
float: right;
    margin-bottom: 15px;
    color:          #222;
    border: 1px solid #dadada;
    padding: 5px;
}

.itemright {
    margin-bottom: 15px;
width: 320px;
height: 250px;
    color:          #222;
    border: 1px solid #dadada;
    padding: 5px;
}

.itemleftsmall {
width: 320px;
height: 120px;
float: right;
    margin-bottom: 15px;
    color:          #222;
    border: 1px solid #dadada;
    padding: 5px;
}

.itemrightsmall {
margin-bottom: 15px;
width: 320px;
height: 120px;
    color:          #222;
    border: 1px solid #dadada;
    padding: 5px;
}

.imgleft {
float: left;
margin-right: 5px;
}

.imgright {
float: right;
margin-left: 5px;
}
p{
	text-align: justify;
}

#menu li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    background-color: #5098cc;
    color:          #fff;
    font-weight:    bold;
    padding: 3px;
    float: left;
    margin-left:    3px;
}

