/* CSS Document */

html {
	overflow-y: scroll;
}

body {
    margin: 0px;
	background-color: #000000; 
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	letter-spacing: 1px;
}

hr {
	height: 1px;
	border-style: none;
	color: #d0d0d0;
	background-color: #C0C0C0;
	margin-bottom: 15px;
}

#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border:0;
	width: 900px;
}

#header {
	margin: 0px;
	padding: 0px;
	background-image: url(images/EventsbyLennox_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 64px;
}

#content { 
	margin: 0px;
	padding: 0px;
	background-image: url(images/EventsbyLennox_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 561px;
	width: 900px;
}

#footer {
	margin: 0px;
	padding: 0px;
	background-image: url(images/EventsbyLennox_3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
}


#header2 {
	margin: 0px;
	padding: 0px;
	background-image: url(images/FloralsbyLennox_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 64px;
}

#content2 { 
	margin: 0px;
	padding: 0px;
	background-image: url(images/FloralsbyLennox_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 561px;
	width: 900px;
}

#footer2 {
	margin: 0px;
	padding: 0px;
	background-image: url(images/FloralsbyLennox_3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
}


#header3 {
	margin: 0px;
	padding: 0px;
	background-image: url(images/EventsandFlorals_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 64px;
}

#content3 { 
	margin: 0px;
	padding: 0px;
	background-image: url(images/EventsandFlorals_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 561px;
	width: 900px;
}

#footer3 {
	margin: 0px;
	padding: 0px;
	background-image: url(images/EventsandFlorals_3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
}

.nav {
	margin: 0px 72px 0px 0px;
	text-align: right;
	padding-top: 34px;
}

.bot-nav {
	margin: 0px 0px 0px 66px;
	text-align: left;
	padding-top: 18px;
}

.bot-player {
	margin: 0px 0px 0px 600px;
	padding: 0px;
}

clear {
    clear: both;
}

.links {
	width: 700px;
	height: 15px;
	margin: 0px;
	padding: 0px 0px 0px 125px;
}

.containingbox {
	width: 800px;
	height: 561px;
	padding: 45px 0px 0px 95px;
}
		
.containingbox p {
	width: 275px;
	padding: 4px 0px 0px 10px;
	font-weight: bold;
	font-size: 12px;
}

.containingbox2 {
	width: 800px;
	height: 561px;
	padding: 45px 0px 0px 95px;
}
		
.containingbox2 p {
	width: 275px;
	padding: 4px 0px 0px 10px;
	font-weight: bold;
	font-size: 11px;
}

.containingbox2a {
	width: 800px;
	height: 561px;
	padding: 45px 0px 0px 95px;
}

.containingbox2a p {
	width: 410px;
	padding: 4px 0px 0px 10px;
	font-weight: bold;
	font-size: 11px;
}

.containingbox3 {
	width: 700px;
	height: 561px;
	padding: 45px 0px 0px 125px;
}

.containingbox3 p {
	width: 700px;
	padding: 1px 0px 0px 0px;
	text-align: center;
}

.containingbox3 p.links {
	width: 700px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

.floatright	{
	float: right;
	width: 380px;
	height: 253px;
	border: 4px solid white;
	padding: 0px;
	margin: 10px 90px 0px 0px;
}

.floatrightnew{
	float: right;
	width: 240px;
	height: 240px;
	border: 4px solid white;
	padding: 0px;
	margin: 10px 90px 0px 0px;
}

a:link {
    color: #adadad; 
	text-decoration: none;
}

a:visited {
    color: #adadad; 
	text-decoration: none;
}

a:hover {
    color: #ffffff; 
	text-decoration: underline;
}

a.award:link {
    color: #ffffff; 
	text-decoration: underline;
}

a.award:visited {
    color: #ffffff; 
	text-decoration: underline;
}

a.award:hover {
    color: #dddddd; 
	text-decoration: underline;
}

a.mail:link {
    color: #adadad; 
	text-decoration: none;
}

a.mail:visited {
    color: #adadad; 
	text-decoration: none;
}

a.mail:hover {
    color: #222222; 
	text-decoration: underline;
}

a.media   { display: block; }
div.media { font-size: small; margin: 25px; width: 100% !important }
div.media div, div.iframe_caption { font-style: italic; color: #888; }


