/* =reset
************************************************************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}


/* =main
************************************************************** */

body {
	font: normal 11px/16px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #1d1e21;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

p {
	margin: 0 0 18px 0;
}


/* =main layout
************************************************************** */

#header {
	padding: 2em 0 2em 1em;
}

.wrap,
#content,
#content .wrap,
#content .wrap .inner {
	margin: 0 auto;
	overflow: hidden;
	width: 996px;
}

#footer,
#footer a  {
	color: #363944;
	text-align: right;
}


#content {
	width: 1006px;
	padding: 5px;

	background: url("../images/bg/outer.gif") no-repeat center top;
}

#content .wrap {
	background: #D6D6D6 url("../images/bg/picture_second.jpg") no-repeat center top;
	/*background-color: #D6D6D6;*/
}

#content .wrap .inner {
	width: 781px;
	padding: 70px 0;
}


/* =brand
************************************************************** */

#brand {
	overflow: hidden;
	width: 521px;
	height: 22px;
	margin-left: 2em;

	background: url("../images/logo.gif") no-repeat left top;
	text-indent: -1000em;
}
#brand span {
	display: block;
	text-indent: -1000em;
}


/* =content
************************************************************** */

#content ul li {
	display: block;
	float: left;
}

.website {
	display: block;
	width: 214px;
	height: 128px;
	margin: 0 30px 30px 0;
	padding: 11px 13px;

	background-color: #1d1e21;

	font-size: 18px;
	line-height: 25px;
	text-align: right;
	text-decoration: none;
	opacity: 0.85;
	filter:alpha(opacity=85);
}
.website span {
	display: block;
}
.website .pl {
	border-bottom: 1px solid #5c5c5f;
}

.last {
	margin-right: 0;
}


/* =website hovers
************************************************************** */

.first:hover {
	background-color: #e7da05;
}
.first:hover .pl {
	border-color: #e0d74f;
}

.second:hover {
	background-color: #7d98a9;
}
.second:hover .pl {
	border-color: #a4b6c1;
}

.third:hover {
	background-color: #404040;
}
.third:hover .pl {
	border-color: #6d6d6d;
}

.fourth:hover {
	background-color: #ee2e24;
}
.fourth:hover .pl {
	border-color: #da5f59;
}

.fifth:hover {
	background-color: #28373b;
}
.fifth:hover .pl {
	border-color: #6e787a;
}

.sixth:hover {
	background-color: #4890be;
}
.sixth:hover .pl {
	border-color: #85b3d1;
}


/* =websites typography
************************************************************** */

.school .pl {
	font-size: 13px;
}
.school .en {
	font-size: 16px;
}

.festival .pl,
.festival .en {
	font-size: 11px;
}

.center .pl {
	font-size: 13px;
}
