/* colors in doc 

grey bg: #dddddd

red: #ff2a08

 body{background: url(path relative to css file) top left; }

*/

#home-style {
background: url(includes/images/home_bg.jpg) top left;
background-repeat: no-repeat;
background-position:  left; 
}

#photo-style {
background: url(includes/images/dad_bg.jpg) top left;
background-repeat: no-repeat;
background-position:  center; 
}

#peek-style {
background: url(includes/images/friends_bg.jpg) top left;
background-repeat: no-repeat;
background-position:  center; 
}

#order-style {
background: url(includes/images/roads_bg.jpg) top left;
background-repeat: no-repeat;
background-position:  center; 
}

#links-style {
background: url(includes/images/love_bg.jpg) top left;
background-repeat: no-repeat;
background-position:  center; 
}

body {

  background: #dddddd;

  margin: 0;

	padding: 0;

	width: 100%;

	height: 100%;}


header table {

  background: #dddddd;}


a {text-decoration: none}

a:link,a:visited,a:active {color: #ff2a08}

a:hover   {color: #ff2a08; text-decoration:underline}



.nav a,

.nav a:link,

.nav a:visited,

{ font-family: arial;

  font-size: 10pt;

  font-weight:normal;

  text-decoration: none;

  color:#ff2a08}

.nav a:hover

{ color: #ff2a08; 

	text-decoration: underline;}



hr  {

   border: 0;

   height: 1px;

   color: #F5F5F5;

   background-color: #ffffff; }



.text {

 font-family: arial;

 font-size: 10pt;

 color: #000000;

}



.copy {

 font-family: arial;

 font-size: 8pt;

 color: #000000;

}



.header {

 font-family: arial;

 font-size: 12pt;

 font-weight: bold;

 color: #308bc5;

}



.highlight {

 font-family: arial;

 font-size: 10pt;

 font-weight: bold;

 color: #308bc5;

}