a:link {color: #211E0F; text-decoration: none;    font-weight: bold;
}
a:active {color: #211E0F; text-decoration: none;    font-weight: bold;
}
a:visited {color: #211E0F; text-decoration: none;    font-weight: bold;
}
a:hover {color: #211E0F; text-decoration: underline;    font-weight: bold;
}


body {                
	font-family: Helvetica;
	font-size: 12px;
	background-color: #FFFFFF;
  }

#container {
	background-color: #EEEEEE;
	width: 1000px;
    display: block;
	margin-left: auto;
   	margin-right: auto;
}

#heading {
	height: 440px;	
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 5px;
	width: 990px;
}

#logo-area {
	float: left;
	width: 350px;	
	height: 440px;
	background-color: #EEEEEE;
}

#description {
	float: left;
	margin-left: 20px;
}

#slideshow-area {
	float: right;
	height: 440px;
	width: 640px;	
	background-color: #EEEEEE;
}

#slideshow {
	margin: 15px;
	border-style: solid;
	border-width: 5px;
	border-color: #999999;
	width: 600px;
	height: 400px;
}

#logo {
	width: 300px;	
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: 20px;
}

#mug {
	height: 150px;
	width: 150px;	
	margin-top: 15px;
	margin-left: 100px;
	background-color: #FFFFFF;
}

.rect {
	float: left;
	margin-left: 27px;
	margin-right: 27px;
	margin-top: 31px;
	margin-bottom: 0px;
	width: 250px;
	height: 250px;	
	border-style: solid;
	border-width: 5px;
	border-color: #666666;
}

#content {
	background-color: #444444;
	padding-bottom: 27px;
}

  
a {
    text-decoration: none;
}








