/* CSS Document */

a:link {color: #000000}     /* unvisited link */
a:visited {color: #0B320B}  /* visited link */
a:hover {color: #009900}   /* mouse over link */
a:active {color: #000000}   /* selected link */ 




img {

border-weight: 2;
}

body {
background: #D6D5D5 url('images/mainbg.gif') repeat-x; 
}

h1 {
color: #1F4311;
font-family: verdana;
}

#header {
	width: 955px;
}

#main {
	height: 100%;
}

#footer {
	background:  url('images/Untitled-6.png');
	height: 200px;
	width: 955px;
	font-family: verdana;
}

.links {
	width: 160px;
	text-align: left;
	font-size: 100%;
	color: #1F4311;
	font-weight: bolder;
	font-family: verdana;
	background: url('images/slice.png') repeat-y, x;
}

.images {
	width: 300px;
	padding: 5px;
	align: center;
    background: #D7F9D5;
	}

.text {
	width:455px;
	padding: 5px;
	font-family: verdana;
	background: #D7F9D5;
}

.links ul, .links ul li	{
	list-style: none;
	margin: 0px;
	padding: 5px;
	color: #1F4311;
	align: left;
}
