/* -------------------------------------------- */
/*												*/
/* Elements ----------------------------------- */
/*												*/
/* -------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#website {
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000 url(../image/background/main.jpg) top center no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
h1, h1 a:link, h1 a:active, h1 a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e2001a;
	padding-bottom: 5px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
h1 a:hover {
	text-decoration: underline;
}
h2, h2 a:link, h2 a:active, h2 a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #adadad;
	margin: 5px auto;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	text-align: left;
}
h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
h3, h3 a:link, h3 a:active, h3 a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b1b1c;
	margin: 5px auto;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
hr {
	clear: both;
	color: #e2001a;
	background-color: #46484c;
	width: 100%;
	height: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0;
}
a {
	color: #e2001a;
	text-decoration: none;
}
a:hover {
	color: #e2001a;
	text-decoration: underline;
}
a:active {
	cursor: default;
}
cite {
	color: #fff;
	font-size: 13px;
}
acronym {
	color: #e2001a;
	border-bottom: dotted 1px #c1ee0e;
}
img {
	border: 0px;
}
/* --------------------------------------------------------------*/
/* General content */
/* --------------------------------------------------------------*/

#noFlash {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

/* --------------------------------------------------------------*/
/* Classes */
/* --------------------------------------------------------------*/

.right_image {
	margin-right: 20px;
}
.red {
	font-weight: bold;
	color: #e2001a;
}

/* --------------------------------------------------------------*/
/* Utils */
/* --------------------------------------------------------------*/

.brd, .brd a {
	padding: 2px;
	border: 1px dotted #000;
}
.brd a:hover {
	padding: 2px;
	border: 1px dotted #aa1627;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

