@charset "utf-8";
/* CSS Document */


img {
	border-radius: 10px;
}

a:link {
	font-family:calibri;
	color:#060;
	text-decoration:none;
}

a:visited {
	font-family:calibri;
	color:#060;
	text-decoration:none;
}


a:hover{
	font-family:calibri;
	color:#C90;
	text-decoration:none;
}

#container 
{
width:1100px;
margin: 0px auto;
padding:0;
}

#header 
{
width:50%;
height:100px;
float:left;
background-color:#FFFFFF;
}

#social{
width:50%;
height:100px;
float:left;
text-align:right;
background-color:#FFFFFF;
}

	#social h1
	{
	font-family:Calibri;
	font-size:10pt;
	}
	#social a:link
	{
	color:#030;
	}
 
 	#social a:visited
	{
	color:#030;
	}
	
	#social a:hover 
	{
	color:#00FF00;
	text-decoration:none;
	}
	
#info{
	width:43%;
	height:40px;
	float:left;
	line-height:5px;
	background-color:#FFFFFF;
	text-align:center;
}
	#info h1
	{
	font-family:Calibri;
	font-size:18pt;
	}

#number{
	width:57%;
	height:40px;
	float:left;
	line-height:5px;
	text-align:left;
	background-color:#FFFFFF;
}
	#number h1
	{
	font-family:Calibri;
	font-size:18pt;
	}

#navbar {
width:100%;
height:40px;
float:left;
text-align:center;
background-color:#FFFFFF;
}

#topLeftPanel 
{
width:30%;
height:900px;
float:left;
}
	#topLeftPanel h1
	{
	font-family:Calibri;
	font-size:12pt;
	}

#specials
{
width:100%;
height:350px;
float:left;
}
	#specials h1
	{
	font-family:Georgia;
	font-size:12pt;
	}

#weather{
width:100%;
height:350px;
float:left;
text-align:center;
}
	#weather h1
	{
	font-family:Georgia;
	font-size:12pt;
	}

#testimonials 
{
width:70%;
height:100px;
float:left;

}
	#testimonials h1
	{
	font-family:Calibri;
	font-size:16pt;
	}
	#testimonials h2
	{
	font-family:Calibri;
	font-size:12pt;
	font-style:italic;
	}

#center 
{
	width:48%;
	height:850px;
	float:left;
	background-color:#FFFFFF;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
}
	#center h1
	{
	font-family:Calibri;
	font-size:18pt;
	}
	#center h2
	{
	font-family:Calibri;
	font-size:12pt;
	font-style:italic;
	text-align:center;
	}
	#center h3
	{
	font-family:Calibri;
	font-size:11pt;
	}
	#center h4
	{
	font-family:Calibri;
	font-size:14pt;
	font-style:italic;
	}

#right 
{
width:20%;
height:850px;
float:right;
background-color:#CCC;
text-align:center;
}
