﻿body
{
	background: #90B4B0;
	background-image: url("Images/Background.png");
	background-repeat: repeat-x;
}

#content
{
	margin-left: auto;
	margin-right: auto;
	width: 1021px;
	background-image: url("Images/MainBackground.jpg");
	background-repeat: no-repeat;
	background-color: #CEDEDD;
}

#logoheader
{
	height: 236px;
}

#mainheader
{
	height: 41px;
	margin-left: 30px;
}

#mainbody
{
	min-height: 750px;
}

#mainfooter
{
	height: 24px;
	background: #90B4B0;
	background-image: url("Images/Footer.png");
	background-repeat: no-repeat;
}

.homepage
{
	margin: 50px 80px 5px 80px;
}

.standardpage
{
	margin: 35px 80px 50px 80px;
}

#portrait
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#linkpage
{
    font-size: 5px;
    color: #90B4B0;
}

.linkicon
{
    border: 0px;
}

.bookicon
{
    position: relative;
    left: 764px;
    top: 50px;
    display: block;
    width: 255px;
    height: 160px;
    background-repeat: no-repeat;
	background-image: url("Images/BookAd.jpg");
}


