/*
Park Resorts Towyn

MWISMedia New Media Design & Development

Author: David Goadby

 */


/* ---------------------------------------------------------------*/
/* Forces vert scrollbar on all pages*/
/* Removes unpredictable 'browser default' settings */
/* Body tag settings */

html { height: 100%; margin-bottom: 1px; }  

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: normal 11px "arial", Arial;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
body {
	margin: 0px;
	padding: 0px;
	font: normal 11px "arial", Arial;
	color: #666666;
}

#main_container {
	width:715px;
	border-left: 85px solid #0072BC;
	height: 100%;
}


#left_col {
	width:297px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D9B56E;
	float: left;
	}

#address_box{
	padding-left: 90px;
}

#tel {
	font-size: 12px;
}

#tel2 {
	font-size: 12px;
}


#right_col {
	float: left;
	width: 300px;
	margin-top: 100px;
	border-left: 1px solid #D9B56E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0072BC;
	padding: 10px 0 0 25px;
}

h1{
	font-size: 17px;
	font-weight: bold;
}

h2{
font-size: 12px;
	font-weight: bold;
}

h3{
font-size: 22px;
	font-weight: bold;
}

 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	color:#0072BC;
    text-align:left;
	font:  12px Arial, Helvetica, sans-serif;
	padding: 0 0 2px 14px ;
	background: no-repeat url(../images/bullit.gif);
}

#links {
	font-size: 10px;
}

#links a {
	color: #D9B56E;
	text-decoration: none;

}
