/**************************************************************
  rosebraetechnology.css
  Created by Andy on 25/04/09
  Copyright 2009 Rosebrae Technology.  All rights reserved.
  
**************************************************************/

@import url(layout.css);
@import url(menu.css);
@import url(text.css);
@import url(images.css);

body {
background:rgb(186,195,204) url(../images/Gradient.jpg) repeat-x scroll left top;
color:rgb(0,0,0);
font-family:"Century Gothic",sans-serif;
font-size:13px;
}

#logo {
float:left;
width:331px;
height:200px;
background: url(../images/RTLogo.png) no-repeat scroll left center;
}

#subheading {
padding-top:90px;
padding-left:10px;
float:left;
min-height:40px;
}

.divider {
border-bottom:1px solid rgb(186,194,203);
height:1px;
margin:32px 0;
position:relative;
}


