{
*	margin: 0px;
*	padding: 0px;
}

/* Text decoration */
p
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

p.blue
{
	color: #336699;
}

h2
{
	font-size: 15px;
	color: #990000;
}

h3
{
	font-size: 12px;
	line-height:17px;
	color: #336699;
	border-bottom: solid #336699 2px;
	padding-top: 10px;
}

h4
{
	font-size: 12px;
	line-height:17px;
	color: #336699;
	padding-top: 10px;
}

a
{
	text-decoration: none;
	color: #604a3f;
}

a:hover
{
	text-decoration: underline;
	color: #336699;
}

body
{
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d0d0d0;
	background-image: url(../graphics/common/gradient.jpg);
	background-repeat: repeat-x;
}



/* structure */
#structure
{
	margin: 0 auto;
	width: 914px;
	position: relative;
	background-image:url(../graphics/common/gradient_shadow.jpg);
	background-repeat: no-repeat;
}


#back_home
{
	width: 900px;
	height: 750px;
	background-color: #ffffff;
	background-image:url(../graphics/headers/header_home.jpg);
	background-repeat: no-repeat;
	margin: 0px 7px 0px 7px;
}

#back_people
{
	width: 900px;
	height: 750px;
	background-color: #ffffff;
	background-image:url(../graphics/headers/header_people.jpg);
	background-repeat: no-repeat;
	margin: 0px 7px 0px 7px;
}

#back_products
{
	width: 900px;
	height: 750px;
	background-color: #ffffff;
	background-image:url(../graphics/headers/header_prod.jpg);
	background-repeat: no-repeat;
	margin: 0px 7px 0px 7px;
}

#back_events
{
	width: 900px;
	height: 750px;
	background-color: #ffffff;
	background-image:url(../graphics/headers/header_event.jpg);
	background-repeat: no-repeat;
	margin: 0px 7px 0px 7px;
}

#back_contact
{
	width: 900px;
	height: 750px;
	background-color: #ffffff;
	background-image:url(../graphics/headers/header_contact.jpg);
	background-repeat: no-repeat;
	margin: 0px 7px 0px 7px;
}



/* Header */
#header
{
	margin: 0px 20px 50px 30px;
	text-align: left;
	padding-top:40px
}

#header img { margin-top: 10px; }



/* navigation */
#nav
{
	height: auto;
	width: 728px;
	background-image: url(../graphics/nav/header.gif);
	float:left;	
	margin: 0px 30px 0px 30px;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	border-right: #003366 solid 1px;	
}

#nav li 
{
	display: inline;
	height: 27px;
}

#nav li a
{
	float:left;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	color: #003366;
	border-left: #003366 solid 1px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;				
}

#nav li a:hover
{
	color: #3e619e;			
}



/* content */
/* column controls */

li.onecolumn 
{ 
	width: 150px;
	margin-left:10px ;
	min-height:350px;
}


li.fourcolumn_line 
{ 
	width: 600px;
	border-right: #666666 solid 1px;
	min-height:350px;
	padding-right: 20px;
}



/* page controls */
#content_home
{
	width: 800px;
	padding: 30px 50px 0px 50px;
	line-height: 16px;
}

#content_home ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content_home li 
{
	float:left;	
}



/* List */


#list dl 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-right: 10px;
	width: 290px;
}

#list dl dt
{
	display: inline;
	height: auto;
	text-align:left;	
}


/* footer */

#footer
{
	margin: 0 auto;
	width: 900px;
	background-color:#FFFFFF;
	height:	45px;
	position: relative;
	left: 0px;
}

#footer ul
{
	margin: 0px 30px 5px 30px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	display: block;	
}

#footer li
{
	border-top: 3px #990000 solid;
	text-align: left;
	font-size: 9px;
	line-height: 16px;
	color: #aaa;
	width: 840px;
	float:left;
}
