/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

a{
	outline:none;
}
ul li a{
	color:#fff;
	text-decoration:none;
}
/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/


html
{
	background-color:#000000;
}

body{
	margin: 0;
	padding: 0;
	background: url(graphics/top.jpg) center top no-repeat;
	font-family:Tahoma;
	font-size:12px;
	color:#9f9f9f;
}

#contener{
	width: 898px;
	margin: auto;
	position: relative;
	z-index: 1;
}

#gora{
	width:inherit;
	height:51px;
}

#gora2{
	width:inherit;
	height:303px
}


.linkGora{
	float:left;
}

#footer{
	height:131px;
	width:100%;
	background-image:url(graphics/footer.gif);
	background-repeat:repeat-x;
	clear:both;
	text-align:center;
	color:#000000;
}

#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
}

#footer a:hover{
	text-decoration:underline;
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
}

.inputMain{
	width:234px;
	height:22px;
	background-color:#000000;
	border:1px solid #545252;
	color:#9f9f9f;
}

.textMain{
	width:234px;
	height:79px;
	background-color:#000000;
	border:1px solid #545252;
	color:#9f9f9f;
}



