/* CSS Document */

/* -----------------------------------------------------------------------
	CSS INFO
	Date	: 02 January 2008
	Title	: Global Creative Designs
	Author	: Quincy Pabotoy
	URL		: www.globalcreativedesigns.com
	E-mail	: info@globalcreativedesigns.com
	Legal	: All images and style elements copyright by Global Creative Designs
			  unless specified.
   ----------------------------------------------------------------------- */
   
/* -----------------------------------------------------------------------
	AUTHORS NOTE
	Important: 
   ----------------------------------------------------------------------- */
   
   
/* Common Styles
-------------------------------------------------------------------------- */

* {
	margin: 0 auto;
	padding: 0;
}

  body{

  background-color: #fdfaf1;
  
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:22px;
  color:#606060;
  }
  
  
  a{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:22px;
  color:#48aad4;
  text-decoration:none;
  }
  
   
  a:visited{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:22px;
  color:#48aad4;
  text-decoration:none;
  }
  
  a:hover{
  
  text-decoration:none;
  border-bottom:none;
 
  }
  
#wrapper{
width:800px;


}

#header-rss
{
background:url(../images/rss-banner.gif) no-repeat;
 width:800px;
 height:180px;
 float:left;
 margin-bottom:25px;
}

#button-home

{
float:left;
margin-left:40px;
margin-top:150px;}