@import 'reset.css';

body{
	font-family:Arial, Helvetica, Sans-serif;
	background:#ff9600;
}

.body-area{background:url('../images/backgrounds/body-bg.png') repeat-x #fff;
display:block;
}

p{font-size:10px;}

.headerlink{
	position:absolute;
	top:0;
	background:#601d00;
	color:#feedd6;
	padding:7px;
	font-size:10px;
	text-decoration:none;
	border:1px solid #EA9F1B;
	top:-1px;
	-webkit-box-shadow:0 0 4px #B73B04;
	-moz-box-shadow:0 0 4px #B73B04;
	box-shadow:0 0 4px #B73B04;
}

.headerlink:hover{
	opacity:.9;
	}

.splash{
	display:block;
	margin:0 auto;
	width:1000px;
}
.wrapper{
	display:block;
	width:1018px;
	margin:0 auto;
	background:url('../images/backgrounds/wrapper-bg.png') no-repeat transparent;
	min-height:400px;
	position:relative;
	top:-7px;
}

.wrapper h1.description{
	color:#601d00;
	font-size:24px;
	text-align:center;
	width:900px;
	margin:0 auto;
	padding-top:30px;
}

.details{
	color:#dc6400;
	background:#feedd6;
	width:860px;
	padding:20px;
	text-align:center;
	margin:0 auto;
	margin-top:25px;
	display:block;
}

	.details p{
		font-size:16px;
		line-height:24px;
		padding:0;
		margin:0;
	}

	.details a, .details a:hover, .details a:visited, .details a:active{
		color:#dc6400;
		text-decoration:underline;
	}
	
	.details a:hover{
		opacity:.8;
	}
	
.classes{
	width:900px;
	margin:0 auto;
}

	.classes li{
		padding:30px 0 30px 0;
		width:900px;
		display:block;
		border-bottom:1px solid #FEEDD6;
	}
	
	.classes li:last-child{
		border-bottom:none;
	}
	
	.classes h3{
		font-weight:normal;
		font-size:20px;
		color:#601d00;
		width:600px;
		padding-bottom:3px;
		width:600px;
	}
	
	.classes h4{
		font-size:15px;
		font-weight:bold;
		color:#ff6b00;
		display:inline-block;
		padding-bottom:10px;
		width:600px;		
	}
	
	.classes p{
		font-size:13px;
		line-height:18px;
		color:#601d00;
		display:inline-block;
		clear:both;
		width:600px;
	}
	
.register{
	display:block;
	width:254px;
	height:90px;
	line-height:18px;
	padding-top:55px;
	background:url('../images/btn-register.png') no-repeat;
	float:right;
	clear:both;
	text-align:center;
	text-decoration:none;
	color:#601d00;
	font-size:13px;
	font-weight:normal;
}

.register:hover{
	opacity:.9;
}

.closed{
	display:block;
	width:254px;
	height:80px;
	line-height:18px;
	padding-top:55px;
	background:url('../images/btn-closed.png') no-repeat;
	float:right;
	clear:both;
	text-align:center;
	text-decoration:none;
	color:#601d00;
	font-size:13px;
	font-weight:normal;
}

footer{
	display:block;
	padding:20px 0;
	color:#fff;
	background:url('../images/backgrounds/footer-bg.png') repeat-x #ff9600;
}

.footer_content{
	width:900px;
	margin:0 auto;
	display:block;
	min-height:130px;
}
.about{
	width:600px;
	float:left;
	display:inline-block;
}

.about h4{
	font-size:18px;
	padding-bottom:8px;
}
.about p{font-size:13px;
	line-height:18px;
	padding-bottom:10px;}
	
.about a, .about a:hover, .about a:visited, .about a:active{
	color:#fff;
	text-decoration:underline;
}

.about a:hover{
	opacity:.9;
}

.prwa{
	display:inline-block;
	float:right;
	width:207px;
	margin-right:20px;
	height:118px;
	background:url('../images/prwa-logo.png') no-repeat;
}
.prwa:hover{
	opacity:.8;
}
.clear{
	clear:both;
}
