@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) repeat-x #f7f9e1;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
p { font-size: 0.8em; color: #4e4e4e; line-height: 1.5em; margin: 0 0 1.2em 0; }
h1, h2, h3, h3 a { color: #03558c; font-weight: normal; }
h2 { font-size: 1.0em; margin: 0px 0px 4px 0px; }
h3 { font-size: 0.8em; font-weight: bold; }
h3 a { font-weight: bold; text-decoration: none; }
h3 a:hover { text-decoration: underline; }
a img { border: none; }

#wrapper { 
	background: url(../images/Aromanet.jpg) no-repeat center 0px; 
	width: 100%;
	float: left;
	min-width: 995px;
	min-height: 800px;
	}
#wrapper2 { width: 995px; margin: 0px auto; }
#breadcrumb {width: 735px; margin: 130px 0px 0px 130px; }
#content { width: 735px; float: left; margin: 0px 0px 0px 130px; background: url(../images/dash_y.gif) repeat-y 205px 0px; }
#left { float: left; width: 210px; padding: 5px 0px 0px 5px;}
#right { width: 505px; float: right; padding: 12px 10px 0px 5px; }


/*** Navigation ********************************************/
/***********************************************************/
#menu {
	width: 12em; /* set width of menu */
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
/* fix extra space in IE5 and 6 */
#menu a {
	 display: inline-block;
}
/* style, color and size links and headings to suit */
#menu a {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 10px;
}

#menu a {
color: #b75902; 
text-decoration: none;	
}

#menu a:hover {
	color: #484f25;
	text-decoration: none;
}

/*** Breadcrumb **************************************************/
/***********************************************************/

#breadcrumb p {color: #4e4e4e; line-height: 1.5em; margin: 0;} 
#breadcrumb p a {color: #b75902; text-decoration: none; line-height: 1.5em; margin: 0;}
#breadcrumb p a:hover {color: #484f25; text-decoration: none; line-height: 1.5em; margin: 0;}


/*** Right *************************************************/
/***********************************************************/

#right h2 { font-size: 17px; color: #03558c; font-weight: normal; margin: 0px 0px 5px 0px; }
#right h3 { margin: 0px; }
#right p { font-size: 0.8em; line-height: 1.4em; }
#right p span { color: #6b9800; font-weight: bold; }
#right p a { color: #4e4e4e; }
#right p a:hover { background-color: #b75902; color: #4e4e4e; }
#right ul li { font-size: 0.8em; line-height: 1.4em; padding-left: 8px; list-style-type: disc;}

/*** Footer ************************************************/
/***********************************************************/

#footer {
	border-top: 4px solid #484f25;
	float: left;
	width: 953px;
	padding: 10px 0px;
	margin: 0px 21px 20px 21px;
	display: inline;
	height: 40px;
	text-align: center;
}
#footer p, { font-size: 0.7em; margin: 0px; }
#footer p a, { color: #03558c; }
#footer p a:hover, { color: #062b44; }
