﻿body 
{
	margin: 0;
	background-image: url('images/cotton2.jpg');
	height: 100%;
}

html {
     overflow: -moz-scrollbars-vertical;
}

a
{
	color: Black;
	text-decoration: none;
	font-size: 16px;
	border: 0;
}
a:hover
{
	color: #363846;
	text-decoration: underline;
}
img
{
	border: 0;
	margin: 0;
	padding: 0;
}
.divstyle
{
	background-color: #EBEBEB;
	border: solid 1px #888;
	cursor: pointer;
	text-align: center;
}
h3
{
	margin-top: 15;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#content
{
	width: 1140px; 
	background-image:url('images/content.png'); 
	background-repeat: repeat;
}

hr
{
	height: 1px; 
	text-align: left;
	margin-top: 0;
	margin-bottom: 10;
	margin-left: 0;
	margin-right: 0;
}