body 
{ 
	background-image : url("images/background.png");
	background-repeat : repeat-x;
	background-color : #fff;
	top : 0px;
}

#main-body 
{ 
	width : 90%;
	min-width : 800px; 
	max-width : 1200px; 
	height : 100%; 
	background-color : #fff; 
	display : block;
	margin-left : auto;
	margin-right : auto;
}         

#header
{ 
	width : 100%; 
	height : 200px; 
	background-color : #413f3d; 
	display : block;
	position : relative;
}         

#left-logo
{ 
	width : 20%; 
	height : 100%; 
	background-color : #9c0b0d; 
	display : block;
	position : absolute;
	left : 0px;
	top : 0px;
	text-align: center;
}         

#right-logo
{ 
	width : 20%; 
	height : 100%; 
	background-color : #9c0b0d; 
	display : block;
	position : absolute;
	left : 80%;
	top : 0px;
	text-align: center;
}         

#header-center
{
	width : 60%; 
	height : 100%; 
	background-color : #413f3d; 
	position : absolute;
	display : block;
	left : 20%;
}


#header-image
{ 
	width : 60%; 
	height : 100%;
	position : absolute;
	display : block;
	left : 0%;
}         

#header-title
{ 
	width : 40%; 
	height : 100%; 
	background-color : #413f3d; 
	display : block;
	float : right;
	position : absolute;
	right : 0px;
	top : 0px;
	text-align : center;
	padding: 0px;
}         

#menu-bar
{ 
	width : 100%; 
	height : 20%; 
	background-color : #979b98; 
	display : block;
	position : absolute;
	bottom: 0px;
}       


#menu-links
{
	clear: both;
	position : absolute;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	width : 100%;
	height : 75%;
	top: 25%;
}

.menu-link
{
	color : #fff;
	text-decoration : none;

	height: 75%;	
	padding : 0px 9px 0px 9px;
	width: auto;
	font-size: 85%;
	font-family : sans-serif; 
}


a.menu-links:link {
	text-decoration: none;
	color:#ffffff;
	}
a.menu-links:visited 
	{
	text-decoration: none
	}
a.menu-links:active 
	{text-decoration: none
	}
a.menu-links:hover 
	{
	text-decoration: none;
	color: #9c0b0d;
	}


#main-content
{
	clear:both;
	width : 100%; 
	height : 100%; 
	display : block;
	top : 0px;
	position : relative;
	background-color : #fff; 
	color : #413f3d;
	font-family : sans-serif;
}

#main-left
{
	display: block;
	position: absolute;
	background-color : #fff; 
	top: 0px;
	left: 0px;
	width: 50%;
	height: 520px;
	padding: 2% 2% 2% 3%;
	font-size: 12px;
	text-align : justify;
}

#main-right
{
	display: block;
	position: absolute;
	min-height : 100%; 
	background-color : #fff; 
	top : 0px;
	right : 0px;
	width: 44%;
	height: 537px;
	padding: 1%;
}

#main-full
{
	display: block;
	position: absolute;
	min-height : 100%; 
	background-color : #fff; 
	top : 0px;
	left : 0px;
	width:80%;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 0%;
	font-size: 12px;
	text-align : left;
}


#large-h
{
	display : block;
	position : absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	width: 70%;
	text-align: center;
}

#large-h-img
{
	width: 430px;
	position: relative;
}

.img-border 
{
	margin : 0px 0px 0 0px;
	border : 5px solid #979b98;
	background-color : #979b98;
	max-width : 150px;
}

.image-text
{
	font-size : 10px;
	margin : 5px 0px 10px 0px;
}




a.otherLinks:link 
		{
		color: black;
		position: relative;
	 	}
a.otherLinks:visited
		{
		color: black;
		position: relative;
		}
a.otherLinks:active
        	{
		position: relative;
        	}
a.otherLinks:hover
		{
		color: #9c0b0d;
		position: relative;
		}

a:link 
		{
		color: black;
		position: relative;
		text-decoration: none;
	 	}
a:visited
		{
		color: black;
		position: relative;
		}
a:active
        	{
		position: relative;
        	}
a:hover
		{
		color: #9c0b0d;
		position: relative;
		}



