body {

	margin: 5px 0px 0px 0px; 
	padding:0px;
	background-image: 	url('images/bg.jpg');
	background-repeat: 	repeat-x;
	font-family: "Arial";
	font-size: 11px;
	background-color: #fcf5f5;	
	

}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


.white_content {
	display: none;
	position: fixed;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -280px;
	width: 510px;
	height: 450px;
	padding: 16px;
	border: 16px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

#xclose {

	position: relative;
	top: 0px;
	left:450px;
	width: 48px;

}

#container	{

	margin: auto;
	width: 1000px;
	height: 605px;
	position: relative;
	border: 0px solid black;

}


#header	{

	height: 20px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px solid black;	
}

#logo	{

	background-image: 	url('images/trglogo2.jpg');
	background-repeat: 	no-repeat;	
	position: absolute;
	height: 124px;
	width: 282px;
	top: 0px;
	left: -16px;
}

#title	{

	background-image: 	url('images/title.jpg');
	background-repeat: 	no-repeat;
	position: absolute;
	height: 70px;
	width: 533px;
	top: 0px;
	left: 465px;
	font-family: "Times New Roman";
	font-size: 18pt;
	color: #000000;	
}

#menuBar	{

	position: relative;
	height: 50px;
	width: 1000px;
	top: 10px;
	left: 0px;
}


#borderTop	{

	background-image: 	url('images/border.jpg');
	background-repeat: 	no-repeat;	
	position: absolute;
	height: 10px;
	width: 1000px;
	bottom: 5px;
	left: 0px;
}


#middle	{

	height: 405px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

#middleLeft	{

	height: 100%;
	width: 225px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#insideMiddleTop	{

	background-image: 	url('images/weddings2.jpg');
	background-repeat: 	no-repeat;	
	height: 200px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

#insideMiddleSpacer	{

	height: 5px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

#insideMiddleBottom	{

	background-image: 	url('images/corporate2.jpg');
	background-repeat: 	no-repeat;	
	height: 200px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

#middleSpacer	{

	height: 100%;
	width: 5px;
	position: absolute;
	top: 0px;
	left: 225px;
}

#middleRight	{

	background-image: 	url('images/limo-rl2.jpg');
	background-repeat: 	no-repeat;	
	height: 100%;
	width: 770px;
	position: absolute;
	top: 0px;
	left: 230px;
}

#borderBottom	{

	background-image: 	url('images/border.jpg');
	background-repeat: 	no-repeat;	
	position: relative;
	height: 10px;
	width: 1000px;
	top: 5px;
	left: 0px;
}

#mainText	{

	height: 100px;
	width: 100%;
	position: relative;
	top: 20px;
	left: 0px;
	text-align: left;
	font-family: "Arial";
	font-size: 12pt;	

}


#footer	{

	height: 100px;
	width: 100%;
	position: relative;
	top: 30px;
	left: 0px;
	text-align: right;
	font-family: "Courier New";
	font-size: 8pt;	

}

#insideBorder	{

	width: 100%;
	height: 400px;
	position: relative;
	top: 0px;
	left: 0px;

}

#insideBorderLeft	{

	width: 300px;
	height: 400px;
	border: 0px solid black;
	position: absolute;
	top: 0px;
	left: 0px;

}

#insideBorderRight	{

	width: 690px;
	height: 400px;
	border: 0px solid black;
	position: absolute;
	top: 0px;
	left: 315px;	

}

.heading	{


	font-family: "Arial";
	font-size: 16pt;
	color: #000000;
	text-decoration: underline;

}



A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: none; color: #000000;}


