* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, verdana, Arial, sans-serif;
 font-size: 13px;
 background: #939598 url(../images/gradient-b.png) repeat-x;
}
blockquote {
	margin: 10px;
	line-height: 1.2em;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#shadow {
 width: 910px;
 height: 320px;
}
#titles {
	text-align: center;
	font: large "century gothic", Helvetica, verdana, Arial;
}


#logo-zone {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px 10px 10px 10px;
 height: 310px;
 margin: 20px 0px 5px;
 background: white;
 text-align: center;
 display: block;
 
}
#zone {
	margin: 0px 142px 0px;
 
}

#tagline {
 float: left;
 width: 900px;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 color: #000;
 font-size: x-large;
 text-align: center;
}

#leftcolumn { 
 color: #333;
 background: transparent url(../images/gradient2.png) repeat-x;
 margin: 0px 10px 0px 0px;
 padding: 10px;
 height: 240px;
 width: 280px;
 float: left;
	text-align: justify;
}

#leftmiddle { 
 color: #333;
 background: transparent url(../images/gradient2.png) repeat-x;
 margin: 0px 10px 0px 0px;
 padding: 10px;
 height: 240px;
 width: 280px;
 float: left;
	text-align: justify;
}

#rightmiddle { 
 color: #333;
 background: transparent url(../images/gradient2.png) repeat-x;
 margin: 0px 0 0px 0px;
 padding: 10px;
 height: 240px;
 width: 280px;
 float: left;
	text-align: justify;
}

#footer
{ 
    width: 900px;
    clear: both;
    padding: 10px;
    padding-top: 0px;
    font-size: 80%;
    color: #333;
}
#footer_left
{
    float:left;
}
#footer_right
{
    float:right;
}

#tlc
	{
	z-index: 1;
	background: url(../images/top-left.gif) no-repeat left top;
}

#trc
	{
	background: url(../images/top-right.gif) no-repeat right top;
	}
	
#blc
	{
	background: url(../images/bottom-left.png) no-repeat left bottom;

	}

#brc
	{
	background: url(../images/bottom-right.png) no-repeat right bottom;
}
#stopback
{
    width=100%;
    text-align:center;
	font-family:"century gothic", Helvetica, verdana, Arial;
    font-size:120%;
    font-style:italic;
    margin-top:1.3em;
}

