/* CSS Document for The Sydney Anglican Stamp Society */
*{
	margin:0;
	padding:0;
}
body{
	background-image:url("imgs/lilac.png");
	background-repeat:repeat;
	background-color:#9933CC;
 	margin: 6px;
 	padding:0;
}
a{ 
	color:#9A3481;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
}
 p{
	font-size: 1.1em;
	padding-bottom: 1.2em;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#333333;  
	margin-bottom:1em;	
}
table
{
border-collapse:collapse;
}

#wrapper {
	background-color: #FFFFFF;
	width:779px;
	margin:0 auto;
}
#header {
	background-image: url("imgs/head3.gif");
	background-repeat:repeat-x;
	width:779px;
	height:128px;
	margin:0;
}
#menu{
	background-image:url("imgs/menubg.gif");
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:779px;
	height:26px;
	/*float:left;*/
	margin:0;
}
#menu ul {
	font-size: 1.2em;
	}
#menu li { 
	display:inline; 
}
#menu li a {
	padding: 0.2em 0.7em;
	color: #000;
	text-decoration: none;
	float: left;
	border-left:1px solid #6A4175
}
#menu li a:hover{
	color: #FF9900;
	text-decoration:underline;
}
#menu .first a {
	border-left-style: none;
} 
#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:43px 20px 10px 30px;
	margin: 0;
}
#content ul{
	line-height:30px;
	margin-left:50px;
	list-style-type:square;
}
#content ul ul{
	margin-left:20px;
	list-style-type: circle;
}
.rightimage{ 
	float:right; margin-left:10px; border:1px solid #6A4176;
}
.sorting td {border:1px solid black; padding:3px;
}
 /******Images**********/
 div.img{
	margin: 10px 17px;
    border: 1px solid #587F48;
    height: 160px;
    width: 130px;
    float: left;
    text-align: center;
	padding:5px
}	
div.img img{
   display: inline;
   border: 0;
}
div.img a:hover img {
	border: 1px solid #0000ff;
}
div.desc{
   text-align: center;
   font-weight: normal;
   width: 126px;
   margin: 0px;
}
/************* SASS footer *************/
#footer{
	background-image:url("imgs/footer.jpg");
	background-repeat:repeat-x;
	text-align: center;
	font-size:10px;
	color:#FFF;
	line-height:25px;
	width:779px;
	height:50px;
	margin:0 auto;
	clear:both;
}
#footer li{
	display: inline;
	font-size:12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footer li.first{
	border-left:none;
}
#footer a{
	padding-left:0.7em;
	padding-right:0.4em;
	color:#FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}