@charset "UTF-8";
/* Roses And Chocolate - August 2009 */

* {
	margin:0;
	padding:0;
	border:0;
}

#container {
	width:894px;
	margin-left:auto;
	margin-right:auto;
}

body {
	background-color:#000;
	font:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:125%;
	color:#FFF;
}

a {
	text-decoration:none;
}

a:link {color:#F99}
a:visited {color:#F36}
a:hover {color:#FCC}
a:active {color:#F3C}

#header {
	width:894px;
	height:463px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}

#navigation {
	width:894px;
	height:46px;
}

#below_nav {
	width:894px;
	height:294px;
	margin-left:auto;
	margin-right:auto;
}

#body_text {
	width:350px;
	text-align:left;
	margin-top:-180px;
	padding-left:50px;
}

.text_center {
	text-align:center;
}


.body_text {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:125%;
}

#body_repeat {
	width:894px;
	height:auto;
	background-image:url(Images/RosesNChocolate_Repeat.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	width:894px;
	height:106px;
	margin-left:auto;
	margin-right:auto;
}

#MellanSolutions {
	width:750px;
	text-align:right;
	margin-top:-50px;
}

.MellanSolutions {
	color:#c06;
	font-family:"Times New Roman", Times, serif;
	font-size:9pt;
	font-style:italic;
}

.MellanSolutions a {color:#c06;}
