/* Custom css */

body {
	margin: 0;
	padding: 0;
	
}

a img
{
border:none;
}


#header {
	height: 80px;
	text-align: right;
	vertical-align: text-bottom;
}


#hornav {
	height: 10px;
	
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	bottom: 0px;
	text-align: center;		
}

#maincontent {
	
}

#left {
	;
	padding-top: 30px;
}

#right {
	height: 630px;
	padding-top: 30px;	
}

#middle {
	padding-top: 30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 20px; 

}



.container {
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	height:796px;
	width: 1020px;
}
.logo {
	padding-top: 30px;
	padding-right: 20px;
}
.list {
	text-decoration: none;
	list-style-type: none;

}

.sublist {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#products {
	padding-top: 30px;
}
.exhibition {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.list2 {
	list-style-image: none;
	list-style-type: none;
}
