@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:"Trebuchet MS";
	color: #FFFFFF;
	line-height: 1.5;
	text-align:center; /* hack para o IE */
	background: url(images/bglargecontent.gif) repeat-y 50% 0 #333333;
}

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
}

h2 {
	font-size: 14px;
	color: #d69c24;
}


a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #d69c24;
	text-decoration: none;
}

.imgcorrecaoie {
	*margin: -13px 0 0 0; /* correção para o maravilhoso browser IE */
}


/*              */
/*    GERAL     */
/*              */

#geral {
	width: 800px;
	margin: 0 auto;
	text-align:left; /* "remédio" para o hack do IE */
}

/*              */
/*    TOPO      */
/*              */

#topo {
	width: 800px;
	height: 220px;
	background: url(images/topo.jpg);
	/*border: 1px solid red;*/
}

/*              */
/*    MENU      */
/*              */

#menu {
	float:left;
	margin: 200px 0px 0px 40px;
	*margin: 200px 0px 0px 20px; /* correção pro IE */
	font-weight: bold;
}

#menu a {
	margin: 0px 10px 0px 0px;
}

/*              */
/*    CONTENT   */
/*              */

#content {
	width: 800px;
	float: left;
	background:url(images/bglargecontent.gif) repeat-y;
	
}

/*              */
/*    POST      */
/*              */

#post {
	margin: 15px 0px 5px 25px;
	padding: 10px;
	background:#050c0d;
}

#post a{
	color: #d69c24;
	text-decoration: none;
}

#post a:link{
	color: #d69c24;
	text-decoration: none;
}

#post a:visited{
	color: #d69c24;
	text-decoration: none;
}

#post a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/*              */
/*    GALERIA   */
/*              */

#galeria {
	margin: 0px 0px 5px 25px;
	padding: 10px;
}

#galeriaimgs {
	margin: 0px 0px 0px 14px;
}

#galeriaimgs img {
	
	border: 1px solid #493405;
}

.space {
	margin-right: 285px;
}

/*              */
/*    TRAILER   */
/*              */

#trailer {
	margin-left: 165px;
}


