html, body { margin: 0 0 0 0;
	  height:100%;
	  font-size: 10pt; 
	  font-family: century gothic, Verdana, Arial, Helvetica; 
	  color: #666666;
	  background-image: url();
	  background-color:#cce3db; 
	   }
	
td{ 
	font-size: 10pt; 
	font-family: century gothic, Verdana, Arial, Helvetica; 
	color: #666666;
}	
	   
a:link {     font-family: Verdana;  font-style: normal; color: #0066CC; text-decoration: none}
a:visited {  font-family: Verdana;  font-style: normal; color: #0066CC; text-decoration: none}
a:hover {    font-family: Verdana;  font-style: normal; color: #ff0000; text-decoration: underline}


#wrapper {
	background-color:#ffffff;
	height:100%;
	width:900px;
	position:relative;
	margin:0px auto;
	border-left:4px solid #ccd9e3;
	border-right:4px solid #ccd9e3;
	padding:5px;
}



#header {
	height:130px;
}

#navigate {
    width:880px;
	height:25px;
	padding-bottom:5px;
	padding-top:5px;
    border-top:4px solid #cce3db;
	border-bottom:4px solid #cce3db;
    margin-left: auto ;
    margin-right: auto ;
}

#content {
	overflow: auto;
	margin-top:10px;
	padding-bottom:60px;
}

/* applies to all divs within the content div */

#content div {
    height:auto;
	padding:10px;
	float:left;
}

#content-index-left {
 	width:50px;
}

#content-index-main {
	width:734px;
}

#content-about-left {
	text-align:right;
 	width:300px;
}

#content-about-right {
	margin-left:10px;
	width:500px;
}


#content-shop-left {
	background-color:#ffffff;
	text-align:right;
	height:auto;
 	width:5px;
}

#content-shop-main {
    background-color:#ffffff;
	text-align:center;
	height:auto;
 	width:880px;
}

#content-shop-right {
    background-color:#ffffff;
	text-align:right;
	height:auto;
 	width:5px;
}

#content-hope-left {
	background-color:#ffffff;
	text-align:right;
	height:auto;
 	width:5px;
}

#content-hope-main {
    background-color:#ffffff;
	text-align:center;
	height:auto;
 	width:800px;
}

#content-hope-right {
    background-color:#ffffff;
	text-align:right;
	height:auto;
 	width:5px;
}

#content-cont-left {
	text-align:right;
 	width:400px;
}

#content-cont-main {
	margin-left:10px;
	width:400px;
}



#content-press-left {
	height:auto;
	text-align:right;
 	width:150px;
}

#content-press-right {
	height:auto;
	margin-left:10px;
	width:650px;
}




  
#content-right {
	margin-left:10px;
	width:134px;
}
  
#footer {
	position:absolute;
    bottom:0;
    height:60px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
    padding:10px;
    width:100%;
}
	
#bottom {
	clear:both;
	text-align:right;
}	
	

#nav { 
	position : absolute;
}




/* NAVIGATION */

#home a {
background: url("/images/nav/home1.gif") no-repeat;
display: block;
width:151px;
height:43px;
text-decoration: none;
} 

#home a:hover {
background: url("/images/nav/home2.gif") no-repeat;
display: block;
width:151px;
height:43px;
text-decoration: none;
} 

#about a {
background: url("/images/nav/about1.gif") no-repeat;
display: block;
width:128px;
height:43px;
text-decoration: none;
} 

#about a:hover {
background: url("/images/nav/about2.gif") no-repeat;
display: block;
width:128px;
height:43px;
text-decoration: none;
}

#shop a {
background: url("/images/nav/shop1.gif") no-repeat;
display: block;
width:128px;
height:43px;
text-decoration: none;
} 

#shop a:hover {
background: url("/images/nav/shop2.gif") no-repeat;
display: block;
width:128px;
height:43px;
text-decoration: none;
} 

#hope a {
background: url("/images/nav/hope1.gif") no-repeat;
display: block;
width:147px;
height:43px;
text-decoration: none;
} 

#hope a:hover {
background: url("/images/nav/hope2.gif") no-repeat;
display: block;
width:147px;
height:43px;
text-decoration: none;
} 

#press a {
background: url("/images/nav/press1.gif") no-repeat;
display: block;
width:126px;
height:43px;
text-decoration: none;
} 

#press a:hover {
background: url("/images/nav/press2.gif") no-repeat;
display: block;
width:126px;
height:43px;
text-decoration: none;
} 

#contact a {
background: url("/images/nav/contact1.gif") no-repeat;
display: block;
width:151px;
height:43px;
text-decoration: none;
} 

#contact a:hover {
background: url("/images/nav/contact2.gif") no-repeat;
display: block;
width:151px;
height:43px;
text-decoration: none;
} 

.pad { 
	padding: 10px;	
}

.line { 
	border:1px solid #000000;	
}



