* { margin: 0; padding: 0;}

h1{ font-size: 14pt; margin-bottom: 1em;}

h2{ font-size: 12pt; margin-bottom: 1em;}

p { margin-bottom: 1em; }

.twoCol{
list-style: none;
margin: 0px;
padding: 0px;
}

.twoCol li{
clear: left;
}

.col1{
width: 160px;
float: left;
}

.col2{
width: 280px;
float: left;
}

.plain{
font-size: 9pt;
margin: 0px 0px 0px 20px;
}

a{ color: #fff;}

table{
	border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1em;
}

th{
	text-align: left;
	padding-left: 4px;
	border: 1px solid;
}

td{
	padding-left: 4px;
	border: 1px solid;
}

#wrapper {
	background-position: left top;
	background-repeat: no-repeat;
	width: 800px;	
	position: relative;
}

#header { 
	height: 72px;
	width:  800px;
	background-image: url(../images/banner.png);
	float: left;
	}

#header span {visibility: hidden;} 
	
#menu {
	float: right;
	height: 31px;
	width: 800px;
	background-image: url(../images/navbar.png);
	}
#menu ul { list-style: none;}
#menu ul li { display: inline; }
#menu ul li a {
	text-decoration: none;
	margin: 6px 10px 0px 0px;
	height: 20px;
	background-repeat: no-repeat;
	display: block;
	float: right;
}
#menu ul li a span{ visibility: hidden;}
#menu ul li a.home { background-image: url(../images/home.png); width: 100px;}
#menu ul li a.catalogue { background-image: url(../images/catalogue.png); width: 100px;}

#left
{
	float: left;
	padding-top: 10px;
	background-image: url(../images/leftbar.png);
	width: 150px;
	height: 488px
}

#left img{
	margin: 20px 0px 0px 5px;
	border: 4px solid black;
}

#content {
	font-family: arial; color: white; 
	float: left;
	background-image: url(../images/contentback.png);
	width: 650px;
	height: 498px;
}
	
#textarea
{
	margin: 10px 0px 20px 20px;
	width: 620px;
	height: 408px;
	overflow: auto;
		/*scrollbar-base-color: #900055;*/
}

#textsell
{		
	font-size: 14pt;
	margin: 35px 30px 10px 30px;
	width: 590px;
	height: 413px;
		/*scrollbar-base-color: #900055;*/
}

#textsell img{
	margin: 0px 0px 20px 180px;
}

#textsell p{
	margin-bottom: 25px;
}

#text
{	
	margin: 35px 30px 30px 30px;
	width: 590px;
	height: 433px;
	overflow: hidden;
		/*scrollbar-base-color: #900055;*/
}

#text h1{
	font-size: 13pt;
}

#text h2{
	font-size: 9pt;
}

#text p{
	font-size: 11pt;
	font-weight: normal;
}

#text div{
	float: left;
}

#photos {
	display:inline;
	float:right;
	margin-right:-75px;
	padding:5px 0px 0px 5px;
}

#photos p {
	text-align:center;
}