/*reset tags*/
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;
  /*custom CSS*/
  background: url("../media/images/background-star-of-david.png") repeat;
  font-family: Verdana;
  font-size: 14px;
}
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;
}

/* custom CSS */
a {
  color: #1b449d;
}

#wrapper {
  border-top: 4px solid #22b2cc;
  background: red;
}

#wrapper2 {
  background: #faef92;
  border-top: 1px solid #d2a94f;
}

#wrapper3 {
  margin: auto auto;
  width: 960px;
  height: auto;
  text-align: left;
  background: #faef92;
}

.test {
    position: absolute;
    top: 5px;
    width: 23%;
    height: 41px;
    background-color: #fdf8d5;
}

#header {
  width: 100%;
  height: 41px;
  background: #faef92;
}

#matchbox_yenta {
  float: left;
  background: #fdf8d5;
  width: 222px;
  height: 100%;
}

#matchbox_yenta img {
  width: 197px;
  height: 21px;
  position: relative;
  top: 12px;
  left: 5px;
  text-decoration: none;/*could probably handle this with a css reset*/
  border: 0;
}

img.my_heart_star {
  width: 128px;
  height: 27px;
}

nav {
  width: 737px;
  height: 41px;
  border-left: 1px solid #d2a94f;
  border-bottom: 1px solid #d2a94f;
  float: left;
}

nav div {
  margin: 4px 0 0 0;
  padding: 5px 18px 5px 18px;
  border-right: 1px solid #d2a94f;
  float: left;
}

nav div:last-child {
  border-right: none;
}

nav a {
  font-size: 23px;
  color: #1b449d;
  display: block;
  text-decoration: none;
}

nav a:hover, nav a.current_page {
  color: #1b449d;
  text-decoration: underline;
}

#main {
  width: 100%; /*width can also be auto*/
  height: auto;
  margin: 30px 0 0 0;
  float: left;
}

#footer-wrapper {
  width: 100%;
  float: left;
  background: rgba(34,178,204,0.70);
  margin-top: 40px;
  border-top: 1px solid #1b449d;
}

#footer {
  margin: 0 auto;
  width: 960px;
  height: 150px;
  padding: 20px 0px;
}

#footer_end {
  margin: 0 auto;
  width: 930px;
  padding: 20px 0 0 0;
  text-align: center;
  border-top: 1px solid #fff;
}

#footer .small_box {
  width: 275px;
  padding: 0 30px 0 15px;
  float: left;
}

#footer p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-top: 5px;
}

#footer ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 6px;
  display: block;
}

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

#copyright, #rodman_technologies {
  font-size: 12px;
  color: #fff;
  display: block;
  margin: 0 0 15px 0;
}

#rodman_technologies p {
  margin: 0 0 8px 0;
}

#footer_end a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

a.email {
  font-size: 14px;
  color: #fff;
  text-decoration: none;}

#footer_end a:hover, a.email:hover {
  text-decoration: underline;
}

.line_below {
  border-bottom: 1px solid #fff;
  padding: 0 0 8px 0;
}

p.connect, p.contact {
  margin: 0 0 12px 0;
}

p.contact {
  padding: 12px 0 0 0;
}