/* CSS Document */

/* This style places the body background to dark red */
body {
	background-color: #990000;
	color:#000000;
	margin-top: 0px;
	}
	
/* These styles format the hyperlinks with unique properties */

a:link {
	color: #0000ff;
	}
	
a:visited {
		color: #990000;
	}
	
a:hover {
		color: #990000;
	}
	
a:active {
		color: #990000;
	}

/* This style sets the paragraph styles */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	}
	
/* This class aligns the text to center */

.center {
	text-align: center;
	}

/* This class aligns the text to right */

.right {
	text-align: right;
	}

/* This class aligns the text to left */

.left {
	text-align: left;
	}
				
/* This defines the headers color and font family */

h1, h2, h3, h4, h5, h6 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	}
	 
/* Properties for the lower content div */
#lowercontent {
			padding: 0px 0px 0px 0px;
			margin: 0x 0px 0px 0px;
			border: 0px solid #000000;
			background-color: #FFFFFF;
	}
	
/* Properties for the products div */
#products {
			float: right;
			width: 320px;
			border: 2px outset #990000;
			margin: 0px 0px 0px 0px;
			background-color: #ffffff;
		}
		
/* Properties for the content div */
#content {
			background-color: #ffffff;
			width: 470px;
			text-align: center;
			float: left;
			margin: 5px 0px 0px 0px;
			padding: 4px 0px 0px 0px;
		}
		
/* Properties for the footer div */
#footer {
			border: 0px solid #000000;
			background-color: #ffffff;
	}
	
/* Properties for the right relish container */
#relishcontainerright {
			width: 155px;
			float: right;
			background-color: #ffffff;
		}	
	
/* Properties for the left relish container */
#relishcontainerleft	{
			width: 155px;
			float: left;
			background-color: #ffffff;
		}
				
/* Properies for the relishes pages divs */
#relishes {
			background-image: url(images/mklogo2.png);
			background-repeat: no-repeat;
			background-position: top left;
			margin: 2%;
			padding: 2%;
			background-color: #ffffff;
				}
/* Properties for p tags in relishcontainerright */
#relishcontainerright p {
			height: 97px;
			margin: 0px 0px 1px 0px;
			}

/* Properties for p tags in relishcontainerleft */
#relishcontainerleft p {
			height: 97px;
			margin: 1px 0px 1px 0px;
			}				

/* Properties for p tags in relishes pages divs */
#relishes p {
				margin: 30px 2px 2px 2px;
				padding: 135px 2px 2px 2px;
			}
				
/* Properties for the relish pages pictures */
#relishpix {
			float:right;
			margin: 30px 4px 4px 4px;
		}
		
/* Properties for overall container div */
#container {
			margin-left: auto;
			margin-right: auto;
			padding: 5px;
			background-color: #ffffff;
			width: 800px;
			}
					
/* Properties for top content div */
#topcontent {
			margin: 0px 0px 5px 0px;
			padding: 0px 0px 0px 0px;
			border: 0px solid #000000;
			background-color: #FFFFFF;
			width: 100%;
			height: 540px;
		}
