/* Sex And Cookies */

* { margin: 0; padding: 0; }

body {
	background-color: #000000;
	/*background-image: url(_imgs/background.png);*/
	background-repeat: repeat-x;
	background-position: left;
}

img {
	border: none;
}

p {
	font-family: "Arial Narrow", "HelveticaNeue Condensed";
	color: #FFFFFB;
	font-size: 0.86em;
	font-weight: lighter;
}

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

a:hover {
	color: #FF66CC;
}

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 377px;
}
#menu {
	margin-left: 377px;
	background-color: #000000;
	margin-top: -630px;
	width: 98px;
}
#content {
	float: right;
	margin-top: -80px;
	width: 500px;

}

#credits {
	margin-top: 580px;
	width: 950px;
	font-family: "Arial Narrow", "HelveticaNeue Condensed";
	color: #FFFFFF;
	font-size: 0.8em;
	border-top: 4px solid white;
	padding: 20px;
	padding-top: 20px;
	text-align: right;
}
#menu td {
	padding: 10px 10px 10px 20px;
}
.col_title {
	padding: 20px 0 10px 0;
}

.col_title img {
	padding-right: 10px;
}
#content td {
	vertical-align: top;
}
.title_news {
	font-size: 1em;
	margin-top: 15px;
	}
.date_news {
	padding-top: 5px;
	font-style: italic;
	font-size: 16px;
}

input {
	height: 23px;
	font-family: "Arial Narrow", "HelveticaNeue Condensed";
	font-size: 1em;
	/*color: #FF66CC;*/
}
.intro {
	font-size: 0.92em;
	text-align: justify;
}
textarea {
	color: #999999;
}
.table_press {
	padding: 20px;
}
h1 {
	font-family: "Arial Narrow", "HelveticaNeue Condensed";
	font-size: 2em;
	color: #FF66CC;
	font-weight: normal;
}
.img_border {
	border: 6px solid white
}