/*
:: ETIM ::
*/

/* Misc. */

* {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	}
body {
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	margin: 25px 0 4px 0;
	}
img {
	border:0;
	}
p {
	margin-bottom:0px;
	line-height:normal;
	}

#wrapper {
	width:700px;
	margin: auto;
	text-align: left;
	}
#header {
	height:100px;
	line-height:100px;
	background-image:url(images/bg-header.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	}
#navigation {
	float:right;
	margin-right:15px;
	}
#content {
	background-color:#fff;
	background-image:url(images/bg-content.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 5px;
	}
#footer {
	text-align:right;
	background-image:url(images/bg-footer.gif);
	background-repeat:no-repeat;
	background-position:top center;
	line-height:24px;
	color:##FFFF00;
	}

#navigation ul {
	list-style-type:none;
	}
#navigation li {
	float:left;
	text-align:center;
	text-transform:lowercase;
	word-spacing: 0pc;
	line-height: normal;
	vertical-align: text-top;
	letter-spacing: 0px;
	text-indent: 0px;
	height: auto;
	width: 75px;
	}
#navigation li a {
	display:block;
	height:100px;
	width:auto;
	text-decoration:none;
	color:#ffffff;
	}
#navigation li a:hover {
	color:#FFFF00;
	background:url(images/bg-navigation-hover.gif);
	background-repeat:repeat-x;
	}
#navigation .active {
	color:#222222;
	background:url(images/bg-navigation-hover.gif);
	background-repeat:repeat-x;
	}

h1 {
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	}

h1 a {
	color:#fff;
	text-decoration:none;
	}
h1 a:hover {
	color:#fff;
	}

#content a {
	color:#222222;
	text-decoration:none;
	font-weight:bold;
	}
#content a:hover {
	color:#222222;
	text-decoration:underline;
	}

#footer a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}
#footer a:hover {
	color:#ffffff;
	}

