
/*
//////////////////////////////////////////// GENERAL */

html, body{
	margin:0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
	background-color: black;
	}
	
#wrapper {
	padding: 0;
	margin: auto;
	text-align: left;
	width: 95%;
	}
	


/*
//////////////////////////////////////////// PANELS */

#header {
	margin-top: 10px;
	width: 100%;
	height: 138px;
	background-image:url(../images/holl-inn-comp/logo.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	background-color: white;
	}

#header-right{
	float: right;
	height: 138px;
	width: 50px;
	margin: 0;
	padding: 0;
	background-image:url(../images/holl-inn-comp/top-right.jpg);
	background-position: right;
	background-repeat:no-repeat;
	background-color: white;
	}
	
#grey_panel{
	text-align:center;
	height: 30px;
	width: 100%;
	background-color:#999999;
	}
	
		
#main-area{
	background-color: white;
	padding: 20px 20px 20px 20px;
	}		



#form {
	background-color: white;
	float: left;
	width: 400px;
	padding-right: 10px;
	}	

#right_panel {
	text-align: right;
	background-color: white;
	float: right;
	width: 50%;
	}
	
#terms {
	float: right;
	width: 420px;
	height: 300px;
	padding: 10px 10px 10px 10px;
	background-color:#CCCCCC;
	margin-top: 10px;
	}	


/*
//////////////////////////////////////////// LINKS */

a:link {text-decoration:none; color: #3d5bb1;}	
a:hover {text-decoration:underline; color: #3d5bb1}
a:focus {text-decoration:underline;}
a:active {text-decoration:underline;}
a:visited { text-decoration:none;}

/*
//////////////////////////////////////////// TEXT */

p {
	font-size: small;
	line-height: 90%;
	}

h1 {
	padding:0;
	margin: 0;
	font-size:24px;
	line-height: 115%;
	}

h2 {
	font-size: 18px;
	line-height: 115%;
	}
	
#left_panel h2 {
	text-indent: 0;
	line-height: 120%;
	padding: 0;
	margin: 10px 0px 4px 0px;
	}	

h3 {
	margin: 0;
	padding: 0;
	}	

#left_panel h3 {
	background-color: #00B5DE;
	color: white;
	text-indent: 2px;
	margin: 10px 0px 4px 0px;
	}

#left_panel p {
	padding: 0;
	margin: 0;
	}

#left_panel a {
	text-decoration: none;
	color: white;	
	}
	
	#left_panel a:hover {
	text-decoration: none;
	color: #FFD400;	
	}
	
.quotes {
	font-size: 1.3em;
	font-weight: bold;
	color: #262873;
	}
	
.cont {
	font-weight: bold;
	color:#999999;
	text-transform:uppercase;
	font-size: small;
	}
	
ul {
	font-size: small;
	}	
