

/* Stylesheet for thego2guys.com Concierge Service */

html { height: 100%; }

body {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	background: #707070;
	height: 100%;
	display: table;
	
}


/* this is the wrap that centers everything, and paints the centre white */
#wrapper {
	width: 700px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	background: #ffffff;
	display: table;

}

#header {
    	clear: both;
	width: 700px;
	height: 139px;
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
	
}

#content {
    	margin: 0px auto;
    	background: #ffffff;
    	width: 535px;
	height: 100%;

    	text-align: left;
	padding: 5px 5px 10px 15px;
    	font-family: arial, sans-serif;
	font-size: 11pt;
	line-height: 1.2em;
	float: left;
}

/* background images are 130px by 29px, each link should be that size */

#navigation {
    	margin-top: 35px;
    	font-family: garamond, serif;
	font-size: 14pt;
    	text-align: left;
	width: 135px;
	margin-left: 10px;
	/* bugfix for IE6, couldn't set margin right to 5px, so made box wider and gave */
	/* margin to individual tabs */
	
	height: 100%;
	float: left;

}


#navigation a{
    	color: #000000;
    	text-decoration: none;
	font-weight: bold;
	display: block;
	
	height: 25px;
	padding-top: 4px;
	margin-top: 6px;
	
	width: 110px;
	padding-left: 20px;
	margin-right: 5px;

	/* height should be 30px in total */
	background: url("images/button.gif") no-repeat center;
}

#navigation a:hover {
    	background: url("images/button-over.gif") no-repeat center;
}


#footer {
    	text-align: left;
   	font-family: arial, sans-serif;
	line-height: 1.5em;
	font-size: 10pt;
    	clear: both;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	bottom: 0px;
	width: 645px;
	padding: 0px 5px 0.5em 50px;
	background: #F8D67F;
	
}

#footernavlinks {
    	margin-top: 1px;
    	margin-bottom: 0.5em;
}

#footernavlinks a{
    	text-decoration: none;
	color: #000000;
	background: #F4CA6C;
    	border: 1px solid #D1AA54;
	padding: 3px 1ex 3px 1ex;
}

#footernavlinks a:hover{
    	background: #F7BE3E;
}


h1, h2, h3, h4 {
    	font-family: garamond, serif;
	line-height: 1em;
}

ul {
   padding-left: 1ex;
   margin-left: 10px;
   list-style-image: url(images/bullet.gif);
}

