body{
	margin:0px;
	padding:0px;
}

#top{
	position:absolute;
	width:100%;
	height:95px;
	background-color:#0066FF;
	background-image:url(images/CommunityTravel.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	color:#000066;
	font-size:40pt;
	font-family: arial;
	font-weight: bold;
	padding-top:0px;
	padding-left:11px;
}

#top2{
	position:absolute;
	width:100%;
	height:40px;
	background-color:#FFFFFF;
	background-image:url(images/CommunityTravel2.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	color:#000000;
	font-size:40pt;
	font-family: arial;
	font-weight: bold;
	padding-top:0px;
	padding-left:25px;
}

#side{
	position:absolute;
	top:80px;
	width:125px;
	height:90%;
	background-color:#0066FF;
	overflow: visible;
	background-repeat: repeat-y;
	visibility: visible;
}

#corner{
	position:absolute;
	top:95px;
	left:147px;
	background-image:url(images/corner.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:150px;
	height:150px;
}

#nav{
	position:absolute;
	top:95px;
	left:0px;
	width:147px;
	background-color: #0066FF;
	background-repeat: repeat-y;
	overflow: visible;
	font-size: 16px;
}

#nav a, #nav a:link,#nav a:active, #nav a:visited{
	margin-left:10px;
	margin-right:10px;
	margin-top:4px;
	width:120px;
	padding-top:3px;
	padding-bottom:3px;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	color:white;
	text-align:center;
	text-decoration:none;
	background-color: #0066FF;
}

#nav a:hover{
	color:yellow;
	background-color:#0066FF;
}

#content{
	position:absolute;
	top:95px;
	left:148px;
	width:600px;
	height:90%;
	padding:10px;
	font-family: Verdana;
	font-weight: bold;
	font-size: h4;
	color:#000000;	
}

#content2{
	position:absolute;
	top:70px;
	left:120px;
	width:600px;
	height:90%;
	padding:10px;
	font-family: Verdana;
	font-weight: bold;
	font-size: h4;
	color:#000000;	
}

#title{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}	
	
#strapline {
	font-size: 16px;
	color: #FFCC66;
}

#rakatdetails {
	text-align: center;
 	font-size: 10px;
	color: #000000;
}

#menu {
	font-weight: bold;
	font-size: 12px;
	color:#000000;	
}

#menu a:hover {
	color:yellow;
	background-color:#000000;	
