#g_title p, #g_footer p, #g_description p {
    margin: 0;
  }
  /*

  	-- -- -- -- -- -- --
  	Browser Fixes
  	-- -- -- -- -- -- --
  	
  	This file uses CSS filtering methods to fix various
  	layout bugs.

  	Each of the following three imported files is a 
  	separate, browser-specific CSS file that keeps all 
  	hacks out of the main style sheet.
  	
  	Over time, as supporting these browsers no longer
  	remains a priority, cleaning up the hacks is as
  	easy as deleting the @import statement below, or
  	simply no longer linking this file from the HTML.
  	
  */

  /* 
    fix ie6 "peekaboo bug" using the "holly hack". 
    Note, this style only gets applied to ie6
  */
  * html .wrapper {
    height: 0.1%;
  }

  /* 
   * IE5 mac - overrides the IE/Win hack 
   */

  /*\*//*/

  * html #threecolumn div {
  	height: auto;
  }

  /**/


  /* 
   * IE5/Win-specific CSS -ensures #container wraps all content on window resize
   */

  @media tty {
   i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
  }/* */
  /* Styling for editable elements. Eventually, this will be part of the style. */
  .editable {
    border: 0px dashed blue;
  }
  
  #footer {
    clear: both;
  }
  
  /* Extra divs hidden by default. The custom CSS can override this though */
  #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
    display: none;
  }
  
  a img, :link img, :visited img {border: none;}


  


body {
    text-align: center;
	
    }
      #container {
    width: 983px;
   
 background:white;
	padding-left:0px;	
    	border-right:0px solid black;
  border-left:0px solid black;
  border-bottom:4px solid black;
    text-align: left;
    border-top:0px solid black;
    margin: 0 auto;
    margin-top:0px;
   padding-top:0px;
  }

#navbar ul {
    margin-left: auto;
margin-top: 1px;
margin-bottom: 0px;
margin-right: auto;
	color: #333399;
	border-left: solid 0px black;
    padding: 1px;
padding-bottom: 5px;
padding-left: 0px;
    list-style-type: none;
    text-align: left;
     
    }

#navbar ul li {  
    display: inline;


    }

#navbar ul li a {
    text-decoration: none;
    padding: 2px 35px;
    color: #00009c;
font-weight: bold;
   background-color: aqua;
	font-family: arial,sans-serif;
     border-left: solid 1px black;
     border-right: solid 0px black;
	border-bottom: solid 0px white;
    font-size: 12px;
    margin-top:0px;
  
    }

#navbar ul li a:hover {
    color: #000000;
    background: #ffffff;
    }

	

	


	
	



#topnav
{
text-align:center; 
color:black; 
font-weight:bold; 
font-size:13px; 
font-family:arial;

}


#topnav a:hover
{
color:#FF0000;
}

#topnav a
{
color:#ffffff;
}

h2

{
font-family: 
verdana; 
color: rgb(255, 255, 255);
font-size: 13px;
font-weght:bold;
}

h1

{
font-family: verdana; 
color: rgb(40,3,109);
font-size: 22px;
font-weight:normal;
}


// -->



  /** BEGIN CUSTOM SKIN **/
  /*

  	-- -- -- -- -- -- --
  	Base CSS
  	-- -- -- -- -- -- --
  	
  	This file simply removes default styling on most HTML elements in 
  	order to reduce the need to later override them.
  	
  */

  h1, h2, h3, h4, h5, h6, pre, code, p {font-size: 12px;}
  dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {margin: 0; padding: 0;}
  a img, :link img, :visited img {border: none;}
  address {font-style: normal;}/*

  	-- -- -- -- -- -- --
  	Type Scheme: Deco
  	-- -- -- -- -- -- --


  	-- -- -- -- -- -- --
  	STYLE: Lagoona
  	-- -- -- -- -- -- --


  	Each of the following three files is a separate,
  	browser-specific CSS file that keeps all hacks
  	out of the main style sheet.

  	Over time, as supporting these browsers no longer
  	remains a priority, cleaning up the hacks is as
  	easy as deleting the @import statement.

  */



  /* ie6win */

  /* fixes a repeating character bug in the sidebar column  - hide for IE Mac \*/ 

  * html #sidebar a { 

      height: 1px; 

  } 

  /*  */ 



  /* fixes the bad support of the boxmodel - hide for IE Mac \*/ 

* html #twocolumn-left #main-content, * html #twocolumn-right #main-content  {

  	width: 475px;

  }

  /*  */ 

  /* fixes the double margin bug - hide for IE Mac \*/ 

  * html #twocolumn-liquid-left #sidebar {

  	margin-left: 1em;

  }

  /* ie5win */
  @media tty { i{content:"\";/*" "*/}} * html td, * html th, * html caption  { font-size: 76%; } * html #main-content .wrapper { padding: 0 1.2em; } * html #threecolumn #main-content { width: 428px; } /*";}
  }/* */





  /* Basic HTML style

  ----------------------------------------------- */

  a:link {
  	margin: 0px;
  	padding: 0px;
  }

  a:visited {
  	color: #eeeeee;
  }

  body {

  	font: 76% Helvetica, Arial, Verdana, sans-serif;

  	margin: 0;

  	padding: 0;

  }

  blockquote {

  	margin: 1em 0;

  	font-style: italic;

  }

  caption {

  	font-weight: bold;

  	width: inherit;

  	padding: 0.3em 1em;

  	border-bottom: 1px solid;

  }

  dd {

  	margin: 1em 0;

  	padding: 3px;

  	border-left: 5px solid;

  }

  dt {

  	font-weight: bold;

  }

  hr {

  	margin: 0em 0;

  	border-style: none;

  	height: 1px;

  }

  li {

  	margin: 0px;

  }

  td {

  	vertical-align: top;

  	padding: 2px;

  	border-bottom: 1px solid white;
  	
  
  }

  td p {

  	margin-top: 0;

  	line-height: 16px;

  }
  p, td {
   line-height: 16px;
  }

  th {

  	text-align: left;

  	border-bottom: 1px solid;

  	padding: 0.5em;

  }





  /* Custom font definitions for Lagoona style

  ----------------------------------------------- */

  p {

  	margin: 12px 0;
  	line-height: 1.5;

  }

p.description  {

  	margin: 0;

  	line-height: 1.5;

  	font-style: normal;

  	font-size: 1.2em;

  }


  .editable {

  	border: #f00 dashed 0px;

  	position: relative;

  }









  /* Header style

  ----------------------------------------------- */

  #header {

  	margin-bottom: 0px;
	
  }


  /* The following are to get the header area to be at least 123px so that
     the body text doesn't begin where the header background is.  Just setting
     the height to 123px breaks for most browsers, since it puts the body and
     sidebars on TOP of the header when the header is more than 123px.  Using
     min-height is what we want, but it breaks in the page editor. So we get 
     creative here ... */

  /* ie6win - hide for IE Mac \*/ 
  /* ie deosn't have min-height, but it uses height as if it were min-height */ 

  * html #header { 
  	height: 97px; 

  } 

  /* Safari/Opera/Firefox - we set the padding of the header to the min height we want. 
                            This forces it to be at least 123px */
  *>#header {
  	padding-top: 97px;
  }

  /* Safari/Opera/Firefox - then we pull the contents up to where we want them */
  *>#header .wrapper {
  	margin-top: -0px;

  }


  #header .wrapper {

  	padding: 0em;

  }






  /* Content column tweaks

  ----------------------------------------------- */

  #main-content .wrapper {

  	padding: 0 0px;

  }

  #main-content blockquote {

  	margin: 1em;

  }
	#main-content
	{
background-color: white;
margin-top: 4px;
padding-left: 2px;
overflow: off;


line-height: 18px;
border-left: solid 2px black;
border-right: solid 2px black;
border-bottom: solid 2px black;
width: 982px;
margin-left: -5px;
}




  


  /* Footer style

  ----------------------------------------------- */



  #footer {

  	padding-top: 0.5em;

  	margin-left: -12px;
	
  }

  #footer .wrapper {

  	margin: 1em 0;

  	padding-top: 1em;

  	font-size: 0.8em;

  	clear: both;

  }

  #footer hr {

  	display: none;

  }










  /* Basic HTML style

  ----------------------------------------------- */



  a:link {

  	color: #339999;

  	background: none;

  	border-bottom-color: #07b7b8;

  }


  a {text-decoration: none;}
  
  

  a:visited {

  	color: #339999;

  	background: none;

  	border-bottom-color: #6ba7a7;

  }

  a:hover, a:active {

  	
        
text-decoration: none;  


  }


  



  body {

  	color: #666;

  	background: #27424D url('bg8.gif') repeat-x;
background-attachment:fixed;
	background-position: center top;
  }



  blockquote {

  	color: #98adad;

  }



  caption {

  	color: #fff;

  	background: #aedada;

  	border-bottom-color: #fff;

  }



  dd {

  	background: #ffffff;

  	color: #95afaf;

  	border-left-color: #bddbdb;

  }



  hr {

  	color: #ccc;

  	background: #ccc;

  	border-color: #ccc;

  }



  td {

  	border-bottom-color: #fff;

  	background: none;

  }



  th {

  	color: #fff;

  	background: #bdbdbd;

  	border-bottom: 1px solid #def3f3;

  }



  /* Custom font definitions for Lagoona style

  ----------------------------------------------- */



  p.description {

  	color: #fff;

  }





  /* Header style

  ----------------------------------------------- */



  #header {

  	color: #fff;

	background: url('test-header102kb.jpg') no-repeat;
	margin-left:-5px;

  }

  #header h2 {
  	color: #79acac; 
  }
  
  
    /* Link Images

  ----------------------------------------------- */
  



	
	

	
	
		

	

 

  /* Footer style

  ----------------------------------------------- */



  #footer .wrapper {

  	

  	background: url('http://www.solarsystemquick.com/footer-bg.gif') repeat-x;

  }
  
  




  /** END CUSTOM SKIN **/
  </style>