body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */

  font-family: Arial, sans-serif; 
  font-size: 10pt; 
  color: #3E3D3D; 
  text-align:center;

}
a {
  font-size: 9pt; 
	color:#069;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
  font-size: 18px; 
	margin:2.0em 0 1.2em 0;
	padding:0;
	color: #0c97c0;
}


h2 {
  font-size: 12pt; 
	margin:.8em 0 .2em 0;
	padding:0;
	color: #0c97c0;

}

h3 {
  font-size: 10pt; 
	margin:.8em 0 .2em 0;
	padding:0;
	color: #0c97c0;
  text-align:center;

}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}



ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1.8em;
}


.fixed {
   margin:0 auto;
   width:960px;   /* you can use px, em or % */
   text-align:left;
}


/* Header styles */
#header {
	clear:both;
	float:right;
        position:relative;
	width:960px;
   height:130px;
  text-align:left;
	background:#fff;
}

img.logo {
position:relative;
float:left;
	margin:.8em 1.4em 0 0;

}


/* Menu */
#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	background: url(dalmatia-mn.jpg) repeat-x left top;
}
#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
	height: 45px;
}
#menu a {
	display: block;
	margin-right: 3px;
	padding: 12px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F0DE7D;
	border: none;
}
#menu a:hover {
	text-decoration: underline;
}


#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
}
#colmid {
	float:left;
	width:198%;
	position:relative;
	left:150px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-290px;
	background:#fff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:56%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 410px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
  text-align:center;

}
#col2 {
	float:left;
	width:145px;
	position:relative;
	margin-left:-50%;
	left:140px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:145px;
	position:relative;
	left:0px;
	overflow:hidden;
}


#cheap
{
	margin: 0px 2px 30px 12px;
	width: 620px;
}
#cheap th
{
	padding: 8px 2px;
}
#cheap td
{
	padding: 12px 2px 0px 100px;
  text-align:left;
}


.c1 {
	border: 0 solid #ffffff;
}


/* Footer styles */

#footer {
	clear:both;
        float:right;
        position:relative;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(dalmatia-ft.jpg) repeat-x left top;
}
#footer ul {
	margin: 0;
	padding: 0px 0px 0px 27px;
	list-style: none;
	line-height: normal;
}
#footer li {
	float: left;
	height: 50px;
}
#footer a {
	display: block;
	margin-right: 3px;
	padding: 8px 30px 7px 150px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
}

#footer a:hover {
	text-decoration: underline;
}



#copy {
	clear:both;
        float:right;
        position:relative;
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
  text-align:center;
}

