body {
background-color: #fff;
text-align: center;
}

/* container to center the layout
-------------------------------------- */
#container {
	background-image: url(../mainpage/main_background.gif);
	background-repeat: no-repeat;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	height: 720px;
	z-index: 1;
}

/* head container for logo and metanavi
-------------------------------------- */
#masthead {
	margin: 0px;
	padding: 0px;
	width: 920px;
	height: 80px;
	z-index: 1;
}

#headline {
	font-family: Georgia, Times New Roman, Times, serif;
	width:920px;
	height:60px;
	z-index:2;
	left: 0px;
	top: 0px;
}
#jesse {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	width:240px;
	height:60px;
	float: left;
	z-index: 3;
	background-image: url(../background/jesse_gardner.gif);
	background-repeat: no-repeat;
}
#home {
	padding: 0px;
	margin: 0px;
	width:110px;
	height: 60px;
	float: left;
	z-index: 3;
}

#homebutton {	/* "link" will be our container, here div tag */
	width:110px;
	height:60px;
	background:  url(../background/home3.gif) top left no-repeat;	/* second image place, for second background */
	z-index: 4;
}

#homebutton a {	/* definition of the link that will take all of the container's place */
display: block;
width: 100%;
height: 100%;
	background: url(../background/home3.gif) top left no-repeat;	/* Placement of first image in foregrand */
color: #000;
}

#homebutton a:hover {	/* masking the image when hovering */
background: transparent none;
} 

#portfolio {
	padding: 0px;
	margin: 0px;
	width:110px;
	height: 60px;
	float: left;
	z-index: 3;
}

#portfoliobutton {	/* "link" will be our container, here div tag */
	width:110px;
	height:60px;
	background:  url(../background/portfolio2.gif) top left no-repeat;	/* second image place, for second background */
	z-index: 4;
}

#portfoliobutton a {	/* definition of the link that will take all of the container's place */
display: block;
width: 100%;
height: 100%;
	background: url(../background/portfolio1.gif) top left no-repeat;	/* Placement of first image in foregrand */
color: #000;
}

#portfoliobutton a:hover {	/* masking the image when hovering */
background: transparent none;
} 

#press {
	padding: 0px;
	margin: 0px;
	width:110px;
	height: 60px;
	float: left;
	z-index: 3;
}

#pressbutton {	/* "link" will be our container, here div tag */
	width:110px;
	height:60px;
	background:  url(../background/press2.gif) top left no-repeat;	/* second image place, for second background */
	z-index: 4;
}

#pressbutton a {	/* definition of the link that will take all of the container's place */
display: block;
width: 100%;
height: 100%;
	background: url(../background/press1.gif) top left no-repeat;	/* Placement of first image in foregrand */
color: #000;
}

#pressbutton a:hover {	/* masking the image when hovering */
background: transparent none;
} 

#links {
	padding: 0px;
	margin: 0px;
	width:110px;
	height: 60px;
	float: left;
	z-index: 3;
}

#linksbutton {	/* "link" will be our container, here div tag */
	width:110px;
	height:60px;
	background:  url(../background/links2.gif) top left no-repeat;	/* second image place, for second background */
	z-index: 4;
}

#linksbutton a {	/* definition of the link that will take all of the container's place */
display: block;
width: 100%;
height: 100%;
	background: url(../background/links1.gif) top left no-repeat;	/* Placement of first image in foregrand */
color: #000;
}

#linksbutton a:hover {	/* masking the image when hovering */
background: transparent none;
} 

#sitemap {
	padding: 0px;
	margin: 0px;
	width:110px;
	height: 60px;
	float: left;
	z-index: 3;
}

#sitemapbutton {	/* "link" will be our container, here div tag */
	width:110px;
	height:60px;
	background:  url(../background/site_map2.gif) top left no-repeat;	/* second image place, for second background */
	z-index: 4;
}

#sitemapbutton a {	/* definition of the link that will take all of the container's place */
display: block;
width: 100%;
height: 100%;
	background: url(../background/site_map1.gif) top left no-repeat;	/* Placement of first image in foregrand */
color: #000;
}

#sitemapbutton a:hover {	/* masking the image when hovering */
background: transparent none;
} 

#contact {
	padding: 0px;
	margin: 0px;
	width:110px;
	height: 60px;
	float: left;
	z-index: 3;
}

#contactbutton {	/* "link" will be our container, here div tag */
	width:110px;
	height:60px;
	background:  url(../background/contact2.gif) top left no-repeat;	/* second image place, for second background */
	z-index: 4;
}

#contactbutton a {	/* definition of the link that will take all of the container's place */
display: block;
width: 100%;
height: 100%;
	background: url(../background/contact1.gif) top left no-repeat;	/* Placement of first image in foregrand */
color: #000;
}

#contactbutton a:hover {	/* masking the image when hovering */
background: transparent none;
} 

#headlineright {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	width:20px;
	height:60px;
	float: right;
	z-index: 2;
}
#metanavi { 
float: right;
padding: 5px 15px 0px 0px;
margin: 0px;
}

#topnavi {
	width:920px;
	height:20px;
margin: 0px;
	float: left;
	z-index: 2;
}

#motto {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	width:240px;
	height:20px;
	float: left;
	z-index: 3;
	background-image: url(../background/design_for.gif);
	background-repeat: no-repeat;
}
#info {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	width:680px;
	height:20px;
	float: right;
	z-index: 3;
}
#info h1 {
display: none;
}
#main {
	width: 920px;
	height: 600px;
	z-index: 1;
}
#content {
	margin-left: 5px;
	margin-right: 10px;
	width: 650px;
	padding: 0px  0px;
	z-index: 2;
	text-align:center;
	height: 600px;
	float: right;
}

#contents {
	top: 0px;
	margin:0px;
	margin-left: 10px;
	margin-right: 10px;
	width: 630px;
	padding: 0px  0px;
	font-family: "trebuchet ms",lucida sans,verdana,sans-serif;
	font-size: 16px;
	color: #ffffcc;
	line-height: normal;
	z-index: 3;
	overflow: auto;
	text-align:center;
	height: 590px;
	float: left;
	font-weight: bold;
}

#contents  {
color: #ffffcc;
text-decoration: none;
}

#contents  a {color: #ffffcc;
text-decoration: none;}

#contents  strong {
color: #ffffcc;
font-size: 16px;
}

#contents  a:visited {color:#ffffcc;}

#contents  a:hover {color: #FFCC00;
	font-size: 16px;
}

#contents  a:active { color:#ffffcc;}

#contents  h2 {color: #000;
font-size: 18px;
text-decoration: none;}

#left {
	top: 80px;
	width: 250px;
	margin: 0px;
	padding: 0px 0px;
	height: 600px;
	float: left;
	z-index: 2;
}

#clients {
	padding: 0px;
	margin-top: 50px;
	width:250px;
	height: 30px;
	float: left;
	z-index: 3;
}

#clientsbutton {	/* "link" will be our container, here div tag */
	width:250px;
	height:30px;
	background:  url(../links/clients2.gif) top left no-repeat;	/* second image place, for second background */
	z-index: 4;
}

#clientsbutton a {	/* definition of the link that will take all of the container's place */
display: block;
width: 100%;
height: 100%;
	background: url(../links/clients1.gif) top left no-repeat;	/* Placement of first image in foregrand */
color: #000;
}

#clientsbutton a:hover {	/* masking the image when hovering */
background: transparent none;
} 

#company {
	padding: 0px;
	margin-top: 50px;
	width:250px;
	height: 30px;
	float: left;
	z-index: 3;
}

#companybutton {	/* "link" will be our container, here div tag */
	width:250px;
	height:30px;
	background:  url(../links/company2.gif) top left no-repeat;	/* second image place, for second background */
	z-index: 4;
}

#companybutton a {	/* definition of the link that will take all of the container's place */
display: block;
width: 100%;
height: 100%;
	background: url(../links/company2.gif) top left no-repeat;	/* Placement of first image in foregrand */
color: #000;
}

#companybutton a:hover {	/* masking the image when hovering */
background: transparent none;
} 

#footer {
	top: 800px;
	width: 850px;
	height: 30px;
clear: both;
padding: 3px 15px;
color: #ffffff;
font-weight: bold;
margin: 0px;
border-top:1px solid #000000;
	float: right;
}
#footer a {color: #ffffff;}

