@import url('clearfix.css');
@import url('reset.css');

html {
	background:url(../images/bg-html.gif) repeat-x #e00a3f;
}

body {
	background:url(../images/bg-body.gif) 700px 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	font-weight:normal;
}

#mainContainer {
	width:800px;
	margin:0 auto;
}

#contentContainer {
	width:800px;
	min-height:500px;
/*	background:url(../images/bg-whiteCol.gif) repeat-y right;  */
}


#leftCol {
	width:460px;
	float:left;
	padding-right:40px;
}

#rightCol {
	width:270px;
	float:left;
	padding:52px 15px 0 15px;
	color:#e00a3f;
	font-weight:normal;
	font-size:12px;
}

.rightColBottom {
	width:800px;
	height:19px;
	background:url(../images/bg-whiteCol-bottom.gif) no-repeat bottom right;
	margin-bottom:120px;
}

p {
	line-height:19px;
	margin-bottom:15px;
}

h1 {
	font-weight:bold;
	font-size:25px;
	margin:30px 0 10px 0;
	text-transform:uppercase;
	letter-spacing:-1px;
	border-bottom:dotted 4px;
	padding-bottom:8px;
}
h2 {
	font-weight:bold;
	font-size:18px;
	margin:18px 0 10px 0;
	line-height:20px;
}

h3 {
	font-weight:bold;
	font-size:14px;
	margin:18px 0 10px 0;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:18px;
}

#logo {
	margin:40px 0 50px 0;
}

a {
	text-decoration:none;
}


#footer {
	width:800px;
	height:60px;
	padding-top:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#e8abba;
}

.footerLeft{
	width:300px;
	float:left;
	clear:left;
}

.footerRight{
	width:300px;
	float:right;
	clear:right;
	text-align:right;
}

.footerRight a {
	color:#e8abba;
}
.footerRight a:hover {
	color:#fff;
}

ul {
	list-style:inside disc;
	margin-bottom:15px;
}
li {
	line-height:19px;
}

#downloadBlock a {
	background:url(../images/button-download-prospectus.gif) 0 0 no-repeat;
	width:270px;
	height:100px;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
#downloadBlock a:hover {
	background:url(../images/button-download-prospectus.gif) 0 -100px no-repeat;
}

#timetableBlock a {
	background:url(../images/button-download-workshop.gif) 0 0 no-repeat;
	width:270px;
	height:100px;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
#timetableBlock a:hover {
	background:url(../images/button-download-workshop.gif) 0 -100px no-repeat;
}

.sponsors {
	margin:25px 0 0 0;

}

p a {
	color:#F96;
	border-bottom:dotted 1px #F96;
}

p a:hover {
	color:#FFF;
}