#head
{
	text-align:center;
	font-size:34px;
	color:#FFF;
	text-shadow: black 0.1em 0.1em 0.2em;

	padding-top:10px;
	padding-bottom:10px;
	font-family:Tahoma, Geneva, sans-serif;
	
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255, 145, 20, 0.74),rgba(142, 87, 25, 0.74)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255, 145, 20, 0.74),rgba(142, 87, 25, 0.74)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0),rgba(255, 145, 20, 0.74),rgba(142, 87, 25, 0.74)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(255,0,0,0), rgba(255, 145, 20, 0.74),rgba(142, 87, 25, 0.74)); /* Standard syntax (must be last) */
58),to top, rgba(255,255,255,0), rgba(255, 145, 20, 0.74)); /* Standard syntax (must be last) */
}

#menu
{
	width: 780px;
	height:20px;
	font-size:11px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:10px;
}

#inicial , #servicos , #virtual , #duvidas , #fale
{
	width: 153px;
	text-align:center;
	cursor:pointer;
	float:left;
	font-weight:bolder;
	position:absolute;
	/*background:rgba(155, 94, 0, 0.16);*/
	list-style:circle;
}

#inicial
{
	width:94px;
	margin-left:28px;
}

#servicos
{
	width:67px;
	margin-left:146px;	
}

#virtual
{
	width:120px;
	margin-left:226px;	
}

#duvidas
{
	width:128px;
	margin-left:366px;	
}

#fale
{
	width: 242px !important;
	margin-left:516px;	
}

body
{
	background: url(http://www.unifeso.edu.br/images/index_bg.jpg) #F1FFE3 fixed center center;
	background-repeat:repeat-y;
}

#principal
{
	width:780px;
	height:1045px;
	margin:0px auto;
	background:#FFF;
	/*background:rgba(255, 194, 0, 0.16);*/
	/*background:url(../../bibliotecas.swf);*/
}

#content
{
	width:auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
}