/* 
   Shop Construction Diary Website
   Screen Style Sheet - October 2009 R1.0

     Author:	Christopher Mungas
     Date:   	October 2009

	  &&&&&&&&&&&&&&&&&&&&&&
	&&&& PRE-RELEASE PAGE &&&&
	  &&&&&&&&&&&&&&&&&&&&&&

     Filename:	ShopDiary_Screen_R1_0.css
      Supporting files:

*/

/* ****************************** BODY ****************************** */
body { 
  height: 100%;
  background-color: #000033;
  text-align: center}
* {
  margin: 0px; padding: 0px;}

/* ****************************** WRAP ****************************** */
#wrap {
  width: 800px; margin: 0px auto; padding: 0px;
  border: 1pt solid grey; background-color: white}

/* ***************************** HEADER ***************************** */
#header {
  width: 800px; height: 60px; padding: 15 0 0 0;
  text-align: right;}
#header span {
  margin-right: 35px;
  font-family: Lucida Sans Unicode; font-size: 1.8em; color: rgb(55,55,55); font-style: italic}
#header hr {
  float: right;
  width: 490px; height: 1px; margin-top: 0px; margin-right: 10px;
  border: thin solid rgb(190,0,0);
  color: rgb(190,0,0); background-color: rgb(190,0,0);}

 /* =============== MAIN ================ */
#main {
  padding-bottom: 30px;
  border-top: solid thin rgb(190,0,0);
  background-color: #FFFFCC}

.ContentPic {
  margin: 5px;
  border: thin solid rgb(190,0,0)}

.FramedPic {
  width: 350px; margin: 10 20 5 20;
  border: thin solid rgb(190,0,0)}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 0 10;
  color: #330000}

.link {
  font-family: arial; font-size: 1.0em; font-weight: bold; color: #000033}

.link a:link {
  color: rgb(55,55,55); text-decoration: none}
.link a:visited {
  color: rgb(100,100,100); text-decoration: none}
.link a:hover {
  color: rgb(155,155,155); text-decoration: none}
.link a:active {
  color: rgb(55,55,55); text-decoration: none}

