/*  --------------------------------------------------------- */
/*					---/// llinks ---///					  */
/*	--------------------------------------------------------- */

A:link {
	color:#E8CBA0;
	text-decoration:underline;
} 
A:visited {
	color:#E8CBA0;
	text-decoration:underline;
}
A:active {
	color:#E8CBA0;
	text-decoration:underline;
}
A:hover {
	color:#CFCFCF;
	text-decoration:underline;
}

/*  --------------------------------------------------------- */
/*					---/// lay-out ---///					  */
/*	--------------------------------------------------------- */

body {
	color:#CFCFCF;
	margin:10px;
	padding:10px;
	text-align:center; /* centre for ie5 */
	font:14px/18px Trebuchet MS;
	background-image:url(Images/background.gif);
}

#main {
	width:770px;
	background:#eee;
	margin:auto; /* centre for compliant browsers */
	text-align:left;
	border:2px solid #000; 
}

#header {
	height:158px;
	background-image:url(Images/softway.jpg);
}

#divider {
	height:5px;
	background-color:#9C886B;
}
	
#content {
	padding-top:10px;
	min-height:315px;
	height: auto !important;
   	height: 315px; /* for IE only. * html is only recognised by IE */
	background-color:#686869;
	border:solid #000;
	border-width:1px 0px 1px 0px; 
}

#bottom {
	height:25px;
	background-color:#9C886B;
}

#copyright {
	height:25px;
	background-image:url(Images/copyright.gif);
	background-repeat:no-repeat;
	background-position:right;
}

/*  --------------------------------------------------------- */
/*					---/// Menu ---///						  */
/*	--------------------------------------------------------- */

#menu {
	background-color: #C2AA86;
}

#menu ul {
	border:solid #000;
	border-width:2px 0px 2px 0px; 
	margin:0;
	padding:0;
	list-style-type: none;
}

#menu li {
	border:solid #000;
	border-width:0px 1px 0px 0px;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	padding:0px 5px 0px 5px;
	text-decoration:none;
	color:#000;
	background-color:#C2AA86;
}
	
#menu ul li a:hover {
	cursor:default;
	color:#000;
	background-color:#E8CBA0;
}

/*  --------------------------------------------------------- */
/*					---/// Tags ---///						  */
/*	--------------------------------------------------------- */

table {
	margin:0px 10px 14px 10px;
}

td,th {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
}

span {
	display:none;
}

h1,pre {
	margin:0px 10px 10px 10px;
}

p {
	margin:0px 10px 14px 10px;
}

h1 {
	color:#E8E8E8;
	font:21px/25px Trebuchet MS;
}

b,i {
	color:#EEEEEE;
}

img {
	border:0;
}
