/*
Title:		See What Youve Been Missing screen styles
Author:		Morris Creative Group
Updated:	10 21 2007
*/



/* [  REDEFINITION         ]----------------------------------------- */

html * {
	margin: 0;
	padding: 0;
	}
body {
	font: normal normal normal small/1 Arial, Verdana, Helvetica, sans-serif;
  	color: #333;
	}


/* [  NAVIGATION           ]----------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	color: #003399;
	}
a:hover {
	text-decoration: underline;
	}
a:active {}
div#header p#contact {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	letter-spacing: 1px;
	}
div#header p#contact a:link,
div#header p#contact a:visited,
div#header p#contact a:hover,
div#header p#contact a:active {
	color: #666;
	}
div#footer a {
   color: #fff;
   text-decoration: underline;
}
/* [  LAYOUT               ]----------------------------------------- */

div#wrap {
	position: relative;
	width: 790px;
	}

div#content {
	background: #fff url(../i/bg-footer.gif) repeat-y;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	}


/* [  HEADER         ]----------------------------------------- */

div#header {
	position: relative;
   background: url(../i/bg-header.gif) no-repeat;
	}
#header h1 {
   text-align: center;
}
#header h1 a {
   display: block;
   overflow: hidden;
   padding: 50px;
   text-indent: -9999px;
   height: 0px !important;
   height /**/:50px; /* for IE5/win */
	}


/* [  FOOTER         ]----------------------------------------- */

div#footer {
	position: relative;
	clear: both;
	background: #fff url(../i/bg-footer.gif) repeat-y;
	min-height: 27px;
   text-align: right;
   color: #fff;
   padding: 7px 10px 0 0;
   }
div#footer p {
   margin-bottom: 0;
   font-size: 80%;
}

/* [  MISCELLANEOUS  ]----------------------------------------- */

.center {text-align: center;}
.left {float: left; margin: 0 16px 0 0;}
.right {float: right; margin: 0 0 10px 10px;}
.clear {clear: both;}