

#banner
{
	width:1000px;
	height: 90px;
	border: solid 0px black;
	margin: 20px;
}

#nav
{
	width:1000px;
	border: solid 0px black;
	margin: 20px;
	height: 370px;
}

#left
{
	float:left;
	width:200px;
	border: solid 0px red;
	margin: 0px 0px 0px 90px;
	position:relative;
	top:-70px;
}

#menu
{
	float:left;
	width:110px;
	border: solid 0px blue;
	background: url('../img/vr.png') no-repeat top right;
	margin: 0px 0px 0px 90px;
}

#right
{
	float:left;
	width:350px;
	height: 370px;
	border: solid 0px yellow;
	margin: 0px 0px 0px 60px;
}


#main
{
	width:1000px;
	border: solid 0px black;
	margin: 20px;
}



p.left
{
	width: 700px;
	text-align: left;
	font-size:25px;
	font-family: Palatino Linotype, Courier New ;
}
td.left
{
	text-align: left;
	font-size:25px;
	font-family: Palatino Linotype, Courier New ;
}
td.right
{
	text-align: right;
	font-size:25px;
	font-family: Palatino Linotype, Courier New ;
}

p.right
{
	width: 700px;
	text-align: right;
	font-size:25px;
	font-family: Palatino Linotype, Courier New ;
}

#menu a
{
	text-decoration: none;
	border: none;
}

h1
{
	width: 700px;
	text-align:left;
	text-decoration:none;
	font-size:30px;
	font-family: Courier New;
}

.title
{
	font-weight:bold;
	font-style:italic;	
}
strong
{
	text-decoration:underline;
	font-weight:bold;	
}


ul.InTable
{
	text-align: left;
	list-style: url('../img/pin.png') square outside; 
	color:black;
	font-size:20px;
	font-family: Palatino Linotype, Courier New ;
}

li
{
	padding-bottom: 9px;
}

body
{
	padding: 0px;
	margin: 0px;
	background-color: #659C18; /* #168e15; */
}

.MainTable
{
	padding: 0px 100px 0px 100px;
	margin: 0px;
	background-image: url('../img/background3.png');
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.MainTitle
{
	padding-top: 18px;
}

.SubTitle
{
	position: relative;
	left: 58px;
}

.BoyCol
{
	vertical-align: top;
	position: relative;
}
.BoyImage
{
	border-style: none;
	position: relative;
	top: -40px;
}
.MenuTable
{
	background-image: url('../img/vr.png');
	background-repeat: no-repeat;
	background-position: right 30px;
	padding-right: 5px;
	padding-top: 30px;
}
.MenuCol
{
	vertical-align: top;
	position: relative;
	padding-left: 80px;
}
.iPhoneCol
{
	vertical-align: top;
	padding-left: 100px;
}

.NewAppCol
{
	vertical-align: top;
}

.NewAppImage
{
	position: relative;
	top: 80px;
	left: -40px;
}

.MainDiv
{
	padding: 0px;
	width: 1000px;
	border: solid 0px black;
	margin: 0px;
}
.TextTable
{
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.GeneralDescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.LeftSmallFont
{
	text-align: left;
	font-size:18px;
	font-family: Palatino Linotype, Courier New ;
}

.ClickHere
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}


