/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin:0;
	padding:0;
}
body{
	margin: 0;
/*	background:#86b6ec url(../images/bg.jpg) repeat-x center top;
*/}
p{
	margin:0 0 1em 0;
}
a{
	color:green;
}
a img{
	border:none !important;
}
#container{
	margin:0 auto;
	width:1000px;
	min-height:1221px;
	padding:0px;
	background-color:#fff;
}
#container ul{
	text-align:center;
	margin:0 0 30px 0;
	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	background-color:#f5f5f5;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	padding:20px;
	margin:0 0 20px 0;
	display:block;
}
#container ul a:hover{
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color:#358610;
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
	width:700px;
	height:600px;
}
.highlight{
	background-color:#FEFFAF;
}

/* LINKS */
/*Estilo to */
#wrapper{
	position:absolute;
	width:100%;
	height:1221px;
	min-height:1221px;
	*min-height:1092px;
	*min-width:2000px;
	background: url(../images/bg.jpg) repeat-x center top;
	text-align:center;
}

#content{
	margin: 0 auto !important;
	width:1000px;
	height:100%;
	background-color:#fff;
}

#header {
	width:1000px;
	height:342px;

}
#aviao{
	left:602px;
	*left:350px;
	position:relative;
	top:72px;
	*top:60px;
	width:448px;
	z-index:1000;
}

#mainbody {
	height:879px;
	/*padding:1em 1em 5em;  bottom padding for footer */
}

#left{
	width:417px;
	height:879px;
	float:left;
	*position:relative;
	*top:-120px;
}

#right{
	width:583px;
	height:879px;
	float:right;
	*position:relative;
	*top:-129px;
}

#right_01{
	width:583px;
	height:254px;
}

#right_02{
	width:583px;
	height:490px;
}

#right_03{
	width:583px;
	height:135px;
}

