/*top right bottom left*/
iframe 
{	
	overflow-x: hidden;
} 

body
{
	background-image: url("Images/Layout/BG/image.php");
}

DIV.main
{
	background-color: white;
	width: 1065px;
	height: 696px;
	border-style: solid;
	border-width: 5px;
	border-color: #a7d3c6;	
}

DIV.logo
{
	width: 145px;
	height: 161px;
	background-image: url("Images/Layout/logo.png");
	position: absolute;
	left: 315px;
	top: 15px;
}

DIV.title
{
	font-family: sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: black;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bolder;
	padding: 10px 0px 0px 10px;
}

DIV.dates
{
	position: absolute;
	left: 320px;
	top: 170px;
	width: 132px;
	height: 52px;
	background-image: url("Images/Layout/dates.png");
}

DIV.content
{
	background-color: white;
	width: 600px;
	height: 646px;
	position: absolute;
	left: 470px;
	top: 55px;
}

.left_frame
{
	background-image: url("Images/Layout/LP/image.php");
	width: 450px;
	height: 696px;
	color: black; 
	float: left;
	position: static;
 	margin-right: 17px;
	background-color: blue;
	border-style: solid;
	border-width: 0px 5px 0px 0px;
	border-color: #a7d3c6;	
}

DIV.menu
{
	background-image: url("Images/Layout/menubg.png");
	position: absolute;
	left: 25px;
	top: 25px;
	padding: 5px 5px 5px 5px;
}

DIV.twitter
{	
	position: absolute;	
	left: 900px;
	top: 750px;
	width: 90px;	
	height: 55px;
}

DIV.fbook
{	
	position: absolute;	
	left: 700px;
	top: 750px;	
	width: 176px;	
	height: 56px;
}

A:link {
	font-family: sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: white;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bolder;
}

A:visited {
	font-family: sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: white;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bolder;
}

li
{
	list-style-type: none;
}

img
{
	border: 0px;
}
