﻿/* CSS Document */
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color:#F2F2F2;
}

#header
{
	height:115px;
	width:800px;
	margin: 0px auto;
	background-image:url(TemplateImages/header_03_02.jpg);
	position:relative;
}

#orpLogo
{
	position:absolute;
	top:10px;
	left:712px;
	width:76px;
	height:101px;
	background-image:url(TemplateImages/header_02_06.jpg);
}

#orpLogo2
{
	position:absolute;
	top:10px;
	left:712px;
	width:76px;
	height:101px;
}

#aiubLogo
{
	position:absolute;
	top:6px;
	left:11px;
	width:65px;
	height:54px;
	background-image:url(TemplateImages/header_02_03.jpg);
}

#aiubTitle
{
	position:absolute;
	top:26px;
	left:76px;
	width:373px;
	height:23px;
	background-image:url(TemplateImages/header_02_08.jpg);
}

#orpTitle
{
	position:absolute;
	top:60px;
	left:11px;
	width:334px;
	height:51px;
	background-image:url(TemplateImages/header_02_11.jpg);
}

#middle
{
	width:800px;
	margin: 0px auto;
	position:relative;
	background-color:#FFFFFF;
}

#ContentArea
{
	position:relative;
	margin: 30px 30px 0px 30px;
	text-align:justify;
	height:auto;
}

#footer
{
	position:relative;
	text-align:center;
	font-family:Arial;
	font-size:11px;
	color:Navy;
	height:50px;
	width:800px;
	margin:0px auto;
	background-image:url(TemplateImages/footer_02.jpg);
}


