#header {
	padding: 8px 0 15px 0;
}

#header div {
	height: 40px;
	position: relative;
	margin-right: 10px;
	float: left;
}

#header span {
	top: 0;
	left: 0;
	position: absolute;
	cursor: pointer;
	height: 40px;
}

.menu-home {
	width: 127px;
}

.menu-home span {
	background: url(../images/whiteout_small.jpg) no-repeat -9px -6px;
	width: 127px;
}

.menu-home span:hover {
	background: url(../images/shaded_small.jpg) no-repeat -9px -6px;
	width: 127px;
}

.menu-services {
	width: 187px;
}

.menu-services span {
	background: url(../images/whiteout_small.jpg) no-repeat -9px -126px;
	width: 187px;
}

.menu-services span:hover {
	background: url(../images/shaded_small.jpg) no-repeat -9px -126px;
	width: 187px;
}

.menu-arts {
	width: 104px;
}

.menu-arts span {
	background: url(../images/whiteout_small.jpg) no-repeat -9px -165px;
	width: 104px;
}

.menu-arts span:hover {
	background: url(../images/shaded_small.jpg) no-repeat -9px -165px;
	width: 104px;
}

.menu-us {
	width: 54px;
}

.menu-us span {
	background: url(../images/whiteout_small.jpg) no-repeat -9px -45px;
	width: 54px;
}

.menu-us span:hover {
	background: url(../images/shaded_small.jpg) no-repeat -9px -45px;
	width: 54px;
}

.menu-contact {
	width: 178px;
}

.menu-contact span {
	background: url(../images/whiteout_small.jpg) no-repeat -9px -85px;
	width: 178px;
}

.menu-contact span:hover {
	background: url(../images/shaded_small.jpg) no-repeat -9px -85px;
	width: 178px;
}

/*	
------------------------------------------------------------------------------------------------------------------------------*/

#flash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	margin: 0px auto; 
	padding: 0;
}


/*	
------------------------------------------------------------------------------------------------------------------------------*/

#logo {
	position: relative;
	height: 150px;
	margin-bottom: 20px;
}

#logo span {
	top: 0;
	left: 0;
	position: absolute;
	cursor: pointer;
	background: url(../images/ra-logo.jpg) no-repeat -7px 0;
	height: 171px;
	width: 698px;
}

/*	
------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 16px/1.5 Georgia, serif;
	color: #555;
	overflow: hidden;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: .8em 0 .4em 0;
}

p {
	margin-bottom: .5em;
	
}

/*	Fonts
------------------------------------------------------------------------------------------------------------------------------*/

a {
	color: #555;
	text-decoration: none;
	
}

strong {
	font-weight: bold;
}

/* `Sticky footer
----------------------------------------------------------------------------------------------------*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#container {padding-bottom: 4em;}  /* must be same height as the footer */

.footer {	
	width: 940px;
	position: relative;
	margin-top: -1.8em; /* negative value of footer height */
	height: 1em;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	font: 13px/1.5 Georgia, serif;
	color: #999;
}

.footer a {
	color: #999;
}

/* `Navigation link thngs that lymer wants
----------------------------------------------------------------------------------------------------*/

.fifty {
	margin-top: 2em;
	float: left;
	display: inline;
	width: 50%;
	font-size: 19px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.contact-1 {
	margin-top: 0.2em;
	float: left;
	display: inline;
	width: 100%;
}

.contact-2 {
	margin-top: 0.5em;
	float: left;
	display: inline;
	width: 100%;
}