#body {
    margin: 50px 0px;
    padding: 0px;
    text-align: center;
}

#container {
    width: 950px;
	/*margin: 0 auto 0 auto;*/
    margin: 0px auto;
    text-align: left;
    padding: 15px;
}

#svn_root {
	width:950px;
}

#header {
	height:356px;
	width:950px;
	background-image:url(../images/top_back.jpg);
	background-repeat:no-repeat;
}

.rose_text{
	position:relative;
	top:120px;
	margin-left:12px;
	width:600px;
	height:210px;
	/*border:1px #000 solid;*/
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color:#383838;
	
}


.left_services{
	position:relative;
    top:-200px;
	left:670px;
	height:333px;
	width:249px;
}

#nav1{
	position:relative;
	top:-204px;
	margin-left:9px;
	width:927px;
	height:29px;
	background-image:url(../images/blue_nav.png);
	background-repeat:repeat-x;
}

#nav1 ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}

#nav1 li{
	display:inline;
	line-height:29px;
	padding-left:20px;
}

#nav1 li a{
	font-family:verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

#nav2{
	position:relative;
	top:-204px;
	margin-left:9px;
	width:927px;
	height:29px;
	background-image:url(../images/grey_nav.png);
	background-repeat:repeat-x;
}

#nav2 ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}

#nav2 li{
	display:inline;
	line-height:29px;
	padding-left:20px;	
}

#nav2 li a{
	font-family:verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	#text-decoration:underline;
	text-decoration:none;
	color:#000099
}

#footer{
	position:absolute;
	top:435px;
	/*height:185px; */
	min-height:185px;
	height: auto;
	/*border:1px #000 solid;*/
	width: 950px;
	background-image:url(../images/bottom_back.jpg);
	background-repeat:no-repeat;
	background-position: bottom center
	
}
/* for Internet Explorer  IE will ignore min-height The IE automatically expands the box*/
* html #footer {
height: 185px;
}


.footer_txt {
	/*height:155px;*/
	width:920px;
	/*border:1px #000 solid;*/
	margin-left:12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color:#000000

	
}

h1{ 
color:#333366; 
margin: 10px 10px 10px 20px;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
font-size: 25px; 
line-height: 13px; 
padding: 0px } 

h2	{ 
margin: 20px 10px 20px 200px;
color:#333366; 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
font-size: 20px; 
/*line-height: 14px; */
padding: 0px
}

h3	{ 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px; 
color:#000000;
text-decoration:underline;
/*line-height: 14px; 
padding: 0px; */
}
