/*==========================================================*/
/*	Basic settings											*/
/*==========================================================*/

@import "reset.css";
@import "coda-slider.css";

body {
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	background: #fff url(../imgs/structure/bg.gif) repeat left top;
	padding-bottom: 3em;
}

#main {
	min-width: 960px;
	background: transparent url(../imgs/structure/bg_top.gif) repeat-x left top;
}

/*==========================================================*/
/*	Headers 												*/
/*==========================================================*/

h1 {
	background: transparent url(../imgs/structure/logo.gif) no-repeat left top;
	width: 139px;
	height: 95px;
	text-indent: -9999px;
	float: left;
}

h2 {
	float: left;
	width: 240px;
	height: 95px;
	color: #f4f1e8;
	font-size: 11px;
	background: transparent url(../imgs/structure/divisor.gif) no-repeat left top;
	padding: 30px 0 0 15px;
}

h2 a {
	color: #f4f1e8;	
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

/*==========================================================*/
/*	Menu	 												*/
/*==========================================================*/

#stripNav0 ul {
	position: absolute;
	top: 0;
	left: 330px;
	height: 45px;
}

#stripNav0 ul li {
	float: left;
	line-height: 1.2em;
}

#stripNav0 ul li a {
	float: left;
	width: 80px;
	height: 45px;
	background: transparent url(../imgs/structure/menu.gif) no-repeat left top;
	font-size: 11px;
	color: #f4f1e8  ;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 2px;
	cursor: pointer;
}

#stripNav0 ul li a span {
	position: relative;
	top: 12px;
	cursor: pointer;
}

#stripNav0 ul li a:hover, #stripNav0 ul li a.current {
	background-position: left bottom;
}

/*==========================================================*/
/*	Content	 												*/
/*==========================================================*/

#content {
	clear: both;
}

#content h3 {
	color: #92907f;
	font-weight: bold;
	background: transparent url(../imgs/structure/arrow_down.gif) no-repeat right center;
	font-size: 14px;
	padding: 0;
	margin: 0 0 3em 0;
}

#content .album li {
	text-align: center;
	margin-bottom: 1em;
}

#content .curso li {
	list-style: square inside;
}

#content p, #content .curso {
	margin-bottom: 1em;
}

#content a {
	color: #f79a4a;
}

#content p.backToTop {
	text-align: right;
}

#content p.backToTop a {
	color: #92907f;
	font-weight: bold;
	background: transparent url(../imgs/structure/arrow_up.gif) no-repeat right center;
	padding: 0.2em 16px 0.2em 0;
	margin: 3em 0 1em 0;
	text-decoration: none;
	display: block;
}

/*==========================================================*/
/*	Gifts for IE6											*/
/*==========================================================*/

* html #stripNav0 ul {
	width: 680px;
}