
* {
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	font: bold italic 1em Arial;
	color: #2b351c;
}
a:visited {  
	text-decoration: none;
	font: bold italic 1em Arial; 
	color: #2b351c;
	}

h3 { 
    font: normal 1.1em Arial;
	letter-spacing: 1px; 
	color: 	#F7931D;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 6px;
	}
	
h6 {font: normal 12px Arial;
}
h5{font: bold 12px Arial;

}
	
h2 { 
	font: normal 1.3em Arial;
	color: 	#F7931D;
    margin-left: 20px;
    font-weight: bold;
    margin-bottom: 7px;
	}

h4{
	font: normal 1.02em Arial;
	margin-bottom: 2px; 
	color: 	#544E4F;
	margin-left: 10px;
	margin-top: 2px;
	font-weight: bold;
}
ul{padding-left: 14px;
}

h7{
	font: normal italic 1.02em Arial;
	margin-bottom: 2px; 
	color: 	#544E4F;
	margin-top: 2px;
	font-weight: bold;
}

body {
	background: #ffffff url(images/background/bgxbl.jpg) repeat;
	color: #311;
	font: normal 12px Arial;
	margin: 20px 0;
	text-align: justify;
	margin-left: 20px
}

p{
margin-top: 0px;
margin-bottom: 0px
}



/* structure */

.container {
	background: #FFF;
    width : 760px;
    height: 600px;
    border: 2px solid #F7931D;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	vertical-align:bottom;
}



/* header */
.top{
 height: 60px;}
 
.header {
	height: 60px;
    margin: 0 auto;    
	width: 760px;
	margin-top: 3px;
	background: url(images/header/headerMeteorage.jpg) no-repeat;
}
.header h1 {
	line-height: 2.4em;
	padding-left: 18px;
	color: #E56717;
	font-size: 2.4em;
	font: italic bold 1em Arial, sans-serif;
	text-align: right;
}

/* content */

.item {
	padding: 10px;
}


.red{
color: #F7931D;
}

.left {
	float: left;
	width: 195px;
	height: 487px;
	background: #E0E0E0;
	margin-top: 3px;
	text-align: left;
}

.right {
	float: right;
	width: 560px;
	margin-top: 3px;
	text-align : justify;
    height: 487px;
    overflow: auto;
    margin-right: 5px;}

.item a:hover {
	color: #F7931D;
}
.item li{
list-style-type: circle;
padding-right: 3px;}
/* menu */
.menu {
	margin-top: 3px;	
	background: #E0E0E0;
}

.menu a {
	padding: 0 5px;
	height: 20px;
	margin-right: 12px;
	margin-left: 13px;
	text-align : center;
	color: #544E4F;
	font: bold 1.1em Arial;
}
.menu a:hover {
	color: #F7931D;
	font-weight: bold;
}

.footer {
width : 760px;
height: 20px;
background:#E0E0E0;
position: relative;
margin-top: 494px;
text-align: center;
}
.footer .p{
padding-bottom: 5px;
}

.footer a {
	font-weight: bold;
	color: #544E4F;
}

.footer a:hover {
color: #F7931D;
font-weight: bold;
}


