img {
	border:0;
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	background-color:#244d72;
	text-align:left;
	}

	
#content {
	padding:0 5px 10px 10px;
	margin-top:0;
	width:338px;
	text-align:left;
	}

#page {
	padding:0;
	margin:0;
	width:1024px;
	background:#fff;
	background-image:url('../images/page-background.png');
	background-repeat:repeat-x;
	background-position:top left;
	}

#homepage_bottom {
	padding:0;
	margin:0;
	width:1024px;
	background-color:#fff;
	background-image:url('../images/white-page-background.jpg');
	background-repeat:no-repeat;
	background-position:top middle;
	}

#thumbnails {
	padding:5px 2px;
	}

#dry_erase_board {
	width:381px;
	height:200px;
	overflow:hidden;
	padding:0;
	border:0;
	}

#design {
	margin:5px auto 10px;
	padding:7px;
	text-align:center;
	}
	
h1 {
	font-family:Georgia, 'Times New Roman', Rockwell;
	font-size:150%;
	font-weight:bold;
	color: #000;
	}
	
h2 {
	font-family:Georgia, 'Times New Roman', Rockwell;
	font-size:125%;
	font-weight:bold;
	color: #333;
	}

	
.main {
	font-family: Georgia, Garamond, Rockwell;
	color:#000;
	line-height:1.1em;
	font-size:95%;
	}

.small {
	font-family:'Times New Roman', Georgia, Rockwell;
	color:#666;
	line-height:1.1em;
	font-size:90%;
	}


.phone {
	font-family: Georgia, Garamond, Rockwell;
	color:#000;
	font-size:18px;
	}

.email {
	font-family: Georgia, Garamond, Rockwell;
	font-weight:bold;
	color:#000;
	line-height:14px;
	font-size:10px;
	}

.box-header {
	font-family: Georgia, Garamond, Rockwell;
	color:#224d72;
	font-size:12px;
	font-weight:bold;
	}

.hours {
	font-family: Georgia, Garamond, Rockwell;
	color:#000;
	font-size:12px;
	}

.form {
	font-family: Verdana;
	font-weight:bold;
	font-size:16px;
	color:#ccc;
	}
	

a {
	text-decoration:none;
	font-weight:bold;
	color:#224d72;
	}

a:link {
	font-weight:bold;
	text-decoration:none;
	color:#224d72;
	}

a:visited {
	text-decoration: none;
	color:#666;
	}

a:hover {
	text-decoration: underline;
	}

/* Blog Posts
----------------------------------------------- */

.date-header {
    margin:1.5em 0 .5em;
    font-size:83%;
    color:#666;
    }

.post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }

.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:bold;
  line-height:1.1em;
  color:#224d72;
  }
  
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#224d72;
  font-weight:bold;
  }
  
.post-title strong, .post-title a:hover {
  color:#000;
  }
  
.post div {
  margin:0 0 .75em;
  line-height:1.1em;
  }
  
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  background:#efefef;
  padding:10px;
  }
  
.post-footer em, .comment-link {
  font:67%/1.1em;
  text-transform:uppercase;
  }
  
.post-footer em {
  font-size:67%;
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
  
.comment-link {
  margin-left:.6em;
  }
  
.post img {
  padding:4px;
  }
  
.post blockquote {
  margin:1em 20px;
  }
  
.post blockquote p {
  margin:.75em 0;
  }

#sidebar {
	color:#999;
	margin-left:20px;
	}
	