@charset "iso-8859-1";
/*
 * @(#)content.css
 *
 * Copyright © 2008 Tiberiu Ghioca, All rights reserved.
 *
 * This software is the proprietary information of Tiberiu Ghioca.  
 * Use is subject to license terms.
 */

/* -------- General ---------*/
body {
    font-family:arial,verdana, tahoma, arial, sans-serif;
    line-height:17px;
    font-size: 80%;
    background: #e7edef;
	margin: 10px;
	padding: 0px;
	color: #404a4d;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

/*p {
	text-align: justify;
}*/

a:link {
	color: #0085c6;
	text-decoration: none;
}

a:visited {
	color: #00a2ed;
	text-decoration: none;
}

a:hover {
	color: #0085c6;
	border-bottom: 1px solid #0085c6;
	text-decoration: none;
}

/*Header */
#header {
	margin-top: 0px;
    width: 820px;
	height: 100px;
	color: white;
}

/*Banner */
#banner {
	width: 820px;
    height: 80px;
    padding: 0;
    margin: 0;
	border-top: 10px solid #0090d9;
	background: url("images/EfigioBanner.png") left center;
}

/* Menu */
#menu {
	width: 820px;
	float: left;
	border: none;
	background: #ffe761;
	border-top: 1px solid #0090d9;
	border-bottom: 1px solid #0090d9;
	list-style: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: relative;
}


#menu li {
	font-weight: bold;
	font-size: 100%;
	float: left;
	margin-right: 10px;
	padding: 3px;
	list-style: none;
}

#menu li.active {
	color: #404a4d;
}

/*Main*/
#main {
	position: relative;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #0085c6;
	border-top: 1px solid #0085c6;
	border-left: 1px solid #0085c6;
	border-right: 1px solid #0085c6;
	background: #ffffff
}

/*Content*/
#content {
	margin-right: 210px;
    position:relative;
    padding: 10px;
}

/*Side content*/
#sidecontent {
	width: 200px;
	float: right;
	margin-top: 0;
	margin-left: 0;
}

.sidecontent img {
	border: none;
}

.sidecontent a:hover {
	border: none;
}

/*Footer */
#footer {
	text-align: center;
	border-top: 1px solid #0090d9;
	border-bottom: 10px solid #0090d9;
}

#footer .inline {
	list-style-type: none;
	padding: 1px;
	margin: 0;
}

#footer .inline li {
	display: inline;
}

/* Note */
.note {
	background-color: #ceeeff;
	border: 1px #0090d9 solid;
	margin-top: 1em;
}
