/*top right bottom left*/

iframe {
	overflow-x: hidden;
} 
body
{
  background-image: url("Images/sitebg.jpg");
  background-color: #15100d;
  background-repeat: no-repeat;
  background-position: -190px -50px;
}

DIV.main
{
	background-image:url('Images/bg.png');
	Width: 1018px;
	height: 767;
}

.left_top
{
	width: 382px;
	height: 31px;
	color: white; 
	padding: 100px 0px 0px 25px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 125%;
}

.right_top
{
    width: 382px;
	height: 31px;
	color: white; 
	float: right;
    position: static;
	text-align: right;
	padding: 100px 25px 0px 0px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 125%;
}

.left_frame
{
	width: 364px;
	height: 586px;
	color: black; 
 	margin-left: 25px;
	padding: 10px 5px 5px 5px; /*Top Padding increased to to IE issue*/
	text-transform: uppercase;
	text-align: center;
	font-family: sans-serif;
  	font-size: 30px;
  	font-weight: bold;
}

.right_frame
{
	width: 364px;
	height: 586px;
	color: black; 
	float: right;
	position: static;
 	margin-right: 17px;
	padding: 10px 5px 5px 1px; /*Top Padding increased to to IE issue*/
}

DIV.menu
{
	position: absolute;
	left: 416px;
	top: 257px;
	width: 209px;
}

DIV.twitter
{
	position: absolute;
	left: 900px;
	top: 750px;
	width: 90px;
	height: 55px;
}

DIV.fbook
{
	position: absolute;
	left: 700px;
	top: 750px;
	width: 176px;
	height: 56px;
}

img
{
	border: 0px;
}

/*Expanding Menu*/

ul#menu {
  width: 200px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  color: black;
}

ul#menu li {
  /*border-bottom: solid 1px #b9a894;*/
  line-height: 25px;
  font-size: 20px;
    font-weight: bold;
}

ul#menu ol li {
  border-bottom: none;
  font-size: 15px;
  font-weight: normal;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: red;
}

ul#menu a.active {
  color: black;
  font-style: italic;
}

/*END Expanding Menu*/
