/* 
 * CSS style sheet for the Pro-Am Meeting 2009 - Cordoba
 * IAC/SIE - August 2009
 * J A Perez Prieto <japp@iac.es>
 *
 */

/* Structure */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
	padding: 0;
	margin: 0;
	background: url("images/corcho.jpg") repeat;
}

#bg {
    background:  url("images/content_bg.jpg")  16px top repeat-y;
}

#container {
	margin: 0;
	width: 1024px;
	background:  url("images/main.jpg") top center no-repeat;
}

#content {
	float: left;
	width:620px;
	padding-left: 80px;
	padding-right: 10px;
	margin-left: 10px;
	margin-top:230px;
}

.menu {
	margin-left:4px;
	float:left;
	width: 265px;
	min-height: 500px;
	margin-top:370px;
	background:  url("images/menu_bg.jpg") top left no-repeat;
	min-height: 420px;
}


#footer {
	clear: both;
	width: 100%;
	height: 230px;
	padding:0;
	padding-bottom: 30px;
	color:#bbb;
	background:  url("images/content_bottom.jpg") 30px 0px no-repeat;
}

#footer p{
	margin: 0 ;
	text-align:center;
	padding: 40px 10px 2px 10px;
	font-size:0.75em;
}

#about {
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
	margin:60px 0 0 27px;
	width: 130px;
	font-size:11px;
	color:#000;
}

#about a {
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	display: inline;
}

#about li, #about ul {
	text-align: left;
	margin:0;
	padding: 3px 0;
}

#about li {
	padding-left:10px;
	background: #F6EF84 url(images/tick.png) left center no-repeat;
	

}

/* General style */

h1, h2, h3, h4, h5 {
	font-family:"Courier New", Courier, monospace;
	color:#000;
}

h1 {
	letter-spacing:-1px;
	font-size:28px;
}

#content > h1 {
	width: 350px;
}

h3 {

}


p {
	line-height: 1.5em;
}

img {
	border: 0;
}

#content li {
	list-style-image:url("images/li.png");
	/* list-style-type: none; */
	padding:2px 0;
}

/* linkology */ 

a:link, a:visited, a:active {
	color: #7F4F37;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #777;
	text-decoration:none;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #ccc;
	font-weight: 700;
	text-decoration: none;
}

#footer a:hover {
	color: #E9C5AF;
}


/* Right menu */
.menu a:link, .menu a:visited, .menu a:active {
	font-family:"Courier New", Courier, monospace;
	font-size:140%;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	display: block;
	padding: 4px 3px;
	padding-left: 5px;
	padding-right: 2px;	
}

.menu a:hover {
	color: #000;
}

.menu ul {
	padding: 0;
	margin: 35px 20px 3px 10px;
}

.menu li {
	list-style-type: none;
	display:block;
	text-align: right;
}

#menu_photo {
	width:230px;
	margin: 20px 0 0 20px;
	height:153px;
	/*background:  url("images/photo_GTC.jpg") top center no-repeat; */
}

