@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
body{
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	background-color:#74716c;	
}
#wrapper {
	margin: auto;
	width: 780px;
}
#branding{
	width:780px;
	height:94px;
	background-image:url(../images/branding.jpg);
	background-repeat:no-repeat;
}
#logo {
	width:780px;
	height:20px;
	padding-top:20px;
}
#logo a{
	width:140px;
	height:20px;
	float:right;
	text-indent:-70000px;
	outline:none;
}
#menu {
	height:20px;
	margin-bottom:15px;
	width:778px;
	float:left;
	background-color:#ffffff;
	margin-top:0px;
	clear:both;
	border: 1px solid #CCCCCC;
}
#menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	padding-right:10px;
	padding-left:10px;
	line-height:20px;
	float:left;
	outline:none;
	text-decoration:none;
	font-weight:bold;
	height:20px;
}
#menu a:hover{
	background-color:#74716c;
	color:#FFFFFF;
}
.home{
	background-color:#74716c;
	color:#FFFFFF!important;
}
#last{float:right!important;}


#links{
	clear:both;
	width:780px;
	background-image:url(../images/rose-2.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
} 
#links img{border:none;}
#links a{outline:none;}
#rose{
	width:104px;
	height:66px;
	display:block;
	float:left;
	margin-left:136px;margin-top:10px;
	display:block;}
.second{margin-left:24px;}
.last{margin-left:11px;}
#blank{
	height:15px;
	width:780px;
	clear:both;
	margin:0px!important;
	padding:0px!important;
}





#footer{
	width:780px;
	clear:both!important;
	}
#footer p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:left;
	color:#FFFFFF;
	float:left;
	width:450px;
	background-color:#74716c;
	}
#footer p a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	background-color:#74716c;
	outline:none;
	}
#footer p a:hover{
	text-decoration:underline;
	}
 .right{
	float:right!important;
	margin-top:2px;
	}
#footer a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	background-color:#74716c;
	margin-right:1px;
	margin-left:5px;
	outline:none;
	
	}
#footer a:hover{text-decoration:underline;}
#footer .right img{border:none!important;}