body{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #646D7E; 
	background-image: url('../graphics/back.png');
}

.centralContainer {
	margin: auto;
	/* margin-top: -17px; */
	width: 998px;
	background-color: transparent;
}

/* ------------------Header---------------------- */

.header {
	width:  998px; /*99%;*/
	height: 150px;/* 80px; */
	text-align: center;
	color: #7E2217;
	font-family: "Times New Roman";
	font-size: 62px;
	/* background-color: #646D7E; */
	/* background-image: url('../graphics/header_back.png');*/
	/* -moz-opacity:.80;opacity:.80; */
	/* border-style: solid;
	border-width: 1px;
	border-color: #7E2217;*/
}

.headerName {
	float: left;
	width: 700px;
	height: 150px;
	background-image: url('../graphics/linktrotter3.png');
}

.headerHead {
	float: left;
	width: 298px;
	height: 150px;
	background-image: url('../graphics/header_head.png');
}

/* ---------------End Header---------------------- */

/* ------------------MenuBar---------------------- */

.menuBar {
	width: 100%;
	height: 5px;
	/* background-image: url('../graphics/menubar_back.png'); */
	/* border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #7E2217; */
	
}

/* -------------End MenuBar---------------------- */

.mainTop {
	width: 100%;
	height: 10px;
	background-image: url('../graphics/mainTop.png');
}

.main{
	width: 100%;
	margin-top: -1px;
	/* height: 200px; */
	/* border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #7E2217;*/
	background-color: #FFFFFF; 
	/* -moz-opacity:.80;opacity:.80; */	
}

.mainBottom {
	width: 100%;
	height: 10px;
	background-image: url('../graphics/mainbottom.png');
}

.right1{
	width: 170px;
	float: right;
    /*	margin-top: -40px; */
}

.right2{
	width: 170px;
	float: right;
	/* margin-top: -40px; */
}

.right3{
	width: 170px;
	float: left;
	padding-left: 2px;
	/* margin-top: -40px; */
}

.rightBar2{
	width: 170px;
	float: left;
	/* margin-top: -10px; */
	/* margin-bottom: 0px; */
	padding: 1px;
	/* border-bottom-color: #000000;
	border-bottom: solid;
	border-bottom-width: 1px; */
}


/* ---------------Footer---------------------- */

.footer {
	width: 100%;
	clear: both;
}

#footerText {
	font-size: 11px;
	text-align: center;
	color: #000000;
}

/* -------------End Footer--------------------- */

#center-text{
	width: 460px;
	float: right;
	margin-left: 2px;
	text-align : justify;
	/* border: solid;
	border-width: 1px; */
}

#input-search{
	border: solid;
	border-color: #000000;
	border-width: 1px;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}


#input-search:hover{
	border: solid;
	border-color: #000000;
	border-width: 1px;
	/* background-color: red; */
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

#input-url{
	border: solid;
	border-color: #000000;
	border-width: 1px;
	width: 100px;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

#input-desc{
	border: solid;
	border-color: #000000;
	border-width: 1px;
	width: 150px;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

#button-add{
	border: solid;
	border-color: #000000;
	border-width: 1px;
	/* width: 50px; */
	margin-top: 2px;
	font-family: arial;
	font-size: 11px;
	color: red;	
}


a{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #142f3e;
}

a:hover{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: red;
}

a:visited{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #b133a7;
}

a:visited:hover{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: red;
}

h3{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: black;		
}

h4{
	padding-bottom: 3px;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;		
}

h5{
	padding-bottom: 3px;
	font-family: arial;
	font-size: 11px;
	color: black;		
}

