/*General Page Layouts*/

body {
height:100%;
width:100%;
background-color:#ffffff;
color:white;
font-size:13px;
font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }

img {
margin: 0;
border:0;
padding:0; }

#header {
margin: 2px;
border:0px solid green;
position:absolute;
top:0;
left:50%;
margin-left: -271px;
width:542px;
height:65px;
background-color:transparent;}

#wrapper {
border:0px solid blue;
position:absolute;
left:50%;
top:69px;
height:603px;
margin-left: -303px;
width:606px;
background-color:transparent;} 

#leftsidebar {
float:left;
width:106px;
height:603px;
background-color:#ccccff}

.sidebarimage {
margin:0;
border:0;
padding:0;
height:55px;
width:106px; }

#content {
margin:0;
border:0;
padding:0;
float:left;
width:500px; 
height:603px;
background-color:#005FFF;}

#footer {
margin: 2px;
border:0px solid red;
position:absolute;
left:50%;
top:672px;
margin-left: -271px;
width:542px;
height:65px;
background-color:transparent; }

/*Home Page Layouts*/
#homeblob {
height:84px;
padding:52px;
text-align:center; }

#signups, #pages { 
height:240px; }

#signups {
width:338px;
float:left; }

#intro {
font-style:italic;
font-weight:bold; }

#pages {
width:162px;
float:right; }

#beforesample, #samples {
height:23px; }

#beforesample {
width:338px;
float:left; }

#samples {
width:162px;
float:right; }

#logindiv {
clear:both;
height:20px;
font-size:10px;
text-align:center; }