body, td, th, input {
	font-family: verdana, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

img {
        border:0;
}

body {
	background: #fff;
	color: #333;
	min-width: 610px;
	margin: 0;
	padding: 0; /* need for Opera */
}


h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }
	
/* Navigation */

:link { color: #6A1010; }
:visited { color: #6A1010; }
:link:hover, :visited:hover { color: #333; }
:link:active, :link:active { color: #000; }

#header {
	background: #9F9FFF;
	position: relative;
	height: 38px;
	padding: 0 50px;
	border-bottom: 1px solid #a1a6b1;
	z-index: 1;
}

#header div {
	position: relative;
	max-width: 900px; 
	margin: 0 auto;
}

#header h1 { margin: 0;	}

#header h1 img {
	font-weight: bold;
	color: #FFFFFF;
}

#header ul {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
} * html #header ul { right: 50px; } 

#header li {
	float: left;
	margin: 0;
	padding: 0;
}

#header ul span, #header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	height: 36px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
} #ignored {}

#header ul li span,
#header ul li a.current,
#header ul li a:hover {
	background: #475470;
	color: #fff;
	text-decoration: underline;
}

#header ul li span,
#header ul li a.current {
	text-decoration: none;
}

/* page title */

#page-title {
	background: url("header.jpg") repeat-x;
}

#page-title div {
	height: 100px;
}

#page-title div h1 {
	margin-top: 0px;
	margin-left: 50px;
	padding:30px;
	border: 0;
        color: #FFFFFF;
	
}

#page-title img {
	border: 0;
}



#container {
	max-width: 1024px; 
	margin: 0 auto;
	padding: 0 50px;
}


/* mainContent */

#mainContent {
	color: #3c475b;
	line-height: 150%;
	margin-left: 180px;
}



/* menu box */

#menu-box {
	float: left;
	border: 1px solid #a1a6b1;
	background: #F0F0FF;
	font-weight: bold;
	width: 160px;
}

#menu-box ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
}

#menu-box ul li a:link, #menu-box ul li a:visited, #menu-box ul li span {
	display: block;
	width: 136px;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}



/* footer */



#footer {
	clear: both;
	color: #888;
	text-align: center;
	margin: 0;
	padding: 1em 0;
}

#footer ul {
	margin: 1.5em 0;
}

#footer ul li {
	display: inline;
	margin: 0 0.5em;
}

#footer-addons-menu {
	font-size: 110%;
	padding: 0;
}

#footer-addons-menu li {
	white-space: nowrap;
	padding: 10px 0 5px 25px;
}

#footer-addons-menu li.firefox { background: url(../../images/rustico/footer/footer-icon-firefox.png) no-repeat center left; }
#footer-addons-menu li.thunderbird { background: url(../../images/rustico/footer/footer-icon-thunderbird.png) no-repeat center left; }
#footer-addons-menu li.mozilla { background: url(../../images/rustico/footer/footer-icon-mozilla.png) no-repeat center left; }
