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

/* Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

body {
	margin: 0; padding: 0;
	background: #2f2e2f url("../images909/bg_body.gif") top left repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a, a:link, 
a:visited {
	color: #b10067;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	margin-bottom: 0.5em;
	font-size: 18px;
	color: #888;
	text-transform: uppercase;
}

p {
	line-height: 2em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Form
-------------------------------------------------------------------*/

form {
	padding: 1em;
	background-color: #ebebeb;
}

label {
	color: #b10067;
}

input {
	padding: 5px;
	width: 300px;
	font-size: 18px;
}

textarea {
	padding: 5px;
	width: 500px;
	height: 300px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input, textarea {
	color: #888;
	border: 1px solid #CCC;
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#nav {
	margin: 0 auto;
	width: 760px;
}

#nav ul {
	margin: 0; padding: 0;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}

#nav ul li {
	display: inline;
}

#nav ul li a,
#nav ul li a:link,
#nav ul li a:visited {
	padding: 0.5em 1em;
	color: #cccccc;
	line-height: 4em;
}

#nav ul li a:hover,
#nav ul li a.active {
	background: #212121 url("../images909/bg_ahover.gif") top left repeat-x;
	border-top: 4px solid #d70085;
	color: #d70085;
	text-decoration: none;
}

/* Wrap
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#wrap {
	margin: 0 auto; padding: 0 1em;
	margin-bottom: 1em; padding-bottom: 0.5em;
	width: 760px;
	background-color: #FFF;
}

/* Center
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#center {
	margin: 1em 0;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 200px;
}

/* Sidebar news 
-------------------------*/

#sidebar .news {
	padding: 0.5em 0.8em;
	background-color: #ebebeb;
	font-size: 12px;
}

.news h4 {
	color: #b10067;
}

.news h4 .date {
	margin-right: 2px;
	padding: 0 3px;
	background-color: #b10067;
	color: #FFF;
	font-size: 10px
}

.news p {
	margin-top: 0.5em;
	line-height: 1.6em;
	color: #909090;
}

/* Sidebar contact 
-------------------------*/

#sidebar.contact h3 {
	color: #b10067;
}

#sidebar.contact p {
	margin-left: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
	color: #666;
	font-size: 13px;
}

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

#content {
	float: right;
	width: 540px;
}

#content p {
	text-align: justify;
	font-size: 12px;
	color: #666;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#footer {
	background-color: #3f3f3f;
	overflow: hidden;
}

#footer .copy {
	margin: 0 auto;
	width: 780px;
}

.copy p {
	margin: 1em 0;
	font-size: 12px;
	font-weight: bold;
	color: #1c1c1c;
	line-height: 1.4em;
}



