body {
	margin: 0px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
#container {
	position: relative;
	width: 810px;
	height: 650px;
	top: 30px;
                bottom: 30px;
	margin: auto;
	background-image: url(images/bkgrd.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
div.imageholder{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
	position:absolute;
	width: 700px; /*Width of Image*/ 
	height: 700px; /*Height of Image*/ 
	left: 15px; /* This is applied relative to edge of container */ 
	top: 95px;
}
div.logotext{
	position:absolute;
	width:357px;
	height:90px;
	left: 10px;
	top: 10px;
	z-index: 4;
	background-image: url(images/logo.gif);
}
div.roselogo{
	position:absolute;
	width: 40px;
    height: 40px;
    left: 10px;
    top: 521px;
	z-index: 3;
}
div.footer{
	position:absolute;
	width: 810px;
	height: 30px;
	left: 0px;
	top: 305px;
	z-index: 3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
div.contentarea {
	position:absolute;
	width: 250px;
	height: 300px;
	left: 17px;
	top: 270px;
	text-align:justify;
	z-index: 4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
div.swfshow {
	position:absolute;
	width: 512px;
	height: 356px;
	left: 280px;
	top: 121px;
	z-index: 4;
}
div.navigation {
	position: absolute;
	width: 200px;
	height: 20px;
	left: 10px;
	top: 120px;
	z-index: 5;
	line-height: 30px;
	font-size: 16px;
	color: #A71C20;
	font-family: Verdana, Geneva, sans-serif;
}
.style1 {
	color: #A71C20;
	font-weight: bold;
}
a.navigation:link {
            color: #000000;
            text-decoration: none;
}
a.navigation:visited {
            text-decoration: none;
            color: #000000;
}
a.navigation:hover {
	text-decoration: underline;
	color: #A71C20;
	font-style: italic;
}
a.navigation2:active {
            text-decoration: none;
            color: #000000;
}
a.navigation2:link {
            color: #000000;
            text-decoration: none;
}
a.navigation2:visited {
            text-decoration: none;
            color: #000000;
}
a.navigation2:hover {
	text-decoration: underline;
	color: #A71C20;
}
a.navigation2:active {
            text-decoration: none;
            color: #000000;
}
