/********* GENERAL LAYOUT ************/

body {
	font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
}

#logo {
	position:absolute;
	background-image: url(pictures/rhaalogo.jpg);
	top: 60px;
	left: 50px;
	height: 64px;
	width: 182px;
	border: 0;
	}
	
#content {
	position:absolute;
	top: 136px;
	left: 269px;
	right: 100px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}

#center {
	background-repeat:no-repeat;
	position:absolute;
	top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
	height: 400px;
	}
	
#cross {
	position:absolute;
	background-image: url(pictures/cross.jpg);
	top: 101px;
	left: 215px;
	height: 50px;
	width: 50px;
	}
	
#menuh {
	position:absolute;
	font-size: 11px;
	top: 102px;
	left: 252px;
	width: 538px;
	color: #999999;
	font-weight:bold;
	margin: 0px ;
	padding: 0px ;
	}

#menuv {
	position:absolute;
	font-size: 11px;
	text-align:right;
	top: 137px;
	left: 53px;
	height: 199px;
	width: 177px;
	color:#999999;
	}

#movie {
	position:absolute;
	top: 44px;
	left: 59px;
	right: 100px;
	margin: 0px ;
	padding: 0px ;
}



#principal {
	position:absolute;
	top: 83px;
	left: 233px;
	height: 343px;
	width: 326px;
}

#principal2 {
	position:absolute;
	top: 162px;
	left: 243px;
	overflow: hidden;
	width: 900px;
}



h1{
color: #999999;
font-size: 11px;
border: 0 0 0 0;
padding: 0 0 0 0;
}

td {margin: 0 0 0 0;
padding: 0 0 0 0}


/********* LINKS ************/

a:link {text-decoration : none}

/********* LINKS, menu1 (horizontal) ************/


.lmh, .lmh:link , .lmh:visited {
	color: #999999;
	padding: 0;
	margin: 0;
	text-decoration : none;
}

.lmh:hover, .lmhactive, .lmhactive:link, .lmhactive:visited, .lmhactive:hover {
	color: #333333;
	padding: 0 0 10px 0;
	margin: 0;
	text-decoration : none;
}


/********* LINKS, menu2 (vertical) ************/
.lmv, .lmv:link, .lmv:visited {
	color:#999999;
	padding: 0 0 10px 0;
	margin: 0;
	text-decoration : none;
}


.lmv:hover, .lmvactive, .lmvactive:link, .lmvactive:visited, .lmvactive:hover {
	color: #77BC03;
	padding: 0 0 10px 0;
	text-decoration:none;
	margin: 0;

}



/********* LINKS, menu3 (>sub menu)************/

.menu3, .menu3:link, .menu3:visited {
	font-size:10px;
	color: #77BC03;
	padding: 0 0 10px 0;
	margin: 0;
	text-decoration : none;
	top:  0px ;
	left:  0px ;
	right:  0px ;
	margin: 0px ;
	padding: 0px ;
}

.menu3active, .menu3active:link, .menu3active:visited {
	font-size:10px;
	color: #77BC03;
	padding: 0 0 10px 0;
	margin: 0;
	text-decoration:underline;
	top:  0px ;
	left:  0px ;
	right:  0px ;
	margin: 0px ;
	padding: 0px ;
}

.menu3:hover {
	font-size:10px;
	color: #666666;
	text-decoration:underline;
	top:  0px ;
	left:  0px ;
	right:  0px ;
	margin: 0px ;
	padding: 0px ;
	
}




/********* LINKS, project popup menu ************/

.lprojects, .lprojects:link, .lprojects:visited {
	font-size:10px;
	color: #666666;
	text-decoration : none;
}

.lprojects:hover {
	font-size:10px;
	color: #77BC03;
}

/********* POP UP WINDOW ************/

#popup {
	position:absolute;
	top:0px;
	left:4px;
	width: 477px;
	height: 275px;
}

#popuptxt {
	font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
	position:absolute;
	top: 412px;
	left: 100px;
	width: 503px;
	height: 295px;
}

.poptitle{
color:#77BC03;
font-size: 14px;
font-stretch:semi-expanded;
border: 0 0 0 0;
padding: 0 0 0 0;
}

/********* PULL DOWN MENU ************/
.opaque {
	opacity: .95;
	filter: alpha(opacity=95);
	
table.pulldownmenu {
	width: 600px;
	margin: 0px;
	display: inline;
	top: 70px;
	right: 0px;
	opacity: 0.95;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

