body {
	background-color: #F2D653;
	font-family: "Century Gothic", "Century Gothic Bold", Verdana;
	font-size: 90%;
}

a:link 
{color: #6d6e6a;
text-decoration: none;}

a:visited 
{color: #6d6e6a;
text-decoration: none;}

a:hover 
{color: #9B8579;
text-decoration: none;}

a:active
{color: #6d6e6a;
text-decoration: none;}

span.paperbean 
{ 
	font-weight: bold;
	font-size: 100%;
	color: #444444;
}

ul.none {list-style-type: none;}

li.none {list-style-type: none;}

div.container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding-bottom: 30px;
	background-color: #ffffff;
	width: 1000px;
}

div#landing {
	height: 600px;
	margin: 0 0 0 0;
}

div.top {
	margin: 0 0 0 0;
	width: 1000px;
}

div#header {  
 	background-image: url(/images/paperbeanlogo.gif);  
 	background-repeat: no-repeat;   
 	background-position: left; 
 	width: 450px; 
 	height: 55px;
	padding-top: 80px;
	margin-left: 20px; 
	text-indent: -9999px;
}

div#branch {
	width: 153px;
	height: 566px;
	float: right;
	margin-right: 0;
	margin-top: -140px;
 	background-image: url(/images/paperbean-branch.png);  
 	background-repeat: no-repeat;   
 	background-position: center;
	text-indent: -9999px;
}

div#landingmenu {
	width: 80px;
   	margin-top: 300px;
	margin-right: 80px;
	line-height: 170%;
   	font-size: 150%;
	font-weight: bold;
   	font-color: #9B8579;
   	text-transform: uppercase;
   	white-space: nowrap;
   	list-style-type: none;

}

div#navigation
{
	margin-top: 40px;
	margin-left: -10px;
	line-height: 180%;
   	font-size: 100%;
   	font-color: #6d6e6a;
   	text-transform: uppercase;
   	white-space: nowrap;
   	list-style-type: none;
}

div#graphic {
	width: 30px;
	height: 32px;
	float: right;
	margin-right: -40px;
	margin-top: 320px;
 	background-image: url(/images/paperbean-graphicdesign.png);  
 	background-repeat: no-repeat;   
	text-indent: -9999px;
}

div#editing {
	width: 27px;
	height: 22px;
	float: right;
	margin-right: -75px;
	margin-top: 120px;
 	background-image: url(/images/paperbean-editing.png);  
 	background-repeat: no-repeat;   
	text-indent: -9999px;
}

div#about {
	width: 25px;
	height: 22px;
	float: right;
	margin-right: -120px;
	margin-top: 180px;
 	background-image: url(/images/paperbean-silhouette.png);  
 	background-repeat: no-repeat;   
	text-indent: -9999px;
}

div#contact {
	width: 25px;
	height: 22px;
	float: right;
	margin-right: -120px;
	margin-top: 10px;
 	background-image: url(/images/paperbean-contact.png);  
 	background-repeat: no-repeat;   
	text-indent: -9999px;
}

span.graphic 
{
	color: #A51C2D;
	font-weight: bold;
	font-size: 100%;
}


span.editing 
{
	color: #059CCC;
	font-weight: bold;
	font-size: 100%;
}

span.about 
{
	color: #079B46;
	font-weight: bold;
	font-size: 100%;
}

span.contact 
{
	color: #F17F98;
	font-weight: bold;
	font-size: 100%;
}



/*start of content*/

div#contenttext
{
	float: left;
	width: 515px;
	margin-left: 270px;
	margin-top: -110px;
	line-height: 140%;
	font-size: 100%;
	text-color: black;
}

ul.contenttext {list-style-type: square;}


span.contenttitle 
{
	color: #F2D653;
	font-weight: bold;
	font-size: 130%; 
}

div#sidebar
{
	float: right;
	width: 190px;
	margin-top: 270px;
	margin-right: -130px;
	line-height: 160%;
	font-size: 80%;
	text-align: left;
	text-color: black;
}

span.highlight 
{
	color: #F2D653;
	font-weight: bold;
	font-size: 110%; 
}

div.pics
{
	width: 730px;
	margin: 30px auto 05px 20px;
}

div.thumbs {
	margin: 15px 10px 40px 10px;
	border: 3px solid #fbe256;
  	height: 200px;
  	width: 200px;
  	float: left;
  	text-align: center;
}

/*To make it linkable, need to do this:<div class="thumbs">
  <a target="_blank" href="http://www.paperbean.com.au/about-me.html">
  <img src="/aug2011/images/19.jpg" alt="Wedding invitation" width="200" height="200" />
  </a>
  <div class="desc">Business cards</div>
</div>*/


div.desc {
	font-size: 90%;
   	text-color: #6d6e6a;
   	text-transform: uppercase;
	text-align: center;
	width: 190px;
  	margin: 10px auto 30px auto;
}

div#dailytip
{
	width: 450px;
	height: 120px;	
}

div#daily
{
	display: block;
	float: left;
	width: 50px;
}

div#tip
{
	display: block;
	float: right;
	font-weight: bold;
	font-size: 120%;
	width: 360px;
}


div#footer
{
	margin-top: 15px;
	font-size: 70%;
	font-color: white;
	text-align: center;
}
