﻿body 
{
 margin:0px;
 padding:0px
}

#header1
{
 background-color:Yellow;
 height:25px;
 width:100%;
 float:left;
 top:0px;
 
}

#headerbcrumb
{
	background-color:Red;
	width:100%;
	float:right;
	height:200px;
	top:100px;
}

#nav

{
 width:15%;
 float:left;
 height:500px;
 top:300px;
}


#content
{
 width:80%;
 float:left;
 height:600px;
 top:300px;
}

#footer
{
 width:100%;
 float:left;
 height:75px;
 background-color:Yellow;
 text-align:left;
}
.PageLeft
{
	float:left;
	width:60%
}
.PageRight
{
	float:right;
	text-align:center;
	width:30%
}

.LetterType
{
	font-family:Book Antiqua;
	font-size:medium;
	color:Red;
	text-align:center;
	font-weight:bold;
	float:left;
	width:100%;
	height:100px;
 
	
}

.LetterTypeTextBox
{
	font-family:Book Antiqua;
	font-size:medium;
	color:Black;
	text-align:left;
	font-weight:bold;
	float:left;
	width:100%;
	height:100px;
 
	
}

#custompageleft
{
	float:left;
	width:49%
}
#custompageright
{
	float:left;
	width:50%
}

#photo1
{
 width:50%;
 float:left;
 height:335px;
 top:0px;
}

#photo2
{
	width:50%;
	float:left;
	height:335px;
	top:0px;
}


#photo3

{
	width:50%;
	float:left;
	height:500px;
	top:0px;
}
	
#photo4
{
	width:50%;
	float:left;
	height:500px;
	top:0px;
}
 
 
 