/* Nature - an open source xhtml/css website layout by Studio-plume.org kty 
(Jan 04, 2007)
 */

body {
	margin: 0 auto;
	padding: 0;

width = 1024px;
	background: #211d1e url(body_deg.gif) repeat-x;
	font-family: "Copperplate Gothic Bold";
	font-size: 80%;
	color: #FFCCFF;
} 
#wrap {
	background: #333333;
	color: #99CCFF;
	border:  none;
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

#header {
clear: both;
margin: 0px 0em 0px 0em;
padding: 0;
height: 75px;
background-color: #333333;}

#header h3 {
width: 350px;
margin: 0px 0px 6px 15px;
float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: right;
	color: #FFCCFF;
	margin-bottom : 0 0 6px 0;
	font-size: 0.8em;
	line-height: 1.2em;
	height: 35px;
}



#avmenu {
clear: left;
float: left;
width: 150px;
margin: 4px 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
	margin: 4px;
}

#avmenu li a, avmenu li ul {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #fffff1;
	display: block;
	padding: 8px 0 0 8px;
	background: #67522c;
	/*border-left: 1px #846837 solid;*/
}
	
	
#avmenu li a:hover {
background: #67522c;
color: #fffff1;
border-left: 4px #47381e solid;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #a8a8a8;
background-color: #333333;
line-height: 1.3em;
}

#extras {
	float: right;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: normal;
}

#extras p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 10px;
}

#content {
margin: 0em 160px 20px 160px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.8em;
color: #FF0000;
margin: 0 0 0.5em 0;
}

#content img {
	display:inline;
	color: #996666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	list-style-image: none;
	list-style-type: none;
}



h3 {
font-family : "Copperplate Gothic Bold","Bookman Old Style","Times New Roman",serif;
font-size: 2em;
color: rgb(255,224,249);
margin: 0 0 6px 0;
}

h4 {
	font-family : "Copperplate Gothic Bold", "Bookman Old Style", "Times New Roman", serif;
	font-size: 12px;
	color: #FF0000;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	color: #b6952a;
}


#footer {
	clear: both;
	margin: 0 auto;
	padding: 0px 0em 0px 0em;
	width: 787px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
	height: 199px;
	background: #211d1e url(aliavinea_bottom.png) no-repeat right;
	border: none;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
