/* CSS Document */

body {
		margin: 10 0 10 0;
		text-align: center;
		background-color: #AFB858;
		padding: 0px;
}

body, p, div, td {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
color: #484848;
}

.ro {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
font-style: italic;
color: #7a7a7a;
}

#container {
        width:760px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding: 2px;
		text-align:left;
		border: 5px solid #cc0000;
		background: #edece7 url(images/pageFill.png);
}

#header1 {
width: 760px;
height: 122px;
background: #a8a055 url(images/index_01.jpg) no-repeat top left;
clear: both;
}
#header2 {
width: 760px;
height: 148px;
background: #a8a055 url(images/index_02.jpg) no-repeat top left;
clear: both;
}

#content {
width: 95%;
padding: 20px;
}

h1 {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 18px;
color: #427004;
}
h2 {
border-top: 1px solid #9ca43f;
padding-top: 3px;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 14px;
font-style: italic;
color: #9ca43f;
}
#content img {
border: 1px solid #9ca43f;
padding: 3px;
margin: 3px;
background-color: white;
}

#content a.nav {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12px;
color: white;
background-color: #4B7207;
padding: 5px;
font-weight: bold;
text-decoration: none;
}
	
#content a.nav:hover {
color: white;
background-color: #8ca34b;
}