/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ******************************** */
#main_container {
  border: 1px dotted blue;
  width: 90%;
  height: auto;
  margin: 0px auto;
  padding: 5px;
}
#header_container {
  border: 1px dotted red;
  width: 80%;
  height: 200px;
  margin: 0px auto;
  padding: 5px;
}
#content_container {
  border: 1px dotted green;
  width: 80%;
  height: auto;
  margin: 0px auto;
  padding: 5px;
  text-align: center;
}
#footer_container {
  border: 1px dotted red;
  width: 80%;
  height: auto;
  margin: 0px auto;
  padding: 5px;
}

#top_left_container {
  width: 25%;
  height: 200px;
  border: 1px dashed green;
  overflow: hidden;
}
#home_link {
  width: 100%;
  
  text-decoration: none;
  text-align: center;
  color: blue;
}
#home_link a {
  text-decoration: none;
}
#client_logo {
  width: 200px;
  height: 185px;
  border: 1px dotted green;
  overflow: hidden;
  text-align: center;
  margin: 0px auto;
}

#top_right_container {
  width: 74%;
  height: 185px;
  margin-left: 26%;
  margin-top: -185px;
  border: 1px dashed red;
  overflow: hidden;
}
#client_name {
  width: 100%;
  text-align: center;
  border: 1px dotted red;
  font-size: 2.5em;
}
#client_title {
  width: 100%;
  text-align: center;
  border: 1px dotted blue;
  font-size: 2em;
}
#client_contact {
  width: 100%;
  text-align: center;
  border: 1px dotted green;
  font-size: 1.5em;
}
#client_address {
  width: 100%;
  text-align: center;
  border: 1px solid red;
  font-size: 1.5em;
}
#client_misc {
  width: 100%;
  margin: 2px auto;
  border: 1px solid blue;
  text-align: center;
}
#foodmenu_link {
  width: 49%;
  text-align: center;
  border: 1px solid green;
  font-size: 1.3em;
  height: 25px;
  padding: 2px;
}
#client_web_link {
  width: 49%;
  text-align: center;
  border: 1px solid green;
  font-size: 1.3em;
  margin-left: 50%;
  margin-top: -31px;
  padding: 2px;
  height: 25px;
}
#client_website {
  text-decoration: none;
}



#footer_content {
  width: 100%;
  text-align: center;
  font-size: .8em;
  color: grey;
  margin-top: 5px;
  text-decoration: none;
}
#footer_content a {
  color: grey;
  text-decoration: none;
}




