body {
	background-color: #ffffff;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	padding: 0px;
	margin:0px;

}

#body2{
	text-align: center;
	margin:0px;
}

#Wrapper{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	align:center;
	height:90px;
	background-image: URL(../Images/RocsHeaderWide3.gif);
	background-repeat: no-repeat;
	
}

#MenuBar {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	align:center;
	height:61px;
	background-image: URL(../Images/MenuBar_bit.gif);
	background-repeat: repeat-x;


}

#MenuButtons {
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto; 

}

#MainText {
	margin:2px;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#Footer{
	text-align:center;
	background-image: URL(../Images/Footer2.gif);
	background-repeat: repeat-x;
	height:40px;
	margin-top:30px;
	padding-top:15px;
}

/*////////////////////////////////////////// BOXES ///////////////////////////////////////////////////*/

#BoxIntro{
	background-image: URL(../Images/CompDesp.gif);
	background-repeat: no-repeat;
	position:;
	font-weight:bold;
	font-size: 22px;
	top:0px;
	Width:400px;
	height:100px;
	

}

#BoxDescription{
	
	position: ;
	top: 80px;
	color: #0F129C;
	font-size: 14px;
	font-weight:bold;
	width:350px;
	padding-bottom:0px;
	text-align:left;

}

#BoxContact {
	
	position: absolute;
	right: 0px;
	top: 20px;
	height: 80px;
	width:200px;
	border: 1px solid  #0F129C;
	background-color: #EAEAF5;
	padding:5px;
	font-size: 14px;

}

#BoxXda {

	position: relative;
	float:right;
	top:0px;
	height: 399px;
	width:388px;
	background-image: URL(../Images/XDA.gif);
}

#BoxInfo {
	
	position: absolute;
	color: #0047BE;
	font-size: 14px;
	width:400px;


}

#BoxIndex {

	
	color: #000000;
	font-size: 14px;
	width:784px;
	border: 1px solid #0F129C;
	background-color: #F1F1FF;
	padding: 5px;
	
}

#BoxImage {

	position: absolute;
	width:380px;
	left: 645px;
	color: #0F129C;
}

/*////////////////////////////////////////// LINKS ///////////////////////////////////////////////////*/
a:visited {
	color: #0F129C;
	background-color:transparent;
	text-decoration:underline;
}
a:link{
 color: #0F129C;
 background-color:transparent;
 text-decoration:underline;
 }

a:hover{
color: #0F129C;
background-color: transparent;
text-decoration:underline;
}
a:active{
color: #0F129C;
background-color: transparent;
text-decoration:underline;
 }