@charset "UTF-8";
html, body {
     height: 100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 2em;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0;
}

#page {
	width: 1000px;
	min-height: 98%;
	margin: 0 auto;
	background: #FFF url(images/symbols.jpg) 100% 150px no-repeat;
}
#footer {
	background:#FFF url(images/bg.jpg) no-repeat bottom center;
	text-align:center;
	font-size: 2em;
	padding: 2em;
	height: 50px;
}

#head {
	text-align: center;
	margin-top: 20px;
	background: #FFF url(images/hr.png) bottom center no-repeat;
	position: relative;
	height: 115px;
}
#head p {
	margin-top: 0;
	font-size: 2em;
	padding-bottom: 20px;
}
#apc-logo {
	left:900px;
	position:relative;
	text-align:left;
	top:-140px;
	width: 90px;
}
#content {
	margin-top: 20px;
	min-height: 600px;
}

h2 {
	font-size: 2.4em;
	margin-top: 10px;
	padding-top: 5px;
}

h4 {
font-size: 1.4em;
margin-top: 0;
}

a img {
	border: none;
}


#frontpage-left {
	font-size: 2em;
	float: left;
	width: 300px;
}

#frontpage-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#frontpage-left li {
	margin-bottom: 5px;
}

#frontpage-left #menu a {
	display: block;
	width: 288px;
	height:40px;
	padding-top: 0.7em;
	padding-left: 0.7em;
}
#frontpage-left p {
	font-size: 0.7em;
	margin-left: 0.5em;
}
.black {
	/* background-color: #c48700; */
	background:url(images/menu-black.png) no-repeat;
}
.orange {
	/* background-color: #732c01; */
	background:url(images/menu-orange.png)  no-repeat;
}
.yellow {
	/* background-color: #eee201; */
	background:url(images/menu-yellow.png) no-repeat;
}
.green {
	/* background-color: #ef6d01; */
	background:url(images/menu-green.png) no-repeat;
}
.blue {
	/* background-color: #361106; */
	background:url(images/menu-blue.png) no-repeat;
}

#frontpage-right {
	font-size: 1.4em;
	margin-left: 300px;
	margin-right: 120px;
}

#content-right {
	text-align: justify;
	padding-top: 20px;
	font-size: 1.4em;
	color: #000;
	margin-left: 300px;
	padding-right: 130px;
}

#content-right h2 {
	text-align: left;
	font-size: 2.4em;
	color: #f0ffac;
}

/* LINKS
------------------ */
#frontpage-left a:link, #frontpage-left a:active, #frontpage-left a:visited {
	color: #00F;
	text-decoration:none;
}
#frontpage-left #menu a:link, #frontpage-left #menu a:active, #frontpage-left #menu a:visited {
	color: #FFF;
}

#frontpage-left #menu a:hover {
	background-image: none;
	border: 1px solid #000;
	color: #F00;
	height: 38px;
	width: 265px;
}
#frontpage-left a:hover {
	color: #F00;
}

#frontpage-left a:hover.workshops {
	background-position: 0px -105px;
}
#frontpage-left #menu a:link.yellow,
#frontpage-left a:active.yellow,
#frontpage-left a:visited.yellow {
	color: #000;
}
#frontpage-left a:hover.calender {
	background-position: 0px -202px;
}
#frontpage-left a:hover.partnership {
	background-position: 0px -298px;
}
#frontpage-left a:hover.links {
	background-position: 0px -400px;
}
#frontpage-left a:hover.contacts {
	background-position: 0px -500px;
}

/* Contacts
----------------- */



.contact {
border-bottom: 1px solid #999;
padding: 10px 0;
}
.contact h3 {
margin: 0;
}
.contact img {
float: right;
margin-left: 20px;
border: 1px solid #000;
}
.contact .title {
margin-top: 0;
font-weight: bold;
}
.contact p {
text-align: justify;
}
.contact dt {
float: left;
width: 80px;
padding-left: 20px;
border-left: 3px solid #333;
}

/* MISC 
----------------- */
.clear {
	clear: both;
}



#frontpage-right h3 {
font-size: 1.7em;
color: #bf5820;
line-height: 1.4em;
}
