/* site.css - Prom Country Tourism */



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


body { 
	margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;
	padding: 0px;
	font-family: arial, helvetica, san-serif; 


	color: #000000;
	background: #fff3e7;



	background-image: url(images/background.jpg);


	overflow: auto;	
}




/* TABLES */

table.layout { 
	width: 100%;
	height: 100%;
	background-image: url(images/ghost.jpg);
	background-position: bottom left; 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
}

table.content { 
	width: 954px;

}

table.cal { 
	width: 190px;
	background-color: #746f77;
}


table.column { 
	width: 930px;
	padding-left: 5px;
	padding-top: 25px;
}

table.contact { 
	width: 300px;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(images/contacttalble.gif);
}


td.content1 { 
	height: 249px;
	width: 954px;
	vertical-align: top; 
	background-image: url(images/header_events.jpg);
	background-position: top left; 
	background-repeat: no-repeat; 
}

td.content2 { 
	width: 8px;
	background-image: url(images/leftside.gif);
	background-position: top right; 
}

td.content3 { 
	width: 214px;
	padding-top: 25px;
	background-image: url(images/bgshort.gif);
}

td.content3a { 
	width: 724px;
	background-image: url(images/bgshort.gif);
}

td.content4 { 
	width: 8px;
	background-image: url(images/rightside.gif);
	background-position: top left; 
}



td.content9 { 
	height: 33px;
	width: 954px;
	background-image: url(images/footer.gif);
	background-position: top left; 
	background-repeat: no-repeat; 
}

/* LINES and FONTS */



iframe.maini {

	width: 724px;
}


p {
	font-family: arial, helvetica, verdana, san-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

span.calbox
{
	width: 202px;
	background-image: url(images/calbox.gif);
}

hr.contact {
	color: #804000;
	padding-left: 22px;
	width: 149px;
}

div.footer {
	font-family: arial, helvetica, verdana, san-serif; 
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000080;
	text-align: center;
}



div.nav1 {
	width: 100%;
	font-family: arial, helvetica, verdana, san-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	padding-left: 8px;
}



div.nav {
	width: 100%;
	font-family: arial, helvetica, verdana, san-serif; 
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 8px;
}


/* LINKS */



	A.reg{ COLOR: #0000ff; TEXT-DECORATION: none } 
	A.reg:link { COLOR: #0000ff; TEXT-DECORATION: none } 
	A.reg:visited { COLOR: #0000ff; TEXT-DECORATION: none } 
	A.reg:hover { BACKGROUND: #ffffff; COLOR: #0000ff; TEXT-DECORATION: none } 



	A{ COLOR: #ff0000; TEXT-DECORATION: none } 
	A:link { COLOR: #ff0000; TEXT-DECORATION: none } 
	A:visited { COLOR: #ff0000; TEXT-DECORATION: none } 
	A:hover { BACKGROUND: #ff0000; COLOR: #0000ff; TEXT-DECORATION: none } 

