body {
	background-image: url(background.gif);
}
#container {
	background-color:transparent;
	width: 1024px;
	margin: 0 auto; /* this centres the container*/
	padding: 10px 10px 0px 0px;
}
#header {
	background-image: url(images/header.gif);
	background-repeat:no-repeat;
	height: 57px;
}
#navigation {
	background-color:#000000;
	height: 129px;
}
#navleft {
	background-image: url(images/breenlogo_navnew.gif);
	background-repeat:no-repeat;
	position:absolute;
	height:129px; 
	width:500px;
}
#navleft a {
	display:block;
	height:129px; 
	width:350px;
}
#navigation ul {
	background: #000000;
}
#navblock {
	padding-right:25px;
}
ul#navblock{
	border-top:2px solid #333333;
	background:#000;
	list-style:none;
	margin:63.2px 0 0 0;
	width:500px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
}
ul#navblock li {
	display:inline;
}
ul#navblock li a {
	color: #fff;
	text-decoration:none;
	margin-top: 0;
	margin-left: 10px;
	width:80px;
	height:23px;
	background-color:#333333;
	text-color:#FFF;
	float:right;
	text-align:center;
}
ul#navblock li a.welcome:hover{
	background-color:#ec008c;}
ul#navblock li a.product:hover{
	background-color:#29abe2;}
ul#navblock li a.art:hover{
	background-color:#fcee21;}
ul#navblock li a.gallery:hover{
	background-color:#b6d333;}
ul#navblock li a.contact:hover{
	background-color:#9400ff;}

a img {
  border : 0;
}
#middle {
	background-image: url(images/sidebar.gif);
	background-color:#000;
	background-repeat:repeat-y;
	overflow:auto;
	float: left;
	width:1024px;
	min-height: 700px;
	padding-bottom:20px;
}
#sidebar {
	float: left;
	width: 89px;
	height: 3px;
}
#content {
	background-color:#6CF;
	width: 828px;
	display: inline;
	float: right;
	position: relative;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#FFF;
	margin: 0px 30px 40px 0px;
}
#content a {
	text-decoration:none;
}
#contentheader {
	margin:0;
	float: right;
}
.button {
	margin-top: 10px;
	background-color:#333;
	font-size:14px;
	color:#FFF;
	border: none;
	height: 25px;
	text-decoration:none;
}
.button:hover {
	background-color:#29abe2;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	height:120px;
	clear: both;
	position: relative;
}
#bottomnav ul {
	list-style-type: none; 
	text-align: center;
		
} 
 
#bottomnav ul li {  
	display: inline;
} 
 
#bottomnav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none; 
	padding: 10px; 
	color: #666;  
} 
 
#bottomnav ul li a:hover { 
	color: #fff; 
}

h1 {
line-height:1; /*space between lines*/
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
text-align:center;
font-weight:100;
}

		
/*this is to keep page from shifting to left on load firefox*/

html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }


{
}
