/*
      Created by Brad Waropay
	  
	  E-Mail: Brad.Waropay@gmail.com
	  
*/

* { margin: 0; padding: 0; }

body {
 background-image: url(../images/tile.jpg);
 background-repeat: repeat;
 color: #555555;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper {
 background-image: url(../images/wrapper_tile.jpg);
 background-repeat: repeat-y;
 margin: 0 auto;
 width: 1020px;
}

#internalgrow {
 background-image: url(../images/internal_grow.jpg);
 background-repeat: repeat-y; 
 margin: 0 auto;
 width: 840px;
}

#header {
 background-image: url(../images/header.jpg);
 height: 280px;
 margin: 0 auto;
 width: 840px;
}

#headertitle {
 padding: 45px 0 0 30px;
}

#navigation {
 height: 60px;
 margin: 0 auto;
 padding: 42px 0 0 0;
 width: 840px; 
}

#menu {
 color: #555555;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: bold;
 padding: 0 0 0 70px;
}

#menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
} 

#menu li {
 float: left;
 margin: .5em .45em;
} 

#menu a {
 text-decoration: none;
 color: #555555;
}

#menu a:hover {
 color: #FF9900;
}

#stickers {
 float: right;
 padding: 0 31px 0 0;
 vertical-align: text-top; 
 width: 180px;
}

#stickers ul
{
 list-style: none;
 padding: 0;
 margin: 0;
}

#stickers li {
 float: left;
}

#content {
 margin: 0 auto;
 padding: 20px 0 20px 0;
 width: 800px;
}

#footer {
 background-image: url(../images/footer.jpg); 
 height: 204px;
 margin: 0 auto;
 width: 840px;
}

#polaroid{
 background-image: url(../images/polaroid.jpg);
 background-repeat: no-repeat;
 height: 550px;
}

#contact{
 background-image: url(../images/contact.jpg);
 background-repeat: no-repeat;
 padding-left: 0px;
 height: 500px;
}

.contentboxleft {
 float: left;
 padding: 0 0 20px 0;
 width: 390px;
}

.contentboxright {
 float: left;
 padding: 0 0 20px 20px;
 width: 390px;
}

.contenttext {
 background-color: #efefef;
 border: thin;
 border-color: #acd373;
 border-style: dashed;
 padding: 10px;
}

.imagebox {
 margin-left: 25px;
}

a {
 color: #FF9900;
}

a:hover {
 color: #acd373;
}

h1, h2, h3, h4, h5, h6, p, ul {
 color: #555555;
}

ul {
 margin-left: 15px;
}