body{
		 background-color: #ffffff;
		 font-family: "Gill Sans", Arial, sans-serif;
		 color: #0099ff;
		 border:none;
		 }

#topleft{
		position: absolute;
		left: 205px;
		top: 20px;
		width: 460px;
		height: 80px;
		}

#topright{
		position:absolute;
		left:670px;
		top:20px;
		width:250px;
		height:80px;
		}

iframe{
		background-color:#fff;
    position:absolute;
		left:195px;
		top:100px;
		width:780px;
		height:330px;
	}

#main{	
		position:absolute;
		left:0px;
		top:0px;
		width:380px;
		float:left;
		padding:5px 5px 5px 5px; 
		border:none;
		}	
		
#left{
		position:absolute;
		background-image:URL(images/left.gif);
		background-repeat:repeat-y;
		left:0px;
		top:20px;
		width:189px;
		height:505px;
		padding-top:60px;
		padding-left:5px;
		font-weight:500;
		}


#right	{
				position:absolute;
				left:385px;
				top:0px;
				border:1px solid #9999ff;
				width:325px;
				height:280px;
				padding-left:15px;
				padding-top:5px
				}
					
#search	{
				position:absolute;
				left:0px;
				top:210px;
				text-align:right;
				}	
#tourismtop{	
		position:absolute;
		left:10px;
		top:235px;
		width:750px;
		margin:195px
		}					
#tourism{	
		position:absolute;
		left:20px;
		top:405px;
		width:900px;
		margin:80px
		}	
		
#email1{
					position: absolute;
					left:0px;
					top:40px;
					text-align:center;
					border:1px solid #000099;
					width:80px;
					height:70px
					}
#email2{
					position: absolute;
					left:95px;
					top: 40px;
					text-align:center;
					border:1px solid #0033cc;
					width:80px;
					height:70px
					}
#email3{
					position: absolute;
					left:0px;
					top: 115px;
					text-align:center;
					border:1px solid #ffcc00;
					width:80px;
					height:70px
					}

#email4{
					position: absolute;
					left:190px;
					top: 40px;
					text-align:center;
					border:1px solid #ff3300;
					width:80px;
					height:70px
					}
#email5{
					position: absolute;
					left:95px;
					top: 115px;
					text-align:center;
					border:1px solid red;
					width:80px;
					height:70px
					}
#email6{
					position: absolute;
					left:285px;
					top: 40px;
					text-align:center;
					border:1px solid #cc3333;
					width:80px;
					height:70px
					}

#email7{
					position: absolute;
					left:190px;
					top: 115px;
					text-align:center;
					border:1px solid #008080;
					width:80px;
					height:70px
					}
#email8{
					position: absolute;
					left:285px;
					top: 115px;
					text-align:center;
					border:1px solid #9999ff;
					width:80px;
					height:70px
					}

ul{
	 list-style-type:circle;
	 font-size: 10px;
	 font-family:inherit;
	 color:#000099;
	 background-color:#ffffff;
	 margin:20px; 
	 }	
	 
#w3c{
		 position: absolute;
		 top:490px;
		 left:8px
		 } 
	 					
h1 {
	 	font-size:20px ;
		background-color:#ffffff;
		color: #0099ff;
		}
		
h2  {
	 	font-size: 16px;
		font-family:inherit;
		color:#9999cc;
		background-color:#ffffff;
		}
h3	{
	 	font-size: 12px;
		font-family:inherit;
		color:#0000cc;
		font-variant: small-caps;
		background-color:#ffffff;
		}
h3	{
	 	font-size: 10px;
		font-family:inherit;
		color:#0000cc;
		font-variant: small-caps;
		background-color:#ffffff;
		}		
/*makes a button..*/		
h4  {
		font-size: 10px;
		font-family:inherit;
		color:#000099;
		text-align:center;
		border-color:#9999cc #000099 #000099 #9999cc;
		border-style:solid;
		border-width:1px 2px 2px 1px;
		background-color:#ffffff;
		width:150px;
		line-height:20px;
		margin:10px
		}

h5	{
	 	font-size: 10px;
		font-family:inherit;
		color:blue;
		border:none;
		background-color:#ffffff;
		}	
h6	{
	 	font-size: 9px;
		font-family:inherit;
		color:#000099;
		margin:5px;
		background-color:#ffffff;
		}	
h6.copy
			{
	 	font-size: 8px;
		font-family:inherit; 
		color:#000099;
		text-align:right;
		margin-right:70px;
		background-color:transparent;
		}	
		
img{
		border:none
		}
	
				
a
 {text-decoration:none;
 font-size: 10px;
 font-family:inherit; 
 color:#000099;
 border:none;
 background-color:transparent;
 }
			
a:active
		{color: #000099;
		background-color:transparent;
		}

		
a:visited
		{color:	#000099;
		background-color:transparent;
 }
a:link
		{color:#000099;
		background-color:transparent;	
		}
a:hover
		{color: #ff6633;
		background-color:transparent;
		}
