html {
  height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(../graphics/main-background.jpg);
	background-position: top center;
	font-size: 12px;
}

p {
	text-indent: 14px;
}

h1, h2, h3 {
  font-family: Georgia, Times Roman, Serif
}

#center-content {
  width: 900px;
  margin: auto;
  position: relative;
  padding-bottom: 40px;
}

#main-wrapper {
  position: relative;
  min-height: 100%;
}

* html #main-wrapper {
  height: 100%;
}

#site-header {
	width: 825px;
	height: 191px;
	background-image: url(../graphics/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 44px;
}

#footer {
  margin: auto;
  width: 796px;
  position: relative;
  margin-top: -43px;
  background: #ece9e4;
  left: 7px;
  padding: 14px;
}

#footer-address {
  margin: 0px;
  padding: 0px;
}

#footer-copyright {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 24px;
  top: 14px;
}

#mosaic-logo-link {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 362px;
  height: 100px;
}

#courtney-rae-link {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 280px;
  height: 86px;
}

#main-menu {
  list-style-type: none;
  position: absolute;
  top: 100px;
  left: 50px;
  
}

#main-menu li {
  display: block;
  float: left;
  position: relative;
  
}

.hidden {
  display: none;
}

.home-link {
   height: 35px;
   width: 90px;
   display: block;
   position: relative;
   top: 15px;
}

.home-link-hover {
   height: 35px;
   width: 90px;
   display: block;
   position: relative;
   top: 15px;
   background-image: url('../graphics/home-hover.jpg');
   background-repeat: no-repeat;
   background-position: 23px 8px; 
}

.about-link {
   height: 45px;
   width: 103px;
   display: block;
   position: relative;
   top: 5px;
   left: 12px;
}

.about-link-hover {
   height: 45px;
   width: 103px;
   display: block;
   position: relative;
   top: 5px;
   left: 12px;
   background-image: url('../graphics/about-us-hover.jpg');
   background-repeat: no-repeat;
   background-position: 12px 12px; 
}


.portfolio-link {
   height: 55px;
   width: 113px;
   display: block;
   position: relative;
   top: 5px;
   left: 28px;
}

.portfolio-link-hover {
   height: 55px;
   width: 113px;
   display: block;
   position: relative;
   top: 5px;
   left: 28px;
   background-image: url('../graphics/design-portfolio-hover.jpg');
   background-repeat: no-repeat;
   background-position: 24px 5px; 
}

.new-link {
   height: 52px;
   width: 120px;
   display: block;
   position: relative;
   top: 5px;
   left: 41px;
}

.new-link-hover {
   height: 52px;
   width: 120px;
   display: block;
   position: relative;
   top: 5px;
   left: 41px;
   background-image: url('../graphics/whats-new-hover.jpg');
   background-repeat: no-repeat;
   background-position: 8px 14px; 
}

.contact-link {
   height: 42px;
   width: 110px;
   display: block;
   position: relative;
   top: 15px;
   left: 46px;
}

.contact-link-hover {
   height: 42px;
   width: 110px;
   display: block;
   position: relative;
   top: 15px;
   left: 46px;
   background-image: url('../graphics/contact-hover.jpg');
   background-repeat: no-repeat;
   background-position: 27px 11px;
}

.seen-link {
   height: 42px;
   width: 106px;
   display: block;
   position: relative;
   top: 10px;
   left: 58px;
}

.seen-link-hover {
   height: 42px;
   width: 106px;
   display: block;
   position: relative;
   top: 10px;
   left: 58px;
   background-image: url('../graphics/seen-in-hover.jpg');
   background-repeat: no-repeat;
   background-position: 20px 13px;
}

#content-flower-background {
	width: 262px;
	height: 352px;
	background-image: url(../graphics/content-flower-background.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	top: 178px;
	left: 44px;
}

#content-body {
	position: relative;
	width: 695px;
	left: 44px;
	padding: 0 28px 0 58px;
}

.border {
  border: 8px solid #fff;
  margin: 12px;
}

a:link { color: #6d1a10; }
a:visited { color: #b73627; }
a:hover { color: #6d1a10;
text-decoration: none; }
a:active { color: #6d1a10; }

#sidebar {
	margin-left: 0;
	float: right;
	width: 160px;
	background-color: #fff;
	position: relative;
	left: 34px;
	padding-bottom: 8px;
}

#sidebar ul {
  list-style-type: none;
  margin-left: 4px;
  padding-left: 18px;
}

#sidebar h2 {
  margin-bottom: 4px;
}

.widget ul {
  margin-left: 14px !important;
  padding-left: 0px !important;
  list-style-type: circle !important;
}

.img-border {
  border: 8px solid #fff;
  margin: 6px;
}