/* --GENERAL-- */

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

a:hover {
	color: #000000;
}

.active a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

body {
	background-color: #ffffff;
	color: #000000;
	font: 12pt Georgia, "Times New Roman", Times, serif;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

strong {
	font-weight: bold;
}

/* --LAYOUT-- */

#rap {
	margin-top: 30px;
	margin-left: 70px;
}

#header {
	margin-bottom: 10px;
	width: 850px;
}

#logo {
	float: right;
}

#menu {
	float: left;
	width: 190px;
	margin-right: 10px;
}

#content {
	width: 600px;
	margin-left: 200px;
}

/* --STYLE-- */

#rap {
	/*background: url(images/header-image.jpg) no-repeat;*/
}

#logo img {
	height: 66px;
}

/* --TEXT-- */

#menu {
	font-size: 9px;
}

#menu ul li {
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

#content {
	font-size: 12px;
	line-height: 18px;
}

#content p {
	margin-bottom: 16px;
}

#content h1 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}

#content h2 {
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: bold;
}

#txt-container p {
	text-align: justify;
}

/* --THICKBOX-- */
