* {
	margin:0;
	padding:0;
	border:0;
	}
	
/* Clearfix */	
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.uc {
	text-transform:uppercase;
	}
	
a {
	color:#333;
	text-decoration:none;
	}	
a:hover {
	text-decoration:underline;
	}

body {
	font: lighter 0.65em/1.3 "Courier New",Courier,monospace;
	color:#333;
	}
	.header {
		text-align:center;
		padding:45px;
		}
	.maincontent {
		font-size:1.4em;
		height:225px;
		text-align:left;
		width:900px;
		margin:0 auto;
		}
		.maincontent p {
			width:570px;
			margin:0 auto;
			}
		.maincontent p.left {
			width:433px;
			float:left;
			margin:0 17px 0 0;
			text-align:right
			}
		.maincontent p.right {
			margin:0 0 0 17px;
			width:433px;
			float:left;
			}
			
	.navigation {
		text-align:center;
		font-size:2.5em;
		clear:left;
		}
		.navigation ul li {
			display:inline-block;
			padding:0 20px 0 0;
			margin:65px 5px 25px;
			text-transform:uppercase;
			border-right:1px solid #333;
			line-height:1em;
			}
			.navigation ul li.last {
				border-right:0;
				}
				.navigation ul li a:hover, .navigation ul li a.activ {
					color:#999;
					text-decoration:none;
					}
	.imgSlider {
		width:100%;
		height:260px;
		overflow:hidden;
		margin-bottom:25px;
		}
		.imgSlider ul {
			width:10000px;
			padding:0;
			}
			.imgSlider ul li {
				display:inline;
				float:left;
				}