/* -----------------------------------------------------------/
	
	CSS Document
	
	Centro Universitário Adventista de São Paulo
	
	Autor: Rodrigo Matias
	
	E-mail: rodrigo.matias@unasp.edu.br	
	
/------------------------------------------------------------/



		GERAL
/-------------------------*/

body {

	background-image:url(../images/bg_index2.gif);

	margin: 0 0 0 0;

}

img, div { 

	behavior: url(estilos/function_iepng.htc) 

}

#principal {
	background-image:url(../images/bg_index.gif);
	background-repeat:repeat-x;
	width:100%;
	height:600px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

#topo {

	background-position: center center;

	background-image:url(../images/index.png);
	
	background-repeat:no-repeat;
	
	width:727px;
	
	height:545px;
	
	margin:auto;
	
}

#campus {

	position:relative;

	left:75px;

	top:40%;

	width:124px;
}

#campus ul {

	margin:0;
	
	padding:0;
	
	list-style:none;
}

#campus li {

	margin: 0 0 10px 0;
	
}

#formulario {
	
	position:relative;
	
	left:150px;
	
	top:54%;
	
}

form select {

	font-family: Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#000000;

	border: 1px solid #CCCCCC;

	line-height: 15px;
	
	margin: 340px 0 0 200px;
	
	width:400px;

}
